Files
market/manifest.json
xyx 2bcbcbc9e2 feat(mail-operations): 补充邮箱服务 UI 入口说明 v1.0.4 (#30)
## Summary / 摘要

- Add "How to Access the Email Service" section to `SKILL.md` and
`SKILL.zh-CN.md`, guiding users to navigate via Resource Explorer →
Emails card
- 在中英文技能文件中新增「如何进入邮箱服务」章节,说明通过资源管理器→邮箱卡片进入邮箱管理界面

## Changes / 变更

- `skills/mail-operations/SKILL.md`: add "How to Access the Email
Service" section, version 1.0.3 → 1.0.4
- `skills/mail-operations/SKILL.zh-CN.md`: add「如何进入邮箱服务」章节
- `manifest.json`: version 1.2.5 → 1.2.6
2026-06-20 11:30:56 +08:00

40 lines
967 B
JSON

{
"name": "DesireCore Official Market",
"version": "1.2.6",
"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": 25,
"lastUpdated": "2026-06-15"
},
"features": [
"verified-only",
"auto-sync",
"multi-language",
"ai-translation"
]
}