Files
market/manifest.json
xyx 3015a3ffb8 chore: bump version to 1.2.0 (#15)
## Summary

- 递增 manifest.json version 从 1.1.0 到 1.2.0
- 修复客户端 ensureMarketRepo() 因版本比对跳过解压,导致技能更新无法到达用户的问题

## Context

manifest.json version 自 1.1.0 后多次技能更新未递增,导致客户端版本比对机制认为本地已有效而跳过解压。
2026-05-28 23:42:20 +08:00

40 lines
967 B
JSON

{
"name": "DesireCore Official Market",
"version": "1.2.0",
"schemaVersion": "1.1.0",
"supportedLocales": ["zh-CN", "en-US"],
"defaultLocale": "en-US",
"i18n": {
"default_locale": "en-US",
"zh-CN": {
"name": "DesireCore 官方市场",
"description": "DesireCore 官方市场,提供精选高质量的 Agent 和 Skill"
},
"en-US": {
"name": "DesireCore Official Market",
"description": "Curated, high-quality Agents and Skills published by the DesireCore team."
}
},
"maintainer": {
"name": "DesireCore Team",
"email": "market@desirecore.net",
"url": "https://desirecore.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/desirecore/market.git"
},
"stats": {
"totalAgents": 1,
"totalSkills": 21,
"lastUpdated": "2026-05-09"
},
"features": [
"verified-only",
"auto-sync",
"multi-language",
"ai-translation"
]
}