更新至 v0.1.1_20251209 版本

This commit is contained in:
2025-12-09 22:38:05 +08:00
parent 2c7cbac954
commit 4773a9239c
6 changed files with 190 additions and 23 deletions

View File

@@ -6,6 +6,7 @@ export interface SqlGenerationRequest {
dictionaryData: string;
requirement: string;
databaseType: DatabaseType;
apiKey?: string;
}
export interface HistoryItem {
@@ -19,4 +20,4 @@ export enum LoadingState {
LOADING = 'LOADING',
SUCCESS = 'SUCCESS',
ERROR = 'ERROR',
}
}