bazaar icon indicating copy to clipboard operation
bazaar copied to clipboard

Add AlexdanerZe/siyuan-note-syn

Open AlexdanerZe opened this issue 1 month ago • 2 comments

更新插件列表,添加新插件 siyuan-note-syn

AlexdanerZe avatar Oct 28 '25 12:10 AlexdanerZe

Pull Request Check Report

Add 0 Icon Repo

Add 1 Plugin Repo

AlexdanerZe/siyuan-note-syn


Add 0 Template Repo

Add 0 Theme Repo

Add 0 Widget Repo

github-actions[bot] avatar Oct 28 '25 12:10 github-actions[bot]

修改 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",
    "项目管理",
    "进展同步", // 删除
    "日记", // 删除
    "自动化"
  ]
}

插件无法加载:

image

修改完之后重新打包发版,然后在下面回复我

TCOTC avatar Oct 28 '25 13:10 TCOTC