Initial commit: GamePortrait 竖屏版 - 深色豪华主题

This commit is contained in:
li
2026-01-16 17:47:53 +08:00
commit 40976e4b45
26611 changed files with 2843638 additions and 0 deletions
+62
View File
@@ -0,0 +1,62 @@
declare const _default: {
name: string;
tel: string;
save: string;
confirm: string;
cancel: string;
delete: string;
loading: string;
noCoupon: string;
nameEmpty: string;
addContact: string;
telInvalid: string;
vanCalendar: {
end: string;
start: string;
title: string;
weekdays: string[];
monthTitle: (year: number, month: number) => string;
rangePrompt: (maxRange: number) => string;
};
vanCascader: {
select: string;
};
vanPagination: {
prev: string;
next: string;
};
vanPullRefresh: {
pulling: string;
loosing: string;
};
vanSubmitBar: {
label: string;
};
vanCoupon: {
unlimited: string;
discount: (discount: number) => string;
condition: (condition: number) => string;
};
vanCouponCell: {
title: string;
count: (count: number) => string;
};
vanCouponList: {
exchange: string;
close: string;
enable: string;
disabled: string;
placeholder: string;
};
vanAddressEdit: {
area: string;
areaEmpty: string;
addressEmpty: string;
addressDetail: string;
defaultAddress: string;
};
vanAddressList: {
add: string;
};
};
export default _default;