[update] 修改自测bug,完善问答库页面

This commit is contained in:
lideqin
2023-09-25 15:51:34 +08:00
parent aa892bb50b
commit 0b193de9e0
16 changed files with 318 additions and 158 deletions
+14 -8
View File
@@ -5,13 +5,19 @@ module.exports = {
},
// 问答库
questionAnswer: {
classify: '分类',
title: '标题',
quiz: '提问',
questionDesc: '问题描述',
attach: '附件',
quizTime: '提问时间',
answer: '回答',
poster: '发帖人'
classify: 'Classify',
title: 'Title',
quiz: 'Quiz',
questionDesc: 'Problem Description',
attach: 'Attachment',
quizTime: 'Question Time',
answer: 'answer',
poster: 'Poster',
answerNum: 'replies',
top: '【top】',
cancelTop: 'untop',
setTop: 'Set To Top',
answerQuestion: 'reply to a question',
word: 'word'
}
}
+7 -1
View File
@@ -12,6 +12,12 @@ module.exports = {
attach: '附件',
quizTime: '提问时间',
answer: '回答',
poster: '发帖人'
poster: '发帖人',
answerNum: '个回复',
top: '【置顶】',
cancelTop: '取消置顶',
setTop: '设置为置顶',
answerQuestion: '回复问题',
word: '字'
}
}