chore: change zh_CN to zh_Hans

This commit is contained in:
Junyan Qin
2025-05-14 16:44:48 +08:00
parent 6652b57a0d
commit c835555a59
42 changed files with 247 additions and 247 deletions

View File

@@ -9,7 +9,7 @@ export interface ApiResponse<T> {
export interface I18nText {
en_US: string;
zh_CN: string;
zh_Hans: string;
}
export interface AsyncTaskCreatedResp {