初始化

This commit is contained in:
2026-02-22 18:56:10 +08:00
commit 26677972a6
3112 changed files with 255972 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"system": {
"title": "系统管理",
"sysAccount": "用户管理",
"sysRole": "角色管理",
"sysMenu": "菜单管理",
"sysDept": "部门管理",
"sysPosition": "岗位管理",
"sysDict": "字典管理",
"sysJob": "定时任务",
"sysLog": "日志管理"
},
"ai": {
"bots": "聊天助手",
"title": "AI能力",
"resources": "素材库",
"datacenter": "数据中枢",
"workflow": "工作流",
"plugin": "插件",
"llm": "大模型",
"knowledge": "知识库"
},
"settings": {
"title": "系统配置",
"settingsConfig": "系统设置",
"apiKey": "访问令牌"
}
}