mirror of
https://github.com/siyuan-note/plugin-sample-vite-svelte.git
synced 2025-10-30 03:30:50 +00:00
Merge pull request #42 from siyuan-note/frostime-patch-4
Update plugin.json for localization and funding
This commit is contained in:
commit
8b2a0da613
1 changed files with 9 additions and 6 deletions
15
plugin.json
15
plugin.json
|
|
@ -21,26 +21,29 @@
|
||||||
"browser-mobile",
|
"browser-mobile",
|
||||||
"desktop-window"
|
"desktop-window"
|
||||||
],
|
],
|
||||||
|
"disabledInPublish": false,
|
||||||
"displayName": {
|
"displayName": {
|
||||||
"en_US": "Plugin sample with vite and svelte",
|
"default": "Plugin sample with vite and svelte",
|
||||||
"zh_CN": "插件样例 vite + svelte 版"
|
"zh_CN": "插件样例 vite + svelte 版"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"en_US": "SiYuan plugin sample with vite and svelte",
|
"default": "SiYuan plugin sample with vite and svelte",
|
||||||
"zh_CN": "使用 vite 和 svelte 开发的思源插件样例"
|
"zh_CN": "使用 vite 和 svelte 开发的思源插件样例"
|
||||||
},
|
},
|
||||||
"readme": {
|
"readme": {
|
||||||
"en_US": "README.md",
|
"default": "README.md",
|
||||||
"zh_CN": "README_zh_CN.md"
|
"zh_CN": "README_zh_CN.md"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
|
"openCollective": "",
|
||||||
|
"patreon": "",
|
||||||
|
"github": "",
|
||||||
"custom": [
|
"custom": [
|
||||||
""
|
"https://ld246.com/sponsor"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"plugin",
|
|
||||||
"sample",
|
"sample",
|
||||||
"插件样例"
|
"示例"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue