refactor(skills): import skill with pure markdown string

This commit is contained in:
Acbox
2026-02-28 23:07:44 +08:00
parent 21029f44c7
commit 443ede30b4
7 changed files with 80 additions and 84 deletions
+4 -1
View File
@@ -8033,6 +8033,9 @@
},
"name": {
"type": "string"
},
"raw": {
"type": "string"
}
}
},
@@ -8064,7 +8067,7 @@
"skills": {
"type": "array",
"items": {
"$ref": "#/definitions/handlers.SkillItem"
"type": "string"
}
}
}