Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
Ygopro Arena Web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Ygopro Arena Web
Commits
a9be55a3
Commit
a9be55a3
authored
Aug 01, 2025
by
Tang Xinwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'node21.17.1' into 'master'
启动每日首胜活动 See merge request
!14
parents
78504a05
77914bf9
Pipeline
#39791
passed with stages
in 1 minute and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
19 deletions
+3
-19
src/components/Profile.vue
src/components/Profile.vue
+2
-10
src/components/Userinfo.vue
src/components/Userinfo.vue
+1
-9
No files found.
src/components/Profile.vue
View file @
a9be55a3
...
...
@@ -8,16 +8,8 @@
<div
class=
"caption"
>
<h3><i
class=
"glyphicon glyphicon-user"
></i>
<strong>
{{
user
.
username
}}
</strong></h3>
<p
class=
"text-muted"
style=
"font-size:20px;"
>
今日首胜:
{{
activity
.
today
}}
/1
</p>
<!--
<p
class=
"text-muted"
v-if=
"showActivity"
style=
"font-size:20px;"
>
{{
activity
.
name
}}
首胜:
{{
activity
.
total
}}
/
{{
activity
.
max
}}
</p>
-->
<p
class=
"text-muted"
style=
"font-size:20px;"
>
赌圣争霸大赛战绩:
<br>
击败了
{{
vsDuelMonsterStats
.
win
}}
位对手
<br>
被干翻了
{{
vsDuelMonsterStats
.
lose
}}
次
</p>
<p
class=
"text-muted"
style=
"font-size:20px;"
>
VS 码丽丝 素体:
<br>
胜:
{{
vsMalissStats
.
win
}}
<br>
负:
{{
vsMalissStats
.
lose
}}
</p>
<p
class=
"text-muted"
v-if=
"showActivity"
style=
"font-size:20px;"
>
{{
activity
.
name
}}
首胜:
{{
activity
.
total
}}
/
{{
activity
.
max
}}
</p>
</div>
</div>
</div>
...
...
src/components/Userinfo.vue
View file @
a9be55a3
...
...
@@ -26,15 +26,7 @@
<h3>
<i
class=
"glyphicon glyphicon-user"
></i>
<strong>
{{
username
}}
</strong></h3>
<!--
<p
class=
"text-nowrap text-muted"
style=
"font-size:20px;"
>
有妞不泡,大逆不道;遇妞则泡,替天行道。
</p>
-->
<p
class=
"text-muted"
style=
"font-size:20px;"
>
今日首胜:
{{
activity
.
today
}}
/1
</p>
<!--
<p
class=
"text-muted"
v-if=
"showActivity"
style=
"font-size:20px;"
>
{{
activity
.
name
}}
首胜:
{{
activity
.
total
}}
/
{{
activity
.
max
}}
</p>
-->
<p
class=
"text-muted"
style=
"font-size:20px;"
>
赌圣争霸大赛战绩:
<br>
击败了
{{
vsDuelMonsterStats
.
win
}}
位对手
<br>
被干翻了
{{
vsDuelMonsterStats
.
lose
}}
次
</p>
<p
class=
"text-muted"
style=
"font-size:20px;"
>
VS 码丽丝 素体:
<br>
胜:
{{
vsMalissStats
.
win
}}
<br>
负:
{{
vsMalissStats
.
lose
}}
</p>
<p
class=
"text-muted"
v-if=
"showActivity"
style=
"font-size:20px;"
>
{{
activity
.
name
}}
首胜:
{{
activity
.
total
}}
/
{{
activity
.
max
}}
</p>
</div>
</div>
</div>
...
...
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