This commit is contained in:
2026-01-29 10:43:43 +08:00
commit 4a76df3391
426 changed files with 74975 additions and 0 deletions

52
types/global.d.ts vendored Normal file
View File

@@ -0,0 +1,52 @@
export interface Config {
address?: string;
address2?: string;
callPhone?: string;
copyright?: string;
email?: string;
fax?: string;
gaCode?: string;
gaIcon?: string;
gaNo?: string;
homeUrl?: string;
pageLeftInfoUrl?: string;
icpNo?: string;
phone?: string;
productParentId?: string;
qqCode?: string;
searchCategoryId?: string;
showAdminIcon?: string;
siteLogo?: string;
siteName?: string;
siteNameAlt?: string;
siteNameSeo?: string;
tel?: string;
topWelcomeInfo?: string;
wxMpQrcode?: string;
wxQrcode?: string;
wxQrcode2?: string;
IndexAboutInfo?: string;
IndexLayoutInfo?: string;
MobileIndexInfo?: string;
MobileIndexInfoImage?: string;
MobileIndexInfoTopImage?: string;
MobileIndexInfoHZGYImage?: string;
MobileIndexInfoLogoList?: string;
MobileIndexCode?: string;
MobileIndexBottomBanner?: string;
IndexAboutNum?: string;
showTopBar?: string;
showLoginButton?: string;
FILE_SERVER?: string;
addOrderUrl?: string;
siteBottomLogo?: string;
siteLogoBg?: string;
}
export interface BreadcrumbItem {
parentName?: string;
parentPath?: string;
categoryName?: string;
categoryPath?: string;
title?: string;
}