修复 kuaishou-lewan 多账号健康检查与平台配置展示

恢复 health 任务对全部账号的合并监控,补齐 React 后台多账号 UI 与账号选择,并将用户可见文案统一为 kuaishou-lewan。
This commit is contained in:
yml2213
2026-07-10 21:43:32 +08:00
parent 01f46e4fc7
commit 3196e1ccdc
7 changed files with 558 additions and 112 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ export const ADMIN_DEFAULT_PAGE_SIZE = 20
*/
export const ADMIN_PAGE_SIZE_OPTIONS = [10, 20, 50, 100] as const
/** 云触手发货记录:上游接口更适合大批量拉取 */
/** kuaishou-lewan 发货记录:上游接口更适合大批量拉取 */
export const CLOUDTENTACLES_DEFAULT_PAGE_SIZE = 100
export const CLOUDTENTACLES_PAGE_SIZE_OPTIONS = [100, 200, 500, 1000] as const
@@ -60,7 +60,7 @@ export function buildAdminLocalTablePagination(
}
}
/** 云触手发货记录分页(1001000 */
/** kuaishou-lewan 发货记录分页(1001000 */
export function buildCloudtentaclesTablePagination(options: {
current?: number
page?: number