auto-sync: 2026-05-17 11:27:52

This commit is contained in:
cfdaily
2026-05-17 11:27:52 +08:00
parent 8490508017
commit 37c1d58423
+1 -1
View File
@@ -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),
// ── 远程 Skillsv2.6 暂无) ──
addRemoteSkill: async (..._args: any[]) => ({ ok: false, error: 'Not implemented' } as any),