Skip to content

Commit

Permalink
feat: 发布工具插件版第一版-动态读取发布菜单
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jul 31, 2023
1 parent df31113 commit b9ef233
Show file tree
Hide file tree
Showing 13 changed files with 709 additions and 619 deletions.
2 changes: 1 addition & 1 deletion index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
width 12px
height 12px
margin-right 10px
margin-top 2px
margin-top 2.5px
}
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,25 @@
"devDependencies": {
"@terwer/eslint-config-custom": "^1.3.6",
"@types/minimist": "1.2.2",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.1",
"jsdom": "^22.1.0",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"siyuan": "^0.7.4",
"siyuan": "^0.7.8",
"stylus": "^0.59.0",
"svelte": "^3.59.2",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"typescript": "^5.1.6",
"vite": "^4.4.7",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-node-polyfills": "^0.8.2",
"vite-plugin-static-copy": "^0.16.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.32.2"
"vitest": "^0.32.4"
},
"dependencies": {
"zhi-common": "^1.11.5",
"zhi-device": "^2.3.0",
"zhi-lib-base": "^0.2.6",
"zhi-siyuan-api": "^1.23.0"
"zhi-siyuan-api": "^1.28.2"
}
}

0 comments on commit b9ef233

Please sign in to comment.