feat: add admin detail policy actions

This commit is contained in:
Lan
2026-06-03 05:45:02 +08:00
parent 4ab0c0e7dc
commit 167d5cce3f
6 changed files with 273 additions and 1 deletions
+14
View File
@@ -446,6 +446,20 @@ export default {
batchUpdatePartialSuccess: '已更新 {count} 个文件,{failed} 个失败',
batchUpdateFailed: '批量更新失败',
batchUpdateNoFields: '请选择要更新的策略',
policyActionSuccess: '文件策略已更新',
policyActionFailed: '策略动作执行失败',
policyActions: {
extend24h: '延长 24 小时',
extend7d: '延长 7 天',
makePermanent: '设为永久',
resetDownloadLimit: '重置为 {count} 次'
},
policyActionDescriptions: {
extend24h: '从当前有效期继续追加一天',
extend7d: '适合临时续期一周',
makePermanent: '清空过期时间和次数限制',
resetDownloadLimit: '恢复可取件次数到 {count} 次'
},
applyBatchEdit: '应用更改',
overview: '概览',
policyInfo: '策略信息',