fix: 产品弹窗优化

This commit is contained in:
Gsh
2026-01-09 17:06:18 +08:00
parent 1027006e63
commit 551122de10
6 changed files with 1875 additions and 564 deletions

View File

@@ -10,6 +10,7 @@ declare module 'vue' {
export interface GlobalComponents {
AccountPassword: typeof import('./../src/components/LoginDialog/components/FormLogin/AccountPassword.vue')['default']
ActivationCode: typeof import('./../src/components/userPersonalCenter/components/ActivationCode.vue')['default']
ActivationGuide: typeof import('./../src/components/ProductPackage/ActivationGuide.vue')['default']
APIKeyManagement: typeof import('./../src/components/userPersonalCenter/components/APIKeyManagement.vue')['default']
CardFlipActivity: typeof import('./../src/components/userPersonalCenter/components/CardFlipActivity.vue')['default']
ContactUs: typeof import('./../src/components/ContactUs/index.vue')['default']
@@ -66,6 +67,8 @@ declare module 'vue' {
ModeList: typeof import('./../src/components/modeList/index.vue')['default']
ModelSelect: typeof import('./../src/components/ModelSelect/index.vue')['default']
NavDialog: typeof import('./../src/components/userPersonalCenter/NavDialog.vue')['default']
NewbieGuide: typeof import('./../src/components/ProductPackage/NewbieGuide.vue')['default']
PackageTab: typeof import('./../src/components/ProductPackage/PackageTab.vue')['default']
Popover: typeof import('./../src/components/Popover/index.vue')['default']
PremiumPackageInfo: typeof import('./../src/components/userPersonalCenter/components/PremiumPackageInfo.vue')['default']
PremiumService: typeof import('./../src/components/userPersonalCenter/components/PremiumService.vue')['default']

View File

@@ -7,6 +7,7 @@ interface ImportMetaEnv {
readonly VITE_WEB_BASE_API: string;
readonly VITE_API_URL: string;
readonly VITE_FILE_UPLOAD_API: string;
readonly VITE_BUILD_COMPRESS: string;
readonly VITE_SSO_SEVER_URL: string;
readonly VITE_APP_VERSION: string;
}