KV存储改为默认开启

保存

保存
This commit is contained in:
eoao
2025-12-31 23:33:52 +08:00
parent 69632c8cc6
commit 88a4b9dff5
16 changed files with 75 additions and 80 deletions

View File

@@ -92,8 +92,8 @@ function initEditor() {
statusbar: false,
height: "100%",
auto_focus: true,
relative_urls: false, //阻止 img标签域名和网站域名相同 自动把链接转换相对路径
remove_script_host: false, // 阻止删除 URL 中的域名
//relative_urls: false, //阻止 img标签域名和网站域名相同 自动把链接转换相对路径
//remove_script_host: false, // 阻止删除 URL 中的域名
forced_root_block: 'div',
skin: `${uiStore.dark ? 'oxide-dark' : 'oxide'}`,
content_css: `/tinymce/css/index.css,${uiStore.dark ? 'dark' : 'default'}`,