修复 kuaishou-lewan 多账号健康检查与平台配置展示
恢复 health 任务对全部账号的合并监控,补齐 React 后台多账号 UI 与账号选择,并将用户可见文案统一为 kuaishou-lewan。
This commit is contained in:
@@ -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(
|
||||
}
|
||||
}
|
||||
|
||||
/** 云触手发货记录分页(100–1000) */
|
||||
/** kuaishou-lewan 发货记录分页(100–1000) */
|
||||
export function buildCloudtentaclesTablePagination(options: {
|
||||
current?: number
|
||||
page?: number
|
||||
|
||||
Reference in New Issue
Block a user