chore: images create

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent c3473673da
commit dde937f460
52 changed files with 1883 additions and 941 deletions
+2
View File
@@ -24,11 +24,13 @@ declare namespace Global {
interface BaseListItem<T> {
key: string;
locale?: boolean;
value: T;
}
interface BaseOption<T> {
label: string;
locale?: boolean;
value: T;
}