Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
poster
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
刘续中
poster
Commits
29bf7c87
Commit
29bf7c87
authored
Jul 07, 2024
by
web
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style up
parent
83a755a8
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
526 additions
and
667 deletions
+526
-667
package-lock.json
package-lock.json
+26
-6
Header.vue
src/components/Header.vue
+1
-1
Index.vue
src/views/Index.vue
+20
-2
yarn.lock
yarn.lock
+479
-658
No files found.
package-lock.json
View file @
29bf7c87
...
...
@@ -13,6 +13,7 @@
"axios"
:
"^1.6.8"
,
"element-plus"
:
"^2.7.5"
,
"pinia"
:
"^2.1.7"
,
"uuid"
:
"^10.0.0"
,
"vant"
:
"^4.9.1"
,
"vue"
:
"^3.4.21"
,
"vue-router"
:
"^4.3.0"
,
...
...
@@ -1867,6 +1868,18 @@
"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"
:
{
"version"
:
"2.3.4"
,
"resolved"
:
"https://registry.npmjs.org/aos/-/aos-2.3.4.tgz"
,
...
...
@@ -3807,9 +3820,9 @@
}
},
"node_modules/uuid"
:
{
"version"
:
"
9.0.1
"
,
"resolved"
:
"https://registry.npmjs.org/uuid/-/uuid-
9.0.1
.tgz"
,
"integrity"
:
"sha512-
b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA
=="
,
"version"
:
"
10.0.0
"
,
"resolved"
:
"https://registry.npmjs.org/uuid/-/uuid-
10.0.0
.tgz"
,
"integrity"
:
"sha512-
8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ
=="
,
"funding"
:
[
"https://github.com/sponsors/broofa"
,
"https://github.com/sponsors/ctavan"
...
...
@@ -5698,6 +5711,13 @@
"uuid"
:
"^9.0.1"
,
"web3"
:
"^4.8.0"
,
"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"
:
{
...
...
@@ -6995,9 +7015,9 @@
}
},
"uuid"
:
{
"version"
:
"
9.0.1
"
,
"resolved"
:
"https://registry.npmjs.org/uuid/-/uuid-
9.0.1
.tgz"
,
"integrity"
:
"sha512-
b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA
=="
"version"
:
"
10.0.0
"
,
"resolved"
:
"https://registry.npmjs.org/uuid/-/uuid-
10.0.0
.tgz"
,
"integrity"
:
"sha512-
8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ
=="
},
"vant"
:
{
"version"
:
"4.9.1"
,
...
...
src/components/Header.vue
View file @
29bf7c87
...
...
@@ -127,7 +127,7 @@ onMounted(() => {
text-align
:
left
;
font-style
:
normal
;
text-transform
:
none
;
margin-left
:
2.13vw
;
/* margin-left: 2.13vw; */
}
.right
{
...
...
src/views/Index.vue
View file @
29bf7c87
...
...
@@ -9,7 +9,7 @@
<p>
Customize your clothing logo and generate a 3D avatar
</p>
</div>
-->
<div>
<van-cell-group
title=
"信息"
>
<
!--
<
van-cell-group
title=
"信息"
>
<van-field
v-model=
"projectName"
autosize
label=
"项目名字"
placeholder=
"请输入项目名称(背景展示项目文字)"
/>
<van-cell
title=
"角色"
>
<van-radio-group
v-model=
"checked"
direction=
"horizontal"
class=
"custom-radio-group"
>
...
...
@@ -17,7 +17,25 @@
<van-radio
name=
"2"
class=
"custom-radio"
>
漂亮女孩
</van-radio>
</van-radio-group>
</van-cell>
</van-cell-group>
</van-cell-group>
-->
<div
class=
"uni-form-item uni-column"
>
<div
class=
"title"
>
项目名字:
</div>
<div
class=
"content"
>
<input
v-model=
"projectName"
name=
"input"
placeholder=
"请输入项目名称(背景展示项目文字)"
/>
</div>
</div>
<div
class=
"uni-form-item uni-column"
>
<div
class=
"title"
>
角色:
</div>
<div
class=
"content"
>
<van-radio-group
v-model=
"checked"
direction=
"row"
class=
"custom-radio-group"
>
<van-radio
name=
"1"
class=
"custom-radio"
>
英俊男子
</van-radio>
<van-radio
name=
"2"
class=
"custom-radio"
>
漂亮女孩
</van-radio>
</van-radio-group>
</div>
</div>
<!--
<van-cell-group
title=
"角色"
>
<van-cell>
...
...
yarn.lock
View file @
29bf7c87
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