- 阶段 A: 增加 KeepAlive 缓存高频列表页,改用 onActivated 进行后台静默刷新,优化 tab 切换与 HomeEntry 闪屏 - 阶段 B: beforeEach 守卫在 TTL 内走同步快速路径,api 请求拦截器缓存 token 避免重复解析 JWT - 阶段 C: 引入 unplugin 插件启用 Element Plus 组件按需加载,清理 App.vue 中 960+ 行冗余暗色主题 CSS - i18n 拆包: 将三语文案包提取为独立懒加载 chunks,主包体积从 209KB 减少至 99KB (降低 53%)
86 lines
5.4 KiB
TypeScript
86 lines
5.4 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// biome-ignore lint: disable
|
|
// oxlint-disable
|
|
// ------
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AdminAgentRowActions: typeof import('./src/components/AdminAgentRowActions.vue')['default']
|
|
AdminDetailGrid: typeof import('./src/components/AdminDetailGrid.vue')['default']
|
|
AdminDetailItem: typeof import('./src/components/AdminDetailItem.vue')['default']
|
|
AdminLocaleFlag: typeof import('./src/components/AdminLocaleFlag.vue')['default']
|
|
AdminLocaleSwitcher: typeof import('./src/components/AdminLocaleSwitcher.vue')['default']
|
|
AdminNavIcon: typeof import('./src/components/AdminNavIcon.vue')['default']
|
|
AdminPlayerRowActions: typeof import('./src/components/AdminPlayerRowActions.vue')['default']
|
|
AdminPlayerStatusCell: typeof import('./src/components/AdminPlayerStatusCell.vue')['default']
|
|
AdminResponsiveRowActions: typeof import('./src/components/AdminResponsiveRowActions.vue')['default']
|
|
AdminRowActionsDropdown: typeof import('./src/components/AdminRowActionsDropdown.vue')['default']
|
|
AdminSubNav: typeof import('./src/components/AdminSubNav.vue')['default']
|
|
AdminTableEmpty: typeof import('./src/components/AdminTableEmpty.vue')['default']
|
|
AdminTableWrap: typeof import('./src/components/AdminTableWrap.vue')['default']
|
|
AgentCreditContext: typeof import('./src/components/AgentCreditContext.vue')['default']
|
|
AuditLogTable: typeof import('./src/components/AuditLogTable.vue')['default']
|
|
ContentImageField: typeof import('./src/components/ContentImageField.vue')['default']
|
|
ContentRichEditor: typeof import('./src/components/ContentRichEditor.vue')['default']
|
|
CountryFlagSelect: typeof import('./src/components/outright/CountryFlagSelect.vue')['default']
|
|
DashboardSubNav: typeof import('./src/components/DashboardSubNav.vue')['default']
|
|
EChartPanel: typeof import('./src/components/dashboard/EChartPanel.vue')['default']
|
|
ElAlert: typeof import('element-plus/es')['ElAlert']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElCard: typeof import('element-plus/es')['ElCard']
|
|
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
|
ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
|
ElCollapse: typeof import('element-plus/es')['ElCollapse']
|
|
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
|
|
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
|
|
ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
|
|
ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
|
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
|
|
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
ElRadio: typeof import('element-plus/es')['ElRadio']
|
|
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
|
|
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
|
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
InitialDepositRemarkField: typeof import('./src/components/InitialDepositRemarkField.vue')['default']
|
|
InviteCodePanel: typeof import('./src/components/InviteCodePanel.vue')['default']
|
|
InviteHistoryPanel: typeof import('./src/components/InviteHistoryPanel.vue')['default']
|
|
InviteManageDialog: typeof import('./src/components/InviteManageDialog.vue')['default']
|
|
LeagueArchiveDialog: typeof import('./src/components/LeagueArchiveDialog.vue')['default']
|
|
LogoUrlField: typeof import('./src/components/LogoUrlField.vue')['default']
|
|
MatchArchiveDialog: typeof import('./src/components/MatchArchiveDialog.vue')['default']
|
|
MatchesSubNav: typeof import('./src/components/MatchesSubNav.vue')['default']
|
|
PlayerWalletLedgerDialog: typeof import('./src/components/PlayerWalletLedgerDialog.vue')['default']
|
|
RatePercentInput: typeof import('./src/components/RatePercentInput.vue')['default']
|
|
RobotVerify: typeof import('./src/components/RobotVerify.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
WalletTransferContext: typeof import('./src/components/WalletTransferContext.vue')['default']
|
|
}
|
|
export interface GlobalDirectives {
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
}
|
|
}
|