mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-06-06 07:10:44 +08:00
fix: minimax 三个媒体技能改为 disable-model-invocation: true,并修正文档错误描述
- minimax-image-gen 1.3.0→1.3.1 - minimax-video-gen 1.2.0→1.2.1 - minimax-tts 1.2.0→1.2.1 - 修正 skill-creator/SKILL.md、desirecore-format.md、manage-skills/SKILL.md 中 对 disable-model-invocation 的反向描述:true=L0+L1 自动注入;false=L0+L1+L2 完整内容注入 - manifest.json 版本 1.0.0→1.0.1,totalSkills 22→19,lastUpdated 2026-05-01 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "DesireCore Official Market",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "DesireCore 官方市场,提供精选高质量的 Agent 和 Skill",
|
||||
"schemaVersion": "1.0.0",
|
||||
"maintainer": {
|
||||
@@ -15,8 +15,8 @@
|
||||
},
|
||||
"stats": {
|
||||
"totalAgents": 1,
|
||||
"totalSkills": 22,
|
||||
"lastUpdated": "2026-04-26"
|
||||
"totalSkills": 19,
|
||||
"lastUpdated": "2026-05-01"
|
||||
},
|
||||
"features": [
|
||||
"verified-only",
|
||||
|
||||
Reference in New Issue
Block a user