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
f571d8ff
Commit
f571d8ff
authored
Apr 13, 2026
by
erio
Browse files
fix(notify): write back auto-filled recharge URL to form on save
parent
48b6c481
Changes
2
Show whitespace changes
Inline
Side-by-side
backend/cmd/server/VERSION
View file @
f571d8ff
0.1.110.4
0
0.1.110.4
1
frontend/src/views/admin/SettingsView.vue
View file @
f571d8ff
...
...
@@ -3606,7 +3606,7 @@ async function saveSettings() {
// Balance & quota notification
balance_low_notify_enabled
:
form
.
balance_low_notify_enabled
,
balance_low_notify_threshold
:
Number
(
form
.
balance_low_notify_threshold
)
||
0
,
balance_low_notify_recharge_url
:
form
.
balance_low_notify_recharge_url
||
currentOrigin
,
balance_low_notify_recharge_url
:
(
form
.
balance_low_notify_recharge_url
=
form
.
balance_low_notify_recharge_url
||
currentOrigin
)
,
account_quota_notify_enabled
:
form
.
account_quota_notify_enabled
,
account_quota_notify_emails
:
(
form
.
account_quota_notify_emails
||
[]).
filter
((
e
)
=>
e
.
email
.
trim
()
!==
''
),
}
...
...
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