auto-sync: 2026-05-17 11:27:52
This commit is contained in:
@@ -235,7 +235,7 @@ export const api = {
|
||||
schedulerRollback: async (taskId: string, reason: string) => ({ ok: false, error: 'Not implemented' } as ActionResult),
|
||||
refreshMorning: async () => ({ ok: false, error: 'Not implemented' } as ActionResult),
|
||||
saveMorningConfig: async (config: SubConfig) => ({ ok: false, error: 'Not implemented' } as ActionResult),
|
||||
addSkill: async (agentId: string, skillName: string, description: string, trigger: string) => ({ ok: false, error: 'Not implemented' } as ActionResult),
|
||||
addSkill: async (..._args: any[]) => ({ ok: false, error: 'Not implemented' } as ActionResult),
|
||||
|
||||
// ── 远程 Skills(v2.6 暂无) ──
|
||||
addRemoteSkill: async (..._args: any[]) => ({ ok: false, error: 'Not implemented' } as any),
|
||||
|
||||
Reference in New Issue
Block a user