Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
742e73c9
Commit
742e73c9
authored
Mar 04, 2026
by
shaw
Browse files
fix: 优化充值/订阅菜单的icon
parent
f8de2bde
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/layout/AppSidebar.vue
View file @
742e73c9
...
@@ -306,17 +306,22 @@ const RechargeSubscriptionIcon = {
...
@@ -306,17 +306,22 @@ const RechargeSubscriptionIcon = {
render
:
()
=>
render
:
()
=>
h
(
h
(
'
svg
'
,
'
svg
'
,
{
fill
:
'
none
'
,
viewBox
:
'
0 0 24 24
'
,
stroke
:
'
currentColor
'
,
'
stroke-width
'
:
'
1.5
'
},
{
fill
:
'
currentColor
'
,
viewBox
:
'
0 0
10
24
10
24
'
},
[
[
h
(
'
path
'
,
{
h
(
'
path
'
,
{
'
stroke-linecap
'
:
'
round
'
,
d
:
'
M512 992C247.3 992 32 776.7 32 512S247.3 32 512 32s480 215.3 480 480c0 84.4-22.2 167.4-64.2 240-8.9 15.3-28.4 20.6-43.7 11.7-15.3-8.8-20.5-28.4-11.7-43.7 36.4-62.9 55.6-134.8 55.6-208 0-229.4-186.6-416-416-416S96 282.6 96 512s186.6 416 416 416c17.7 0 32 14.3 32 32s-14.3 32-32 32z
'
'
stroke-linejoin
'
:
'
round
'
,
d
:
'
M2.25 7.5A2.25 2.25 0 014.5 5.25h15A2.25 2.25 0 0121.75 7.5v9A2.25 2.25 0 0119.5 18.75h-15A2.25 2.25 0 012.25 16.5v-9z
'
}),
}),
h
(
'
path
'
,
{
h
(
'
path
'
,
{
'
stroke-linecap
'
:
'
round
'
,
d
:
'
M640 512H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h256c17.7 0 32 14.3 32 32s-14.3 32-32 32zM640 640H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h256c17.7 0 32 14.3 32 32s-14.3 32-32 32z
'
'
stroke-linejoin
'
:
'
round
'
,
}),
d
:
'
M6.75 12h3m4.5 0h3m-3-3v6
'
h
(
'
path
'
,
{
d
:
'
M512 480c-8.2 0-16.4-3.1-22.6-9.4l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3-6.3 6.3-14.5 9.4-22.7 9.4z
'
}),
h
(
'
path
'
,
{
d
:
'
M512 480c-8.2 0-16.4-3.1-22.6-9.4-12.5-12.5-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-6.3 6.3-14.5 9.4-22.7 9.4z
'
}),
h
(
'
path
'
,
{
d
:
'
M512 736c-17.7 0-32-14.3-32-32V448c0-17.7 14.3-32 32-32s32 14.3 32 32v256c0 17.7-14.3 32-32 32zM896 992H512c-17.7 0-32-14.3-32-32s14.3-32 32-32h306.8l-73.4-73.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9S908.9 992 896 992z
'
})
})
]
]
)
)
...
...
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