Skip to content

Commit

Permalink
sy-post-publisher v0.6.8版本,重构数据存储方案,提供通用集成接口
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jan 30, 2023
1 parent 8fcad6e commit adc7cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ lerna-debug.log*

node_modules
dist
build
dist-ssr
*.local

Expand Down
2 changes: 1 addition & 1 deletion lib/siyuan/publish-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const initPublishHelper = () => {
(response) => {
window.siyuan.printWin.loadURL(response.data.url)
// 打开开发者工具
window.siyuan.printWin.webContents.openDevTools()
// window.siyuan.printWin.webContents.openDevTools()
}
)
})
Expand Down

0 comments on commit adc7cb7

Please sign in to comment.