support external skill sources (#981)

This commit is contained in:
ekko
2026-05-24 19:47:52 +08:00
committed by GitHub
parent 6763721545
commit 4176923bac
16 changed files with 261 additions and 29 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { request } from '../client'
export type SkillSource = 'builtin' | 'hub' | 'local'
export type SkillSource = 'builtin' | 'hub' | 'local' | 'external'
export interface SkillInfo {
name: string