chore: sync local changes to Gitea

This commit is contained in:
shumengya
2026-06-24 22:10:22 +08:00
parent df308e3ae6
commit 9e24d85cd0
13 changed files with 81 additions and 331 deletions

4
index.d.ts vendored
View File

@@ -22,6 +22,8 @@ export type searchAll = (params: {
number_of_results: number;
enabled_engines: string[];
unresponsive_engines: string[];
empty_engines: string[];
engine_errors: Record<string, string>;
results: Array<ResultItem & { engine: string }>;
}>;
@@ -29,7 +31,5 @@ export interface Env {
DEFAULT_TIMEOUT?: string;
SUPPORTED_ENGINES?: string[];
DEFAULT_ENGINES?: string[];
GOOGLE_API_KEY?: string;
GOOGLE_CX?: string;
TOKEN?: string;
}