Commit dc9d59c5 authored by hucy's avatar hucy

feat:提交

parent 41e8cf64
......@@ -1373,4 +1373,14 @@ export const poems = [
color: '#FCD271',
},
},
{
key: '136',
author: '永琪吗',
content: ['什么都只觉得尴尬,只会让你错过很多美好的瞬间'],
style: {
backgroundImage:
'linear-gradient(25deg, #9474ef, #849aec, #68bde9, #24dee5)',
color: '#ffffff',
},
},
];
......@@ -27,7 +27,7 @@ const { info } = useMessage();
const source = ref(require('../media/羽肿-花火が瞬く夜に.mp3'));
const isPlaying = ref(false);
const carouselRef = ref<any>(null);
const slide = ref('60');
const slide = ref('136');
onMounted(() => {
// rightClick();
......@@ -116,6 +116,7 @@ function onPlaying() {
arrows
animated
infinite
:autoplay="8000"
height="100%"
ref="carouselRef"
>
......
......@@ -22,7 +22,7 @@ const routes: RouteRecordRaw[] = [
path: '',
name: 'LaoutIndexPage',
component: () => import('pages/IndexPage.vue'),
redirect: '/review-input-box',
redirect: '/home',
children: [
{
path: 'home',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment