fix: 修复查看证书对话框翻译错误的bug

This commit is contained in:
xiaojunnuo
2025-07-10 18:27:56 +08:00
parent 80c5331a5d
commit 8626b6d9f2
2 changed files with 9 additions and 1 deletions
@@ -711,4 +711,8 @@ export default {
showRunStrategyHelper: "任务设置中是否允许选择运行策略",
},
},
modal: {
close: "关闭",
viewCertificateTitle: "查看证书",
},
};