perf: unify entities

This commit is contained in:
Junyan Qin
2025-05-08 18:09:52 +08:00
parent ef6be4dfd9
commit e74de068ea
19 changed files with 400 additions and 632 deletions
+5
View File
@@ -0,0 +1,5 @@
export interface I18nLabel {
en_US: string;
zh_CN: string;
ja_JP?: string;
}