🐳 chore(update): 更新模板的依赖、文档等部分

This commit is contained in:
frostime 2023-11-19 11:49:25 +08:00
parent 5f59ffefe4
commit 3de8bc6134
4 changed files with 15 additions and 7 deletions

View file

@ -3,7 +3,7 @@
[中文版](./README_zh_CN.md) [中文版](./README_zh_CN.md)
> Consistent with [siyuan/plugin-sample](https://github.com/siyuan-note/plugin-sample) [v0.2.6](https://github.com/siyuan-note/plugin-sample/tree/v0.2.6) > Consistent with [siyuan/plugin-sample](https://github.com/siyuan-note/plugin-sample) [v0.2.8](https://github.com/siyuan-note/plugin-sample/tree/v0.2.8)
@ -98,7 +98,10 @@ conveniently.
"custom": [ "custom": [
"https://ld246.com/sponsor" "https://ld246.com/sponsor"
] ]
} },
"keywords": [
"sample", "示例"
]
} }
``` ```
@ -137,6 +140,7 @@ conveniently.
* `patreon`: Patreon name * `patreon`: Patreon name
* `github`: GitHub login name * `github`: GitHub login name
* `custom`: Custom sponsorship link list * `custom`: Custom sponsorship link list
* `keywords`: Search keyword list, used for marketplace search function
## Package ## Package

View file

@ -4,7 +4,7 @@
[English](./README.md) [English](./README.md)
> 本例和 [siyuan/plugin-sample](https://github.com/siyuan-note/plugin-sample) [v0.2.6](https://github.com/siyuan-note/plugin-sample/tree/v0.2.6) > 本例同 [siyuan/plugin-sample](https://github.com/siyuan-note/plugin-sample) [v0.2.8](https://github.com/siyuan-note/plugin-sample/tree/v0.2.8)
1. 使用 vite 打包 1. 使用 vite 打包
2. 使用符号链接、而不是把项目放到插件目录下的模式进行开发 2. 使用符号链接、而不是把项目放到插件目录下的模式进行开发
@ -95,7 +95,10 @@
"custom": [ "custom": [
"https://ld246.com/sponsor" "https://ld246.com/sponsor"
] ]
} },
"keywords": [
"sample", "示例"
]
} }
``` ```
@ -133,6 +136,7 @@
* `patreon`Patreon 名称 * `patreon`Patreon 名称
* `github`GitHub 登录名 * `github`GitHub 登录名
* `custom`:自定义赞助链接列表 * `custom`:自定义赞助链接列表
* `keywords`:搜索关键字列表,用于集市搜索功能
## 打包 ## 打包

View file

@ -22,7 +22,7 @@
"minimist": "^1.2.8", "minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5", "rollup-plugin-livereload": "^2.0.5",
"sass": "^1.62.1", "sass": "^1.62.1",
"siyuan": "0.8.7", "siyuan": "0.8.8",
"svelte": "^3.57.0", "svelte": "^3.57.0",
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"typescript": "^5.0.4", "typescript": "^5.0.4",

View file

@ -2,8 +2,8 @@
"name": "plugin-sample-vite-svelte", "name": "plugin-sample-vite-svelte",
"author": "frostime", "author": "frostime",
"url": "https://github.com/siyuan-note/plugin-sample-vite-svelte", "url": "https://github.com/siyuan-note/plugin-sample-vite-svelte",
"version": "0.2.6", "version": "0.2.8",
"minAppVersion": "2.10.12", "minAppVersion": "2.10.14",
"backends": [ "backends": [
"windows", "windows",
"linux", "linux",