|
@@ -4,10 +4,10 @@ import {
|
|
|
serialNumberPositionList,
|
|
|
arrangeTypeList,
|
|
|
switchOption,
|
|
|
- isEnable
|
|
|
+ isEnable,
|
|
|
} from '@/views/book/courseware/data/common';
|
|
|
|
|
|
-export { arrangeTypeList, switchOption,isEnable };
|
|
|
+export { arrangeTypeList, switchOption, isEnable };
|
|
|
|
|
|
// 音频位置
|
|
|
export const audioPositionList = [
|
|
@@ -41,7 +41,7 @@ export const funList = [
|
|
|
value: 'write',
|
|
|
label: '汉字书写',
|
|
|
},
|
|
|
-]
|
|
|
+];
|
|
|
|
|
|
// 显示
|
|
|
export const showList = [
|
|
@@ -53,7 +53,7 @@ export const showList = [
|
|
|
value: 'false',
|
|
|
label: '不显示',
|
|
|
},
|
|
|
-]
|
|
|
+];
|
|
|
|
|
|
// 汉字框
|
|
|
export const frameList = [
|
|
@@ -69,7 +69,7 @@ export const frameList = [
|
|
|
value: 'none',
|
|
|
label: '无',
|
|
|
},
|
|
|
-]
|
|
|
+];
|
|
|
|
|
|
export function getCharacterBaseProperty() {
|
|
|
return {
|
|
@@ -98,7 +98,7 @@ export function getCharacterBaseData() {
|
|
|
property: getCharacterBaseProperty(),
|
|
|
content: '',
|
|
|
pinyin: '',
|
|
|
- definition:'',
|
|
|
+ definition: '',
|
|
|
audio_file_id: '',
|
|
|
model_essay: [],
|
|
|
answer: {
|