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
+3 -1
View File
@@ -1005,6 +1005,8 @@ definitions:
type: object
name:
type: string
raw:
type: string
type: object
handlers.SkillsDeleteRequest:
properties:
@@ -1024,7 +1026,7 @@ definitions:
properties:
skills:
items:
$ref: '#/definitions/handlers.SkillItem'
type: string
type: array
type: object
handlers.SnapshotInfo: