字母默认大小改为60pt
This commit is contained in:
parent
07a0e5fe92
commit
95f667bfc8
|
@ -220,8 +220,9 @@ export default defineComponent({
|
||||||
menubar: true,
|
menubar: true,
|
||||||
},
|
},
|
||||||
font_size_formats: get_font_size_formarts(),
|
font_size_formats: get_font_size_formarts(),
|
||||||
|
content_style: ".mce-content-body {font-size:60pt;}",
|
||||||
skin: "tinymce-5",
|
skin: "tinymce-5",
|
||||||
language: i18n.locale.value == "zh-CN" ? "zh_CN" : "",
|
language: i18n.locale.value == "zh-CN" ? "zh_CN" : "en_US",
|
||||||
menubar: false,
|
menubar: false,
|
||||||
branding: false,
|
branding: false,
|
||||||
toolbar_mode: "wrap",
|
toolbar_mode: "wrap",
|
||||||
|
@ -290,7 +291,6 @@ export default defineComponent({
|
||||||
resetData() {
|
resetData() {
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
},
|
},
|
||||||
|
|
||||||
async onSubmit() {
|
async onSubmit() {
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
try {
|
try {
|
||||||
|
|
|
@ -324,4 +324,11 @@ export default {
|
||||||
"current real": "Current Real",
|
"current real": "Current Real",
|
||||||
"the port number must be between 0 and 65535":
|
"the port number must be between 0 and 65535":
|
||||||
"The Port Number Must Be Between 0 And 65535",
|
"The Port Number Must Be Between 0 And 65535",
|
||||||
|
"running now": "Running Now",
|
||||||
|
"run plan directives send": "Run Plan Directives Send",
|
||||||
|
"plan running! can't call mode!": "Plan Running! Can't Call Mode!",
|
||||||
|
"call mode directives send": "Call Mode Directives Send",
|
||||||
|
"send power on command": "Send Power On Command",
|
||||||
|
"send power off command": "Send Power Off Command",
|
||||||
|
"set subtitle success": "Set OSD Success",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue