mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-07 01:56:53 +00:00
feat(default): reorganize system settings pricing UI
Refine the default system settings structure and model pricing editor so pricing configuration is easier to scan and edit.
This commit is contained in:
+2
-2
@@ -100,8 +100,8 @@ export function ProfileDropdown() {
|
||||
<DropdownMenuItem
|
||||
onClick={() =>
|
||||
navigate({
|
||||
to: '/system-settings/general',
|
||||
search: { section: 'system-info' },
|
||||
to: '/system-settings/site/$section',
|
||||
params: { section: 'system-info' },
|
||||
})
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user