From 4cc071d75f0bea90d1eeaf279d7495da3ff66deb Mon Sep 17 00:00:00 2001 From: terwer Date: Sun, 5 Mar 2023 14:05:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#27=20=E4=BD=BF=E7=94=A8=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E7=B3=BB=E7=BB=9F=E6=8C=82=E8=BD=BD=E8=8F=9C=E5=8D=95?= =?UTF-8?q?-zhi=E6=8F=92=E4=BB=B6=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/zhi/plugin-system/index.ts | 6 ++++++ src/apps/zhi/zhi-plugins/zhi-demo-plugin/main.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/apps/zhi/plugin-system/index.ts b/src/apps/zhi/plugin-system/index.ts index c5a6b672..b8073a49 100644 --- a/src/apps/zhi/plugin-system/index.ts +++ b/src/apps/zhi/plugin-system/index.ts @@ -23,6 +23,12 @@ * questions. */ +/** + * 插件系统注册 + * + * @author terwer + * @since 1.0.0 + */ const initPluginSystem = () => { return ["/appearance/themes/zhi/dist-cjs/plugin-system/plugin-system-hook.js"] } diff --git a/src/apps/zhi/zhi-plugins/zhi-demo-plugin/main.ts b/src/apps/zhi/zhi-plugins/zhi-demo-plugin/main.ts index f5768ceb..24e93448 100644 --- a/src/apps/zhi/zhi-plugins/zhi-demo-plugin/main.ts +++ b/src/apps/zhi/zhi-plugins/zhi-demo-plugin/main.ts @@ -33,7 +33,7 @@ const Plugin = siyuan.Plugin * zhi demo plugin * * @author terwer - * @since 0.7.0 + * @since 1.0.0 */ class ZhiDemoPlugin extends Plugin { private logger = logFactory.getLogger("ZhiDemoPlugin")