* zin: zeneditor use remote url.

This commit is contained in:
dingyongliang
2023-07-06 16:58:56 +08:00
parent c756710f8b
commit 45dd3db6c6
+2 -1
View File
@@ -73,7 +73,8 @@ class pageBase extends wg
$currentLang = $this->props->get('lang');
if(empty($currentLang)) $currentLang = $app->getClientLang();
$zeneditorPath = $app->getWebRoot() . 'js/zeneditor/tiptap-component.esm.js';
// $zeneditorPath = $app->getWebRoot() . 'js/zeneditor/tiptap-component.esm.js';
$zeneditorPath = 'https://zui-dist.oop.cc/zeneditor/tiptap-component.esm.js';
return h::html
(