mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
refactor: 移除 API Key 最小长度限制并放宽最大长度至 10000 字符
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user