Skip to content

Commit

Permalink
feat: #27 使用插件系统挂载菜单-zhi插件同步
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 5, 2023
1 parent 007d545 commit 4cc071d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/apps/zhi/plugin-system/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
Expand Down
2 changes: 1 addition & 1 deletion src/apps/zhi/zhi-plugins/zhi-demo-plugin/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4cc071d

Please sign in to comment.