feat: add commit-based release notes, usage loading spinner, and 60s logs timeout

This commit is contained in:
Supra4E8C
2025-12-20 12:34:45 +08:00
parent 10f2262753
commit df472119e7
6 changed files with 62 additions and 26 deletions

View File

@@ -18,6 +18,7 @@ export const LOG_REFRESH_DELAY_MS = 500;
// 日志相关
export const MAX_LOG_LINES = 2000;
export const LOG_FETCH_LIMIT = 2500;
export const LOGS_TIMEOUT_MS = 60 * 1000;
// 认证文件分页
export const DEFAULT_AUTH_FILES_PAGE_SIZE = 20;