1.新增菜单后台操作指南,方便管理员查看使用

This commit is contained in:
2026-05-30 17:48:55 +08:00
parent a4c8f623be
commit 90abab14a3
37 changed files with 678 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
{
"title": "后台操作指南",
"toolbar": {
"edit": "编辑",
"save": "保存",
"cancel": "取消",
"refresh": "刷新"
},
"meta": {
"filePath": "文档路径",
"updateTime": "更新时间"
},
"message": {
"loadFailed": "加载操作指南失败",
"saveSuccess": "保存成功",
"saveFailed": "保存失败",
"cancelConfirm": "当前有未保存的修改,确定取消编辑吗?",
"editRequired": "请先点击编辑后再保存"
}
}