Skip to content

Commit

Permalink
feat: 升级 siyuan 到 0.7.2,兼容最新 API ,解决 isMobile报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jun 1, 2023
1 parent 93761c9 commit 531628f
Show file tree
Hide file tree
Showing 6 changed files with 293 additions and 450 deletions.
4 changes: 4 additions & 0 deletions README_zh_CN.md
Expand Up @@ -19,6 +19,10 @@

安装完成后,在顶部右侧工具栏找到 `导入工具` 图标,点击按照弹窗操作即可。

* Q2: 能到支持 mobi 文件?能否支持 Markdown 文件夹?

A2:参考 https://github.com/terwer/siyuan-plugin-importer/issues/31 ,可先用 https://products.aspose.app/words/conversion/mobi-to-md 转换,然后用笔记本自带的导入文件夹实现。功能重叠,插件暂不做了。

## 更新历史
**v1.5.3 主要更新**
* 优化移动端图标展示,注:移动端没有pandoc,导入功能暂不可用
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -19,21 +19,21 @@
"package": "python scripts/package.py"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@terwer/eslint-config-custom": "^1.2.0",
"@tsconfig/svelte": "^4.0.1",
"@types/node": "16",
"@types/node": "^16.18.34",
"fast-glob": "^3.2.12",
"glob": "^7.2.3",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"siyuan": "^0.7.1",
"siyuan": "^0.7.2",
"stylus": "^0.59.0",
"svelte": "^3.57.0",
"svelte": "^3.59.1",
"ts-node": "^10.9.1",
"vite": "^4.3.7",
"vite": "^4.3.9",
"vite-plugin-static-copy": "^0.15.0",
"vitest": "^0.31.1"
"vitest": "^0.31.3"
},
"dependencies": {
"shorthash2": "^1.0.3"
Expand Down

0 comments on commit 531628f

Please sign in to comment.