Skip to content

Commit

Permalink
feat: 整合挂件功能
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Aug 1, 2023
1 parent 7960387 commit 61c83c7
Show file tree
Hide file tree
Showing 137 changed files with 15,518 additions and 68 deletions.
23 changes: 22 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@
"@vitejs/plugin-vue": "^4.2.3",
"esbuild-plugin-copy": "^2.1.1",
"esbuild-style-plugin": "^1.6.2",
"fast-glob": "^3.3.1",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"stylus": "^0.59.0",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.7",
Expand All @@ -38,9 +41,27 @@
"vue-tsc": "^1.8.8"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/components": "^10.3.0",
"@vueuse/core": "^10.3.0",
"element-plus": "^2.3.8",
"js-base64": "^3.7.5",
"pinia": "^2.1.6",
"shorthash2": "^1.0.3",
"simple-xmlrpc": "^1.4.2",
"siyuan": "^0.7.8",
"uuid": "^9.0.0",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"xmlbuilder2": "^3.1.1",
"zhi-blog-api": "^1.20.1",
"zhi-common": "^1.11.5",
"zhi-device": "^2.3.0",
"zhi-fetch-middleware": "^0.1.20",
"zhi-github-middleware": "^0.1.2",
"zhi-lib-base": "^0.4.2",
"zhi-siyuan-api": "^1.28.2"
"zhi-siyuan-api": "^1.28.2",
"zhi-xmlrpc-middleware": "^0.3.0"
}
}
Loading

0 comments on commit 61c83c7

Please sign in to comment.