feat: add admin file health filters

This commit is contained in:
Lan
2026-06-03 05:55:18 +08:00
parent 167d5cce3f
commit 6970d0e467
5 changed files with 205 additions and 28 deletions
+11
View File
@@ -393,12 +393,23 @@ export default {
storageUsed: '占用空间',
statusLabel: '状态',
typeLabel: '类型',
healthLabel: '健康',
all: '全部',
active: '可取件',
expired: '已过期',
fileType: '文件',
textType: '文本',
chunkedType: '分片',
healthFilters: {
all: '全部',
attention: '需关注',
danger: '异常',
warning: '预警',
expiringSoon: '即将过期',
storageIssue: '存储异常',
neverRetrieved: '未取件',
healthy: '健康'
},
sortBy: '排序',
unlimited: '不限次数',
remaining: '剩余 {count} 次',