Skip to content

Commit

Permalink
feat: #319 PicGO图形化配置界面-修复云床配置buffer读取报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Feb 11, 2023
1 parent c686039 commit 68e55dc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion public/lib/siyuan/publish-helper.js
Expand Up @@ -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()
}
)
})
Expand Down
2 changes: 1 addition & 1 deletion 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": "思源笔记发布辅助工具,支持博客式只读浏览,多平台文章发布。",
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
2 changes: 1 addition & 1 deletion public/widget.json
Expand Up @@ -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"
}

0 comments on commit 68e55dc

Please sign in to comment.