Skip to content

Commit

Permalink
feat: #319 PicGO图形化配置界面-打开配置文件支持新窗口模式
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Feb 8, 2023
1 parent 597f42a commit d3de877
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/lib/siyuanhook.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@ const initSiyuanNewWin = () => {
// 挂载JsonLocalStorage到window
initMethods.initLocalStorageMethod("思源笔记新窗口")

// 初始化发布辅助功能
initMethods.initPublishHelper("思源笔记新窗口")

// 初始化PicGO配置
initMethods.initPicgoExtension("思源笔记新窗口")
}
Expand Down

0 comments on commit d3de877

Please sign in to comment.