Skip to content

Commit

Permalink
测试多游戏切换
Browse files Browse the repository at this point in the history
  • Loading branch information
3DMXM committed Nov 5, 2024
1 parent e6d5367 commit 472e1bb
Show file tree
Hide file tree
Showing 9 changed files with 120,103 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "yarn"
- name: Install dependencies
run: yarn
Expand Down
12 changes: 12 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,23 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
BassHeader: typeof import('./src/components/Bass/BassHeader.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElCol: typeof import('element-plus/es')['ElCol']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElFooter: typeof import('element-plus/es')['ElFooter']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElMain: typeof import('element-plus/es')['ElMain']
ElOption: typeof import('element-plus/es')['ElOption']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
Namespace: typeof import('./src/components/Namespace.vue')['default']
NativeDB: typeof import('./src/components/NativeDB.vue')['default']
NativeName: typeof import('./src/components/NativeName.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}
Loading

0 comments on commit 472e1bb

Please sign in to comment.