Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
V
vue3-quasar-ts-study01
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hucy
vue3-quasar-ts-study01
Commits
f5147aa6
Commit
f5147aa6
authored
Jan 30, 2023
by
hcyhuchaoyue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:提交
parent
c5a7c096
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
88 additions
and
1 deletion
+88
-1
config.ts
src/modules/page10/config.ts
+87
-0
MyPoems.vue
src/modules/page10/element/MyPoems.vue
+1
-1
No files found.
src/modules/page10/config.ts
View file @
f5147aa6
...
...
@@ -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'
,
},
},
];
src/modules/page10/element/MyPoems.vue
View file @
f5147aa6
...
...
@@ -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
(
'1
1
5'
);
const
slide
=
ref
(
'1
2
5'
);
onMounted
(()
=>
{
rightClick
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment