|
@@ -117,7 +117,7 @@ import CharacterStructurePreview from '../preview/components/character_structure
|
|
|
export const bookTypeOption = [
|
|
export const bookTypeOption = [
|
|
|
{
|
|
{
|
|
|
value: 'base',
|
|
value: 'base',
|
|
|
- label: '基础组件',
|
|
|
|
|
|
|
+ label: '基础',
|
|
|
children: [
|
|
children: [
|
|
|
// {
|
|
// {
|
|
|
// value: 'stem',
|
|
// value: 'stem',
|
|
@@ -240,7 +240,7 @@ export const bookTypeOption = [
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
value: 'article',
|
|
value: 'article',
|
|
|
- label: '文章组件',
|
|
|
|
|
|
|
+ label: '文章',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: Article,
|
|
component: Article,
|
|
|
set: ArticleSetting,
|
|
set: ArticleSetting,
|
|
@@ -256,7 +256,7 @@ export const bookTypeOption = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
value: 'select',
|
|
value: 'select',
|
|
|
- label: '选择组件',
|
|
|
|
|
|
|
+ label: '选择',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: SelectPage,
|
|
component: SelectPage,
|
|
|
set: SelectSetting,
|
|
set: SelectSetting,
|
|
@@ -264,7 +264,7 @@ export const bookTypeOption = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
value: 'matching',
|
|
value: 'matching',
|
|
|
- label: '连线组件',
|
|
|
|
|
|
|
+ label: '连线',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: MatchingPage,
|
|
component: MatchingPage,
|
|
|
set: MatchingSetting,
|
|
set: MatchingSetting,
|
|
@@ -272,7 +272,7 @@ export const bookTypeOption = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
value: 'sort',
|
|
value: 'sort',
|
|
|
- label: '排序组件',
|
|
|
|
|
|
|
+ label: '排序',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: SortPage,
|
|
component: SortPage,
|
|
|
set: SortSetting,
|
|
set: SortSetting,
|
|
@@ -288,7 +288,7 @@ export const bookTypeOption = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
value: 'fill',
|
|
value: 'fill',
|
|
|
- label: '填空组件',
|
|
|
|
|
|
|
+ label: '填空',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: FillPage,
|
|
component: FillPage,
|
|
|
set: FillSetting,
|
|
set: FillSetting,
|
|
@@ -296,7 +296,7 @@ export const bookTypeOption = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
value: 'record_input',
|
|
value: 'record_input',
|
|
|
- label: '录音组件',
|
|
|
|
|
|
|
+ label: '录音',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: RecordInput,
|
|
component: RecordInput,
|
|
|
set: RecordInputSetting,
|
|
set: RecordInputSetting,
|
|
@@ -304,7 +304,7 @@ export const bookTypeOption = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
value: 'new_word',
|
|
value: 'new_word',
|
|
|
- label: '生词组件',
|
|
|
|
|
|
|
+ label: '生词',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: NewWord,
|
|
component: NewWord,
|
|
|
set: NewWordSetting,
|
|
set: NewWordSetting,
|
|
@@ -312,7 +312,7 @@ export const bookTypeOption = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
value: 'notes',
|
|
value: 'notes',
|
|
|
- label: '注释组件',
|
|
|
|
|
|
|
+ label: '注释',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: Notes,
|
|
component: Notes,
|
|
|
set: NotesSetting,
|
|
set: NotesSetting,
|
|
@@ -328,7 +328,7 @@ export const bookTypeOption = [
|
|
|
// },
|
|
// },
|
|
|
{
|
|
{
|
|
|
value: 'character',
|
|
value: 'character',
|
|
|
- label: '汉字组件',
|
|
|
|
|
|
|
+ label: '汉字',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: Character,
|
|
component: Character,
|
|
|
set: CharacterSetting,
|
|
set: CharacterSetting,
|
|
@@ -352,7 +352,7 @@ export const bookTypeOption = [
|
|
|
},
|
|
},
|
|
|
// {
|
|
// {
|
|
|
// value: 'write',
|
|
// value: 'write',
|
|
|
- // label: '书写组件',
|
|
|
|
|
|
|
+ // label: '书写',
|
|
|
// icon: '',
|
|
// icon: '',
|
|
|
// component: Write,
|
|
// component: Write,
|
|
|
// set: WriteSetting,
|
|
// set: WriteSetting,
|
|
@@ -360,7 +360,7 @@ export const bookTypeOption = [
|
|
|
// },
|
|
// },
|
|
|
// {
|
|
// {
|
|
|
// value: 'math',
|
|
// value: 'math',
|
|
|
- // label: '公式组件',
|
|
|
|
|
|
|
+ // label: '公式',
|
|
|
// icon: '',
|
|
// icon: '',
|
|
|
// component: Math,
|
|
// component: Math,
|
|
|
// set: MathSetting,
|
|
// set: MathSetting,
|
|
@@ -368,7 +368,7 @@ export const bookTypeOption = [
|
|
|
// },
|
|
// },
|
|
|
{
|
|
{
|
|
|
value: 'input',
|
|
value: 'input',
|
|
|
- label: '输入框组件',
|
|
|
|
|
|
|
+ label: '输入框',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: Input,
|
|
component: Input,
|
|
|
set: InputSetting,
|
|
set: InputSetting,
|
|
@@ -376,7 +376,7 @@ export const bookTypeOption = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
value: 'judge',
|
|
value: 'judge',
|
|
|
- label: '判断组件',
|
|
|
|
|
|
|
+ label: '判断',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: Judge,
|
|
component: Judge,
|
|
|
set: JudgeSetting,
|
|
set: JudgeSetting,
|
|
@@ -400,7 +400,7 @@ export const bookTypeOption = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
value: 'pinyin_base',
|
|
value: 'pinyin_base',
|
|
|
- label: '拼音组件',
|
|
|
|
|
|
|
+ label: '拼音',
|
|
|
icon: '',
|
|
icon: '',
|
|
|
component: PinyinBase,
|
|
component: PinyinBase,
|
|
|
set: PinyinBaseSetting,
|
|
set: PinyinBaseSetting,
|