新版本官网优化完成

This commit is contained in:
2025-02-12 16:37:07 +08:00
parent 43a2e17a80
commit 3efdbfc662
547 changed files with 23001 additions and 28169 deletions

53
types/global.d.ts vendored
View File

@@ -1,26 +1,41 @@
export interface Config {
tel1?: string;
icpNo?: string;
tel2?: string;
address?: string;
address2?: string;
callPhone?: string;
copyright?: string;
qrcode?: string;
domain?: string;
siteName?: string;
siteLogo?: string;
siteLogoStyles?: string;
subpageBanner?: string;
bottomBg?: string;
elMenuMaxNumber?: number;
showSearchTools?: string;
showSearchIcon?: string;
showLoginButton?: 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;
loginBgImg?: string;
yyyy_bg?: string;
siteLogo?: string;
siteName?: string;
siteNameAlt?: string;
siteNameSeo?: string;
tel?: string;
topWelcomeInfo?: string;
wxMpQrcode?: string;
wxQrcode?: string;
wxQrcodeText?: string;
copyrightForDemoData?: string;
MustLogin?: boolean;
wxQrcode2?: string;
IndexAboutInfo?: string;
IndexLayoutInfo?: string;
MobileIndexInfo?: string;
MobileIndexInfoImage?: string;
MobileIndexInfoTopImage?: string;
MobileIndexInfoHZGYImage?: string;
MobileIndexInfoLogoList?: string;
MobileIndexCode?: string;
MobileIndexBottomBanner?: string;
IndexAboutNum?: string;
showTopBar?: string;
}
export interface BreadcrumbItem {