fix(plugin): update verify config check, add debug list tmp

This commit is contained in:
2026-06-28 20:51:47 +08:00
parent 2b53b30be6
commit 7a653198e7
3 changed files with 34 additions and 10 deletions
+4
View File
@@ -86,6 +86,10 @@ export const testApiKey = callable<[apiKey: string, baseUrl?: string], {
error?: string
}>("test_api_key")
export const debugListTmp = callable<[], {
files: Array<{ name: string; size: number; mtime: number }>
}>("debug_list_tmp")
// ── Config Export/Import ────────────────────────────────────────
export const exportConfig = callable<[settings: {
apiKey: string