feat: support i18n [skip ci]

This commit is contained in:
ReaJason
2025-01-20 00:34:10 +08:00
parent f78c83d901
commit 9154b1b46c
19 changed files with 578 additions and 215 deletions
+1 -3
View File
@@ -58,9 +58,7 @@ export interface MainConfig {
};
}
export interface PackerConfig {
[packerName: string]: string;
}
export type PackerConfig = Array<string>;
export interface GenerateResponse {
packResult: string;