[update] 增加问答库模块,修改自测bug

This commit is contained in:
lideqin
2023-09-20 18:08:00 +08:00
parent 2fb7e230d6
commit 5abf9338bd
16 changed files with 1059 additions and 4 deletions
+11
View File
@@ -2,5 +2,16 @@ module.exports = {
// 标准化活动
standardizationActivity: {
nodeName: 'Node name' // 节点名称
},
// 问答库
questionAnswer: {
classify: '分类',
title: '标题',
quiz: '提问',
questionDesc: '问题描述',
attach: '附件',
quizTime: '提问时间',
answer: '回答',
poster: '发帖人'
}
}
+11
View File
@@ -2,5 +2,16 @@ module.exports = {
// 标准化活动
standardizationActivity: {
nodeName: '节点名称', // 节点名称
},
// 问答库
questionAnswer: {
classify: '分类',
title: '标题',
quiz: '提问',
questionDesc: '问题描述',
attach: '附件',
quizTime: '提问时间',
answer: '回答',
poster: '发帖人'
}
}
+3
View File
@@ -131,6 +131,9 @@ module.exports = {
fileDownloadFail: 'File download failure',
pleaseEnterTreeSystem: 'Please enter the tree system',
project: 'Project',
standardNumber: 'Standard Number',
standardName: 'Standard Name',
standardNumOrName: 'Standard Number Or Standard Name',
// 树右键
treeRight: {
addFolder: 'Create New Folder',
+3
View File
@@ -131,6 +131,9 @@ module.exports = {
fileDownloadFail: '文件下载失败',
pleaseEnterTreeSystem: '输入树状图体系',
project: '项目',
standardNumber: '标准编号',
standardName: '标准名称',
standardNumOrName: '标准号/标准名称',
// 树右键
treeRight: {
addFolder: '新增文件夹',