Commit dc9d59c5 authored by hucy's avatar hucy

feat:提交

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