feat: 看板服务状态优化,移除前端访问统计埋点,修正列表页文案与类型
- 看板:补齐各服务模块图标,服务状态表格改为自适应行高并支持滚动 - 移除前端请求访问统计埋点及对应 audit-visit API 模块 - 平台接口:清理 service_checks 循环中未使用的路径变量 - 系统模块:导出 SystemUser 类型 - 项目/租户列表:统一“项目名称/编码 ID/租户 ID”文案,补充表格行类型断言修复 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,8 @@ import type {
|
||||
UpdateUserAccessPayload,
|
||||
} from '@/types'
|
||||
|
||||
export type { SystemUser } from '@/types'
|
||||
|
||||
/** 系统信息(CPU/内存/磁盘/GPU/网络/系统) */
|
||||
export const getSystemInfo = () => get<SystemInfo>('/system-info')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user