From 5fecbab6bffaed59b2a51ec795a8c2f1f42465fa Mon Sep 17 00:00:00 2001 From: zwt13703 Date: Mon, 6 Jul 2026 16:53:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20TinyMCE=20=E6=81=A2=E5=A4=8D=E8=87=AA?= =?UTF-8?q?=E6=89=98=E7=AE=A1=20+=20GPL=20license=5Fkey=20=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E6=BF=80=E6=B4=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 恢复 tinymceScriptSrc 自托管引用 (/tinymce/tinymce.min.js) - 添加 license_key: 'gpl' 支持内网部署免激活 - 恢复 public/tinymce/ 和 .gitignore 规则 --- web/.gitignore | 1 + web/src/pages/TemplateEditor.tsx | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/.gitignore b/web/.gitignore index a547bf3..c493a56 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -9,6 +9,7 @@ lerna-debug.log* node_modules dist +public/tinymce dist-ssr *.local diff --git a/web/src/pages/TemplateEditor.tsx b/web/src/pages/TemplateEditor.tsx index e062813..d1de8aa 100644 --- a/web/src/pages/TemplateEditor.tsx +++ b/web/src/pages/TemplateEditor.tsx @@ -309,12 +309,13 @@ export default function TemplateEditor() { )}