From d4349df507ff27b97354188f3b3a670d63a6ca21 Mon Sep 17 00:00:00 2001 From: zwt13703 Date: Mon, 6 Jul 2026 16:48:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20TinyMCE=20=E4=BB=8E=E8=87=AA=E6=89=98?= =?UTF-8?q?=E7=AE=A1=E5=88=87=E6=8D=A2=E5=88=B0=20CDN=20=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=20(apiKey=3Dno-api-key)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 tinymceScriptSrc 自托管引用,改用云端 CDN - 添加 apiKey='no-api-key' 开发者模式 - 清理 public/tinymce 目录和相关 .gitignore 规则 --- web/.gitignore | 1 - web/src/pages/TemplateEditor.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/web/.gitignore b/web/.gitignore index c493a56..a547bf3 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -9,7 +9,6 @@ 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 4e2dba5..e062813 100644 --- a/web/src/pages/TemplateEditor.tsx +++ b/web/src/pages/TemplateEditor.tsx @@ -309,7 +309,7 @@ export default function TemplateEditor() { )}