Skip to content

Commit

Permalink
Merge pull request #722 from terwer/dev
Browse files Browse the repository at this point in the history
feat: 全面支持Github和Gitlab各平台
  • Loading branch information
terwer committed Sep 14, 2023
2 parents ff8c101 + a9df74e commit b4a1f93
Show file tree
Hide file tree
Showing 86 changed files with 5,212 additions and 315 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ Publish articles from siyuan-note to platforms such as Yuque, Notion, Cnblogs, W

Support features such as fast publishing, image bed management, platform expansion, smart labels, etc.

> 🎉 The first version `1.14.0` of Publish Tool that support Jianshu, Juejin and Hugo, Jekyll, Vuepress, Vuepress2, Vitepress is released!
- 🎉 I am pleased to announce the `1.14.0` release of Publish Tool.

- In this update, we have added several new platforms, including JianShu, Juejin, as well as Hugo, Jekyll, Vuepress, Vuepress2, and Vitepress. The latter platforms are also compatible with both `Github` and `Gitlab`.

- Oh, and in this version, the author secretly developed an import feature. You can quickly import predefined platforms using the `Settings` -> `Publish Settings` -> `Import Predefined Platforms` function 😄

> Platform Limitations:
- **WeChat Official Accounts**: Publishing Tool now supports posting articles to the WeChat Official Accounts draft box in version `1.13.0` and beyond. However, due to limitations on the WeChat platform in Electron, normal login operations are not possible. Therefore, you will need to visit `https://mp.weixin.qq.com/` yourself, complete the login, copy the cookie, and then paste it into the configuration options.
Expand Down
6 changes: 5 additions & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@

将思源笔记的文章发布到语雀、Notion、Cnblogs、WordPress、Typecho、Hexo、知乎 等平台,支持极速发布、图床管理、平台扩展、智能标签等特色功能。

> 🎉 发布工具首个支持简书、掘金以及 Hugo、Jekyll、Vuepress、Vuepress2、Vitepress 的版本 `1.14.0` 发布!
> 🎉 发布工具新版本 `1.14.0` 发布
>
> 本次更新新增多个平台,包括简书、掘金以及 Hugo、Jekyll、Vuepress、Vuepress2、Vitepress,后面几个平台同时兼容 `Github``Gitlab`
>
> 咳咳,另外,在本版本中,作者还悄悄开发了导入功能。您可以使用 `设置` -> `发布设置` -> `导入预定义平台` 功能快速导入内置平台😄
> 平台限制说明
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"devDependencies": {
"@terwer/eslint-config-custom": "^1.3.6",
"@types/crypto-js": "^4.1.2",
"@types/node": "^18.17.14",
"@types/node": "^18.17.15",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-v8": "^0.34.3",
"@vitest/coverage-v8": "^0.34.4",
"@vue/test-utils": "^2.4.1",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.2",
Expand All @@ -43,11 +43,11 @@
"typescript": "^5.2.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vercel": "^32.1.0",
"vercel": "^32.2.0",
"vite": "^4.4.9",
"vite-plugin-html": "^3.2.0",
"vite-plugin-node-polyfills": "^0.12.0",
"vitest": "^0.34.3",
"vitest": "^0.34.4",
"vue-tsc": "^1.8.10"
},
"dependencies": {
Expand All @@ -72,15 +72,15 @@
"vue-i18n": "^9.3.0",
"vue-router": "^4.2.4",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.39.0",
"zhi-blog-api": "^1.43.0",
"zhi-common": "^1.23.7",
"zhi-device": "^2.3.1",
"zhi-fetch-middleware": "^0.6.4",
"zhi-github-middleware": "^0.4.2",
"zhi-gitlab-middleware": "^0.6.4",
"zhi-lib-base": "^0.5.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.9.4",
"zhi-siyuan-api": "^2.9.8",
"zhi-xmlrpc-middleware": "^0.5.11"
}
}
Loading

0 comments on commit b4a1f93

Please sign in to comment.