新增待办信息

This commit is contained in:
2025-12-17 23:50:24 +08:00
parent 48e04e5973
commit 41afcc7561
9 changed files with 736 additions and 5 deletions

View File

@@ -3,4 +3,5 @@ export default {
about: 'About',
workbench: 'Workbench',
analysis: 'Analysis',
files:'files'
};

View File

@@ -3,4 +3,5 @@ export default {
workbench: '我的工作',
analysis: '首页',
about: '关于我们',
files: '文件管理'
};