diff --git a/package.json b/package.json index 16f42e06..881c9bee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sy-post-publisher", "private": true, - "version": "0.7.0-beta4", + "version": "0.7.0-beta5", "scripts": { "serve": "python scripts/serve.py", "dev": "python scripts/dev.py", @@ -11,7 +11,7 @@ "docs": "jsdoc -c jsdoc.json utils/api.ts", "prettier": "prettier --write .", "prepare": "husky install", - "new": "python scripts/version.py 0.7.0-beta4", + "new": "python scripts/version.py 0.7.0-beta5", "widget": "python scripts/widget.py", "ext": "python scripts/ext.py", "package": "pnpm widget && pnpm ext" diff --git a/public/lib/siyuan/publish-helper.js b/public/lib/siyuan/publish-helper.js index b42f893c..601b09bb 100644 --- a/public/lib/siyuan/publish-helper.js +++ b/public/lib/siyuan/publish-helper.js @@ -243,7 +243,7 @@ const initPublishHelper = () => { { content: html }, (response) => { window.siyuan.printWin.loadURL(response.data.url) - // window.siyuan.printWin.webContents.openDevTools() + window.siyuan.printWin.webContents.openDevTools() } ) }) diff --git a/public/manifest.dev.json b/public/manifest.dev.json index 6b94ac43..775e4bc1 100644 --- a/public/manifest.dev.json +++ b/public/manifest.dev.json @@ -1,6 +1,6 @@ { "name": "开发版 - 思源笔记发布辅助工具", - "version": "0.7.0-beta4", + "version": "0.7.0-beta5", "manifest_version": 3, "author": "terwer", "description": "思源笔记发布辅助工具,支持博客式只读浏览,多平台文章发布。", diff --git a/public/manifest.prod.json b/public/manifest.prod.json index fe5c8a42..1cff21c9 100644 --- a/public/manifest.prod.json +++ b/public/manifest.prod.json @@ -1,6 +1,6 @@ { "name": "思源笔记发布辅助工具", - "version": "0.7.0-beta4", + "version": "0.7.0-beta5", "manifest_version": 3, "author": "terwer", "icons": { diff --git a/public/mv2/manifest-v2-for-firefox.json b/public/mv2/manifest-v2-for-firefox.json index 11174da7..bb1b5bec 100644 --- a/public/mv2/manifest-v2-for-firefox.json +++ b/public/mv2/manifest-v2-for-firefox.json @@ -1,6 +1,6 @@ { "name": "开发版 - 思源笔记发布辅助工具", - "version": "0.7.0-beta4", + "version": "0.7.0-beta5", "manifest_version": 2, "author": "terwer", "icons": { diff --git a/public/widget.json b/public/widget.json index b36d04e4..5db81562 100644 --- a/public/widget.json +++ b/public/widget.json @@ -2,5 +2,5 @@ "name": "sy-post-publisher", "author": "terwer", "url": "https://github.com/terwer/src-sy-post-publisher", - "version": "0.7.0-beta4" + "version": "0.7.0-beta5" }