Commit f5147aa6 authored by hcyhuchaoyue's avatar hcyhuchaoyue

fix:提交

parent c5a7c096
......@@ -1164,4 +1164,91 @@ export const poems = [
color: '#FFEBCC',
},
},
{
key: '116',
author: '',
content: ['烟岚云岫'],
style: {
backgroundImage:
'linear-gradient(25deg, #57ade1, #92c1bc, #b5d595, #cfeb67)',
color: '#ffffff',
},
},
{
key: '117',
author: '',
content: ['月落星沈'],
style: {
backgroundImage:
'linear-gradient(25deg, #688bdd, #8392c1, #9599a5, #a1a088)',
color: '#FFFBEB',
},
},
{
key: '118',
author: '',
content: ['枕山栖谷'],
style: {
backgroundImage:
'linear-gradient(25deg, #2b3c59, #336a79, #319b9a, #1bcfbd)',
color: '#E3F6FF',
},
},
{
key: '120',
author: '',
content: ['海晏河清'],
style: {
backgroundImage:
'linear-gradient(25deg, #184487, #6578aa, #a3b0cd, #e1edf1)',
color: '#ffffff',
},
},
{
key: '121',
author: '',
content: ['高山景行'],
style: {
backgroundImage:
'linear-gradient(25deg, #345047, #5f7a73, #8ca6a3, #bcd5d5)',
color: '#E7F6F2',
},
},
{
key: '122',
author: '',
content: ['泮林革音'],
style: {
backgroundColor: '#576853',
color: '#DCD7C9',
},
},
{
key: '123',
author: '',
content: ['丹书白马'],
style: {
backgroundColor: '#864537',
color: '#D5CEA3',
},
},
{
key: '124',
author: '大唐故昭容上官氏铭',
content: ['千年万岁,椒花颂声'],
style: {
backgroundColor: '#0C4948',
color: '#E38574',
},
},
{
key: '125',
author: '张岱',
content: ['林下漏月光,疏疏如残雪'],
style: {
backgroundImage:
'linear-gradient(25deg, #003150, #395f6e, #64918d, #90c7ac)',
color: '#E7F6F2',
},
},
];
......@@ -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('115');
const slide = ref('125');
onMounted(() => {
rightClick();
......
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