fix: verify and preview generated test images

This commit is contained in:
Codex
2026-08-02 00:05:13 +08:00
parent 922f8f4f2a
commit 0eb2a86f36
7 changed files with 195 additions and 17 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export type SettingsResponse = {
categories: SettingCategory[];
values: Record<string, unknown>;
configured: Record<string, boolean>;
tests: Record<string, { ok: boolean; message: string }>;
tests: Record<string, { ok: boolean; message: string; details?: Record<string, unknown> }>;
readiness: SettingsReadiness;
};