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
dc9d59c5
Commit
dc9d59c5
authored
Oct 24, 2023
by
hucy
☘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:提交
parent
41e8cf64
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
2 deletions
+13
-2
config.ts
src/modules/page10/config.ts
+10
-0
MyPoems.vue
src/modules/page10/element/MyPoems.vue
+2
-1
mytest.css
src/modules/page10/element/mytest.css
+0
-0
mytest.html
src/modules/page10/element/mytest.html
+0
-0
mytest.js
src/modules/page10/element/mytest.js
+0
-0
routes.ts
src/router/routes.ts
+1
-1
No files found.
src/modules/page10/config.ts
View file @
dc9d59c5
...
...
@@ -1373,4 +1373,14 @@ export const poems = [
color
:
'#FCD271'
,
},
},
{
key
:
'136'
,
author
:
'永琪吗'
,
content
:
[
'什么都只觉得尴尬,只会让你错过很多美好的瞬间'
],
style
:
{
backgroundImage
:
'linear-gradient(25deg, #9474ef, #849aec, #68bde9, #24dee5)'
,
color
:
'#ffffff'
,
},
},
];
src/modules/page10/element/MyPoems.vue
View file @
dc9d59c5
...
...
@@ -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"
>
...
...
src/modules/page10/element/mytest.css
0 → 100644
View file @
dc9d59c5
src/modules/page10/element/mytest.html
0 → 100644
View file @
dc9d59c5
src/modules/page10/element/mytest.js
0 → 100644
View file @
dc9d59c5
src/router/routes.ts
View file @
dc9d59c5
...
...
@@ -22,7 +22,7 @@ const routes: RouteRecordRaw[] = [
path
:
''
,
name
:
'LaoutIndexPage'
,
component
:
()
=>
import
(
'pages/IndexPage.vue'
),
redirect
:
'/
review-input-box
'
,
redirect
:
'/
home
'
,
children
:
[
{
path
:
'home'
,
...
...
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