修改模版数据填充

dev
suixy 1 month ago
parent 0096f9ed98
commit cfd1734506

@ -55,7 +55,6 @@ const options = ref({
parseOptions: {
preserveWhitespace: 'full'
},
// specialChars: [...UmoEditor.defaultConfig.specialChars],
autoSave: {
enabled: true,
interval: 1000 * 60 * 5
@ -63,13 +62,6 @@ const options = ref({
},
dicts: {
symbols: [
{
label: {
en_US: 'Common Characters',
zh_CN: '常用字符'
},
items: '☐☑'
},
{
label: {
en_US: 'Plain Text',
@ -101,6 +93,13 @@ const options = ref({
zh_CN: '拉丁语'
},
items: 'ĀāĂ㥹ĆćĈĉĊċČčĎďĐđĒēĔĕĖėĘęĚěĜĝĞğĠġĢģĤĥĦħĨĩĪīĬĭĮįİıIJijĴĵĶķĸĹĺĻļĽľĿŀŁłŃńŅņŇňʼnŊŋŌōŎŏŐőŒœŔŕŖŗŘřŚśŜŝŞşŠšŢţŤťŦŧŨũŪūŬŭŮůŰűŲųŴŵŶŷŸŹźŻżŽžſ'
},
{
label: {
en_US: 'Common Characters',
zh_CN: '特殊字符'
},
items: '☐☑'
}
]
},

@ -52,6 +52,22 @@ const options = ref({
interval: 1000 * 60 * 5
}
},
toolbar: {
menus: ['base', 'export']
},
disableExtensions: [
'ordered-list',
'quote',
'code',
'select-all',
'import-word',
'viewer',
'print',
'export-image',
'export-text',
'share',
'embed'
],
page: {
showBreakMarks: false
},

Loading…
Cancel
Save