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
c0371e91
"frontend/src/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "b7fb2e43871887e37d3427376b832091b8cda8d2"
Commit
c0371e91
authored
Apr 21, 2026
by
IanShaw027
Browse files
frontend: align gateway scheduling toggles
parent
65d3bd72
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/admin/SettingsView.vue
View file @
c0371e91
...
...
@@ -2490,47 +2490,35 @@
{{
t
(
"
admin.settings.scheduling.description
"
)
}}
<
/p
>
<
/div
>
<
div
class
=
"
p-6
"
>
<
div
class
=
"
space-y-4
"
>
<
div
class
=
"
flex items-center justify-between
"
>
<
div
>
<
label
class
=
"
text-sm font-medium text-gray-700 dark:text-gray-300
"
>
{{
t
(
"
admin.settings.scheduling.allowUngroupedKey
"
)
}}
<
/label
>
<
p
class
=
"
mt-0.5 text-xs text-gray-500 dark:text-gray-400
"
>
{{
t
(
"
admin.settings.scheduling.allowUngroupedKeyHint
"
)
}}
<
/p
>
<
/div
>
<
label
class
=
"
toggle
"
>
<
input
v
-
model
=
"
form.allow_ungrouped_key_scheduling
"
type
=
"
checkbox
"
/>
<
span
class
=
"
toggle-slider
"
><
/span
>
<
div
class
=
"
space-y-5 p-6
"
>
<
div
class
=
"
flex items-center justify-between
"
>
<
div
>
<
label
class
=
"
text-sm font-medium text-gray-700 dark:text-gray-300
"
>
{{
t
(
"
admin.settings.scheduling.allowUngroupedKey
"
)
}}
<
/label
>
<
p
class
=
"
mt-0.5 text-xs text-gray-500 dark:text-gray-400
"
>
{{
t
(
"
admin.settings.scheduling.allowUngroupedKeyHint
"
)
}}
<
/p
>
<
/div
>
<
Toggle
v
-
model
=
"
form.allow_ungrouped_key_scheduling
"
/>
<
/div
>
<
div
class
=
"
flex items-center justify-between rounded border border-gray-200 px-4 py-3 dark:border-dark-700
"
>
<
div
>
<
label
class
=
"
text-sm font-medium text-gray-700 dark:text-gray-300
"
>
{{
t
(
"
admin.settings.openaiExperimentalScheduler.title
"
)
}}
<
/label
>
<
p
class
=
"
mt-0.5 text-xs text-gray-500 dark:text-gray-400
"
>
{{
t
(
"
admin.settings.openaiExperimentalScheduler.description
"
)
}}
<
/p
>
<
/div
>
<
Toggle
v
-
model
=
"
form.openai_advanced_scheduler_enabled
"
/>
<
div
class
=
"
flex items-center justify-between
"
>
<
div
>
<
label
class
=
"
text-sm font-medium text-gray-700 dark:text-gray-300
"
>
{{
t
(
"
admin.settings.openaiExperimentalScheduler.title
"
)
}}
<
/label
>
<
p
class
=
"
mt-0.5 text-xs text-gray-500 dark:text-gray-400
"
>
{{
t
(
"
admin.settings.openaiExperimentalScheduler.description
"
)
}}
<
/p
>
<
/div
>
<
Toggle
v
-
model
=
"
form.openai_advanced_scheduler_enabled
"
/>
<
/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