fix: 修复默认主题 API 密钥分组行为

Signed-off-by: Micah-Zheng <102610064+Micah-Zheng@users.noreply.github.com>
This commit is contained in:
Micah-Zheng
2026-04-30 03:09:32 +08:00
parent b2232f4355
commit 2f8637048e
5 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export const API_KEY_STATUS_OPTIONS = Object.values(API_KEY_STATUSES).map(
// Default Values
// ============================================================================
export const DEFAULT_GROUP = 'auto' as const
export const DEFAULT_GROUP = '' as const
// ============================================================================
// Error Messages (i18n keys: use t(ERROR_MESSAGES.xxx) when displaying)