Skip to content

Commit

Permalink
Merge pull request #1096 from terwer/dev
Browse files Browse the repository at this point in the history
feat: #1077 优化导入体验
  • Loading branch information
terwer committed Mar 11, 2024
2 parents 19cb4dc + 7e3735e commit aef6c5d
Show file tree
Hide file tree
Showing 62 changed files with 2,116 additions and 1,264 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -15,6 +15,7 @@ If you're interested in the paid professional version, please check the paied
- The prominent features integrated into `1.20.0` encompass:

- #958 #1009 Experimental support for the docker edition of siyuan-note, marking a preliminary step towards its implementation. Should anomalies surface during deployment, the extension welcomes the addition of GitHub issues for resolution.
- **Please note: Unavailability of CORS proxy configuration will render the functionality inactive!!!**
- Progress in Docker compatibility:
- [X] telegra.ph
- #1053 Introduction of the publishing platform telegra.ph
Expand Down Expand Up @@ -114,6 +115,7 @@ Names not listed in order
- [X] Metaweblog
- [X] CnBlogs
- [X] Typecho
- [X] Jvue
- [X] WordPress
- [X] Zhihu
- [X] CSDN
Expand Down
2 changes: 2 additions & 0 deletions README_zh_CN.md
Expand Up @@ -14,6 +14,7 @@
- `1.20.0` 主要新增以下特性:
- #958 #1009 支持 docker 版本的思源笔记<sup>实验性</sup>
- 此版本初步支持了 docker 版本的思源笔记,如果某些情况下发布异常,欢迎GitHub 新增 issue 反馈。
- **注意:如果未配置 CORS 代理,功能将不可用!!!**
- docker 版本适配进度
- [X] telegra.ph
- #1053 新增发布平台 telegra.ph
Expand Down Expand Up @@ -110,6 +111,7 @@
- [x] Metaweblog
- [x] 博客园
- [x] Typecho
- [x] Jvue
- [x] WordPress
- [x] 知乎
- [x] CSDN
Expand Down
2 changes: 1 addition & 1 deletion docs/插件开发.md
Expand Up @@ -10,7 +10,7 @@
- Custom
- System

## 新增大类的时候需要维护
## 新增大类的时候需要维护(内部维护)
- DynamicJsonCfg
- getSubtypeList
- setDynamicJsonCfg
Expand Down
21 changes: 10 additions & 11 deletions package.json
Expand Up @@ -32,9 +32,8 @@
"@types/crypto-js": "^4.2.2",
"@types/iframe-resizer": "^3.5.13",
"@types/katex": "^0.16.7",
"@types/lodash": "^4.14.202",
"@types/minimist": "^1.2.5",
"@types/node": "^18.19.21",
"@types/node": "^18.19.22",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.1",
"@vue/test-utils": "^2.4.4",
Expand All @@ -45,37 +44,37 @@
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"stylus": "^0.62.0",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vercel": "^33.5.3",
"vite": "^5.1.4",
"vercel": "^33.5.5",
"vite": "^5.1.5",
"vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/json": "^2.2.188",
"@iconify/json": "^2.2.190",
"@vueuse/components": "^10.9.0",
"@vueuse/core": "^10.9.0",
"chatgpt": "^5.2.5",
"cheerio": "1.0.0-rc.12",
"cookie-parse": "^0.4.0",
"cross-fetch": "^3.1.8",
"crypto-js": "^4.2.0",
"element-plus": "^2.6.0",
"element-plus": "^2.6.1",
"gray-matter": "^4.0.3",
"iframe-resizer": "^4.3.9",
"js-base64": "^3.7.7",
"js-yaml": "^4.1.0",
"katex": "^0.16.9",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"shorthash2": "^1.0.3",
"simple-xmlrpc": "^1.4.2",
"siyuan": "^0.9.4",
"siyuan": "^0.9.5",
"siyuan-plugin-picgo": "^1.4.4",
"telegraph.md": "^0.0.1",
"unplugin-icons": "^0.18.5",
Expand All @@ -84,15 +83,15 @@
"vue-i18n": "^9.10.1",
"vue-router": "^4.3.0",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.56.1",
"zhi-blog-api": "^1.56.2",
"zhi-common": "^1.31.0",
"zhi-device": "^2.11.0",
"zhi-fetch-middleware": "^0.8.0",
"zhi-github-middleware": "^0.4.15",
"zhi-gitlab-middleware": "^0.6.26",
"zhi-lib-base": "^0.8.0",
"zhi-notion-markdown": "^0.1.4",
"zhi-siyuan-api": "^2.18.4",
"zhi-siyuan-api": "^2.18.6",
"zhi-xmlrpc-middleware": "^0.6.19"
}
}

0 comments on commit aef6c5d

Please sign in to comment.