Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meme_image
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘续中
meme_image
Commits
cde532c2
Commit
cde532c2
authored
Jul 08, 2024
by
web
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
e013c5a4
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
625 additions
and
759 deletions
+625
-759
package-lock.json
package-lock.json
+37
-6
Header.vue
src/components/Header.vue
+1
-1
Index.vue
src/views/Index.vue
+107
-93
yarn.lock
yarn.lock
+480
-659
No files found.
package-lock.json
View file @
cde532c2
...
@@ -11,8 +11,10 @@
...
@@ -11,8 +11,10 @@
"aonweb"
:
"^1.0.13"
,
"aonweb"
:
"^1.0.13"
,
"aos"
:
"^2.3.4"
,
"aos"
:
"^2.3.4"
,
"axios"
:
"^1.6.8"
,
"axios"
:
"^1.6.8"
,
"canvas-text-wrapper"
:
"^0.10.2"
,
"element-plus"
:
"^2.7.5"
,
"element-plus"
:
"^2.7.5"
,
"pinia"
:
"^2.1.7"
,
"pinia"
:
"^2.1.7"
,
"uuid"
:
"^10.0.0"
,
"vant"
:
"^4.9.1"
,
"vant"
:
"^4.9.1"
,
"vue"
:
"^3.4.21"
,
"vue"
:
"^3.4.21"
,
"vue-router"
:
"^4.3.0"
,
"vue-router"
:
"^4.3.0"
,
...
@@ -1867,6 +1869,18 @@
...
@@ -1867,6 +1869,18 @@
"web3-eth-accounts"
:
"^4.1.2"
"web3-eth-accounts"
:
"^4.1.2"
}
}
},
},
"node_modules/aonweb/node_modules/uuid"
:
{
"version"
:
"9.0.1"
,
"resolved"
:
"https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz"
,
"integrity"
:
"sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="
,
"funding"
:
[
"https://github.com/sponsors/broofa"
,
"https://github.com/sponsors/ctavan"
],
"bin"
:
{
"uuid"
:
"dist/bin/uuid"
}
},
"node_modules/aos"
:
{
"node_modules/aos"
:
{
"version"
:
"2.3.4"
,
"version"
:
"2.3.4"
,
"resolved"
:
"https://registry.npmjs.org/aos/-/aos-2.3.4.tgz"
,
"resolved"
:
"https://registry.npmjs.org/aos/-/aos-2.3.4.tgz"
,
...
@@ -2052,6 +2066,11 @@
...
@@ -2052,6 +2066,11 @@
}
}
]
]
},
},
"node_modules/canvas-text-wrapper"
:
{
"version"
:
"0.10.2"
,
"resolved"
:
"https://registry.npmjs.org/canvas-text-wrapper/-/canvas-text-wrapper-0.10.2.tgz"
,
"integrity"
:
"sha512-nFnN8q8ydtkBUWVn/dAdetpwNOkz3KtyD6jTI2HGD43ant2FQcnLugAVaGLJloyRTNK/exn7efpYy2zPV5bHiQ=="
},
"node_modules/chalk"
:
{
"node_modules/chalk"
:
{
"version"
:
"2.4.2"
,
"version"
:
"2.4.2"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
,
...
@@ -3807,9 +3826,9 @@
...
@@ -3807,9 +3826,9 @@
}
}
},
},
"node_modules/uuid"
:
{
"node_modules/uuid"
:
{
"version"
:
"
9.0.1
"
,
"version"
:
"
10.0.0
"
,
"resolved"
:
"https://registry.npmjs.org/uuid/-/uuid-
9.0.1
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/uuid/-/uuid-
10.0.0
.tgz"
,
"integrity"
:
"sha512-
b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA
=="
,
"integrity"
:
"sha512-
8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ
=="
,
"funding"
:
[
"funding"
:
[
"https://github.com/sponsors/broofa"
,
"https://github.com/sponsors/broofa"
,
"https://github.com/sponsors/ctavan"
"https://github.com/sponsors/ctavan"
...
@@ -5698,6 +5717,13 @@
...
@@ -5698,6 +5717,13 @@
"uuid"
:
"^9.0.1"
,
"uuid"
:
"^9.0.1"
,
"web3"
:
"^4.8.0"
,
"web3"
:
"^4.8.0"
,
"web3-eth-accounts"
:
"^4.1.2"
"web3-eth-accounts"
:
"^4.1.2"
},
"dependencies"
:
{
"uuid"
:
{
"version"
:
"9.0.1"
,
"resolved"
:
"https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz"
,
"integrity"
:
"sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="
}
}
}
},
},
"aos"
:
{
"aos"
:
{
...
@@ -5818,6 +5844,11 @@
...
@@ -5818,6 +5844,11 @@
"integrity"
:
"sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg=="
,
"integrity"
:
"sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg=="
,
"dev"
:
true
"dev"
:
true
},
},
"canvas-text-wrapper"
:
{
"version"
:
"0.10.2"
,
"resolved"
:
"https://registry.npmjs.org/canvas-text-wrapper/-/canvas-text-wrapper-0.10.2.tgz"
,
"integrity"
:
"sha512-nFnN8q8ydtkBUWVn/dAdetpwNOkz3KtyD6jTI2HGD43ant2FQcnLugAVaGLJloyRTNK/exn7efpYy2zPV5bHiQ=="
},
"chalk"
:
{
"chalk"
:
{
"version"
:
"2.4.2"
,
"version"
:
"2.4.2"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
,
"resolved"
:
"https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
,
...
@@ -6995,9 +7026,9 @@
...
@@ -6995,9 +7026,9 @@
}
}
},
},
"uuid"
:
{
"uuid"
:
{
"version"
:
"
9.0.1
"
,
"version"
:
"
10.0.0
"
,
"resolved"
:
"https://registry.npmjs.org/uuid/-/uuid-
9.0.1
.tgz"
,
"resolved"
:
"https://registry.npmjs.org/uuid/-/uuid-
10.0.0
.tgz"
,
"integrity"
:
"sha512-
b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA
=="
"integrity"
:
"sha512-
8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ
=="
},
},
"vant"
:
{
"vant"
:
{
"version"
:
"4.9.1"
,
"version"
:
"4.9.1"
,
...
...
src/components/Header.vue
View file @
cde532c2
...
@@ -127,7 +127,7 @@ onMounted(() => {
...
@@ -127,7 +127,7 @@ onMounted(() => {
text-align
:
left
;
text-align
:
left
;
font-style
:
normal
;
font-style
:
normal
;
text-transform
:
none
;
text-transform
:
none
;
margin-left
:
2.13vw
;
/* margin-left: 2.13vw; */
}
}
.right
{
.right
{
...
...
src/views/Index.vue
View file @
cde532c2
This diff is collapsed.
Click to expand it.
yarn.lock
View file @
cde532c2
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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