Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4ff1084d
authored
May 26, 2025
by
Apple\Apple
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/ui/refactor' into ui/refactor
parents
1551d196
bdf2f18b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
web/src/components/ModelPricing.js
+2
-1
No files found.
web/src/components/ModelPricing.js
View file @
4ff1084d
...
@@ -382,6 +382,7 @@ const ModelPricing = () => {
...
@@ -382,6 +382,7 @@ const ModelPricing = () => {
type
=
"card"
type
=
"card"
collapsible
collapsible
onChange
=
{
key
=>
setActiveKey
(
key
)}
onChange
=
{
key
=>
setActiveKey
(
key
)}
className
=
"mt-2"
>
>
{
Object
.
entries
(
modelCategories
)
{
Object
.
entries
(
modelCategories
)
.
filter
(([
key
])
=>
availableCategories
.
includes
(
key
))
.
filter
(([
key
])
=>
availableCategories
.
includes
(
key
))
...
@@ -488,7 +489,7 @@ const ModelPricing = () => {
...
@@ -488,7 +489,7 @@ const ModelPricing = () => {
<
Card
className
=
"!rounded-2xl shadow-lg border-0"
>
<
Card
className
=
"!rounded-2xl shadow-lg border-0"
>
{
/* 顶部状态卡片 */
}
{
/* 顶部状态卡片 */
}
<
Card
<
Card
className
=
"!rounded-2xl !border-0 !shadow-
2xl
overflow-hidden mb-6"
className
=
"!rounded-2xl !border-0 !shadow-
md
overflow-hidden mb-6"
style
=
{{
style
=
{{
background
:
'linear-gradient(135deg, #6366f1 0%, #8b5cf6 25%, #a855f7 50%, #c084fc 75%, #d8b4fe 100%)'
,
background
:
'linear-gradient(135deg, #6366f1 0%, #8b5cf6 25%, #a855f7 50%, #c084fc 75%, #d8b4fe 100%)'
,
position
:
'relative'
position
:
'relative'
...
...
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