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
a6094951
Commit
a6094951
authored
Dec 26, 2022
by
hcyhuchaoyue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:提交
parent
5e231bf7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
12 deletions
+13
-12
config.ts
src/modules/page10/config.ts
+12
-11
MyPoems.vue
src/modules/page10/element/MyPoems.vue
+1
-1
No files found.
src/modules/page10/config.ts
View file @
a6094951
...
...
@@ -212,7 +212,7 @@ export const poems = [
backgroundColor
:
'#9fafa0'
,
backgroundImage
:
'linear-gradient(163deg, #9fafa0 0%, #7ca5a5 69%, #ba9985 100%)'
,
color
:
'#
91777c
'
,
color
:
'#
F5F0F6
'
,
},
},
{
...
...
@@ -230,7 +230,7 @@ export const poems = [
content
:
[
'竹杖芒鞋轻胜马,谁怕?一蓑烟雨任平生'
],
style
:
{
backgroundImage
:
'linear-gradient(20deg, #525978 2%, #e8eaeb 100%)'
,
color
:
'#
656878
'
,
color
:
'#
eaeaea
'
,
},
},
{
...
...
@@ -280,7 +280,7 @@ export const poems = [
style
:
{
backgroundImage
:
'linear-gradient(25deg, #218da5, #729a8c, #9ea871, #c1b652)'
,
color
:
'#
756349
'
,
color
:
'#
f9eed3
'
,
},
},
{
...
...
@@ -355,8 +355,8 @@ export const poems = [
'可与人同。'
,
],
style
:
{
background
Color
:
'#215F69
'
,
color
:
'#
31CCC0
'
,
background
Image
:
'linear-gradient(15deg, #13547a 0%, #80d0c7 100%)
'
,
color
:
'#
DADDD8
'
,
},
},
{
...
...
@@ -586,7 +586,7 @@ export const poems = [
style
:
{
backgroundImage
:
'linear-gradient(25deg, #1098be, #7ca699, #aab572, #cdc541)'
,
color
:
'#
6b584a
'
,
color
:
'#
e9e0d6
'
,
},
},
{
...
...
@@ -737,7 +737,7 @@ export const poems = [
content
:
[
'浮云一别后,流水十年间'
],
style
:
{
backgroundImage
:
'linear-gradient(2
5deg, #19656c, #1c8b88, #1ab2a6, #11dbc
4)'
,
'linear-gradient(2
9deg, #2096bb, #77a39c, #a2b17a, #c3bf5
4)'
,
color
:
'#FDFDEB'
,
},
},
...
...
@@ -791,7 +791,8 @@ export const poems = [
author
:
'粤剧.客途秋恨'
,
content
:
[
'凉风有信,风月无边'
],
style
:
{
backgroundColor
:
'#629460'
,
backgroundImage
:
'linear-gradient(25deg, #2c5543, #537d70, #7da8a0, #a8d4d3)'
,
color
:
'#F5F0F6'
,
},
},
...
...
@@ -801,7 +802,7 @@ export const poems = [
content
:
[
'半溪明月,一枕清风'
],
style
:
{
backgroundImage
:
'linear-gradient(25deg, #
c46d69, #ab8c87, #84a8a5, #2ac1c5
)'
,
'linear-gradient(25deg, #
0a6b57, #488580, #769fac, #a2b9da
)'
,
color
:
'#dfebe7'
,
},
},
...
...
@@ -819,8 +820,8 @@ export const poems = [
author
:
'如果国宝会说话'
,
content
:
[
'我们哭着降临世界,却可以笑着走向永恒'
],
style
:
{
backgroundColor
:
'#
929DFF
'
,
color
:
'#
F1FF82
'
,
backgroundColor
:
'#
252B2A
'
,
color
:
'#
B16B47
'
,
},
},
{
...
...
src/modules/page10/element/MyPoems.vue
View file @
a6094951
...
...
@@ -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
(
'8
1
'
);
const
slide
=
ref
(
'8
0
'
);
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