refactor: 移除 API Key 最小长度限制并放宽最大长度至 10000 字符

This commit is contained in:
fawney19
2026-02-09 17:00:48 +08:00
parent c5d1d2c21e
commit 65658e58d5
4 changed files with 5 additions and 48 deletions

View File

@@ -47,9 +47,7 @@ export const BUSINESS_CONSTANTS = {
PROVIDER_MIN_PRIORITY: 0,
PROVIDER_MAX_PRIORITY: 999,
// API Key 相关
API_KEY_MIN_LENGTH: 10,
API_KEY_MAX_LENGTH: 500,
// API Key 相关(不限制长度)
// 分页配置
DEFAULT_PAGE_SIZE: 20,