JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_修改关键词知识点样式

This commit is contained in:
田岩
2026-01-15 14:49:09 +08:00
parent a56957db7e
commit 0da6bb0d1f
9 changed files with 91 additions and 51 deletions
+8
View File
@@ -32,6 +32,14 @@ export const SUBJECT_TYPE = [{
label: "问答题",
}
]
// 回答方式
export const ANSWER_METHOD_MAP = {
'01': '不限制回答方式',
'02': '仅文字回答',
'03': '仅语音回答'
};
export const defaultAvatar = '/static/images/me/default_user_avatar.png'
export const defaultAnonymousAvatar = '/static/images/competition/competition_default_avatar.png'
export const styleButton = {