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
e83f0ee3
Commit
e83f0ee3
authored
Dec 30, 2025
by
yangjianbo
Browse files
Merge branch 'main' into test-dev
parents
bff3c66d
942c3e15
Changes
61
Show whitespace changes
Inline
Side-by-side
frontend/src/views/admin/GroupsView.vue
View file @
e83f0ee3
...
...
@@ -82,11 +82,21 @@
? 'bg-orange-100 text-orange-700 dark:bg-orange-900/30 dark:text-orange-400'
: value === 'openai'
? 'bg-emerald-100 text-emerald-700 dark:bg-emerald-900/30 dark:text-emerald-400'
: value === 'antigravity'
? 'bg-purple-100 text-purple-700 dark:bg-purple-900/30 dark:text-purple-400'
: 'bg-blue-100 text-blue-700 dark:bg-blue-900/30 dark:text-blue-400'
]"
>
<PlatformIcon
:platform=
"value"
size=
"xs"
/>
{{
value
===
'
anthropic
'
?
'
Anthropic
'
:
value
===
'
openai
'
?
'
OpenAI
'
:
'
Gemini
'
}}
{{
value
===
'
anthropic
'
?
'
Anthropic
'
:
value
===
'
openai
'
?
'
OpenAI
'
:
value
===
'
antigravity
'
?
'
Antigravity
'
:
'
Gemini
'
}}
</span>
</
template
>
...
...
@@ -694,14 +704,16 @@ const exclusiveOptions = computed(() => [
const
platformOptions
=
computed
(()
=>
[
{
value
:
'
anthropic
'
,
label
:
'
Anthropic
'
}
,
{
value
:
'
openai
'
,
label
:
'
OpenAI
'
}
,
{
value
:
'
gemini
'
,
label
:
'
Gemini
'
}
{
value
:
'
gemini
'
,
label
:
'
Gemini
'
}
,
{
value
:
'
antigravity
'
,
label
:
'
Antigravity
'
}
])
const
platformFilterOptions
=
computed
(()
=>
[
{
value
:
''
,
label
:
t
(
'
admin.groups.allPlatforms
'
)
}
,
{
value
:
'
anthropic
'
,
label
:
'
Anthropic
'
}
,
{
value
:
'
openai
'
,
label
:
'
OpenAI
'
}
,
{
value
:
'
gemini
'
,
label
:
'
Gemini
'
}
{
value
:
'
gemini
'
,
label
:
'
Gemini
'
}
,
{
value
:
'
antigravity
'
,
label
:
'
Antigravity
'
}
])
const
editStatusOptions
=
computed
(()
=>
[
...
...
Prev
1
2
3
4
Next
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