bazaar
bazaar copied to clipboard
Add AlexdanerZe/siyuan-note-syn
更新插件列表,添加新插件 siyuan-note-syn
Pull Request Check Report
Add 0 Icon Repo
Add 1 Plugin Repo
AlexdanerZe/siyuan-note-syn
- [x] Release that must exist
- [x] Current Latest Release
- [x] package.zip
- [x] Files that must exist
- [x] plugin.json
- [x] icon.png
- [x] preview.png
- [x] README.md
- [x] Attributes that must exist in
plugin.json- [x]
name:siyuan-note-syn- [x] The attribute exists
- [x] Is a valid name
- [x] Not conflict with other plugin name
- [x]
version:1.0.0 - [x]
author:wudongze - [x]
url: https://github.com/wudongze/siyuan-note-syn
- [x]
Add 0 Template Repo
Add 0 Theme Repo
Add 0 Widget Repo
修改 plugin.json:
{
"name": "siyuan-note-syn",
"author": "wudongze", // 请确认作者名称
"url": "https://github.com/wudongze/siyuan-note-syn", // 改为仓库地址 https://github.com/AlexdanerZe/siyuan-note-syn
"version": "1.0.0",
"minAppVersion": "3.2.1",
"disabledInPublish": false,
"backends": [ // 如果支持所有后端,改为 ["all"]
"windows",
"linux",
"darwin",
"ios",
"android",
"harmony",
"docker"
],
"frontends": [ // 如果支持所有前端,改为 ["all"]
"desktop",
"mobile",
"browser-desktop",
"browser-mobile",
"desktop-window"
],
"displayName": {
"en_US": "Project Progress Sync", // "en_US" 字段名改为 "default"
"zh_CN": "项目进展同步"
},
"description": {
"en_US": "Intelligently sync project progress from daily notes to project documents with smart recognition and duplicate detection", // "en_US" 字段名改为 "default"
"zh_CN": "智能同步日记中的项目进展到项目文档,支持智能识别和重复检测"
},
"readme": {
"en_US": "README_en_US.md", // "en_US" 字段名改为 "default"
"zh_CN": "README.md" // 提示:代码仓库里还有个多余的 README_zh_CN.md 需要删除
},
"funding": {
"custom": [
""
]
},
"keywords": [
"project", // 删除
"progress", // 删除
"sync", // 删除
"daily notes",
"automation",
"项目管理",
"进展同步", // 删除
"日记", // 删除
"自动化"
]
}
插件无法加载:
修改完之后重新打包发版,然后在下面回复我