Skip to content

Commit

Permalink
feat: 新增 Notion 支持 - 使用思源 API 正向代理
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 4, 2023
1 parent 7dbc4a0 commit 4f1e53a
Show file tree
Hide file tree
Showing 26 changed files with 365 additions and 105 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,16 @@ This plugin supports almost all devices and platforms of Siyuan Note, and the sp
Names not listed in order

- [X] Yuque
- [ ] Web authed of Yuque
- [X] Metaweblog
- [X] Cnblogs
- [X] Typecho
- [X] WordPress
- [ ] Github
- [ ] Hexo
- [ ] Hugo
- [X] Notion
- [ ] Web authed of Notion

## Core Features

Expand Down
3 changes: 3 additions & 0 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,16 @@
排名不分先后

- [X] 语雀
- [ ] 语雀网页授权版
- [X] 博客园
- [X] Metaweblog
- [X] Typecho
- [X] WordPress
- [ ] Github
- [ ] Hexo
- [ ] Hugo
- [X] Notion
- [ ] Notion 网页授权版

## 核心特色

Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@terwer/esbuild-config-custom": "^1.0.12",
"@terwer/eslint-config-custom": "^1.3.6",
"@types/node": "^18.17.1",
"@types/node": "^18.17.2",
"@vitejs/plugin-vue": "^4.2.3",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.2",
Expand All @@ -46,11 +46,10 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@notionhq/client": "^2.2.10",
"@vueuse/components": "^10.3.0",
"@vueuse/core": "^10.3.0",
"cross-fetch": "^3.1.8",
"element-plus": "^2.3.8",
"element-plus": "^2.3.9",
"js-base64": "^3.7.5",
"pinia": "^2.1.6",
"shorthash2": "^1.0.3",
Expand All @@ -61,13 +60,13 @@
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.20.4",
"zhi-blog-api": "^1.20.8",
"zhi-common": "^1.11.7",
"zhi-device": "^2.3.0",
"zhi-fetch-middleware": "^0.2.7",
"zhi-github-middleware": "^0.1.4",
"zhi-lib-base": "^0.4.3",
"zhi-siyuan-api": "^1.29.4",
"zhi-siyuan-api": "^1.29.9",
"zhi-xmlrpc-middleware": "^0.4.2"
}
}
Loading

0 comments on commit 4f1e53a

Please sign in to comment.