Skip to content

Commit

Permalink
基建设置适配移动端
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Sep 22, 2023
1 parent df4c73c commit 588d8a8
Show file tree
Hide file tree
Showing 7 changed files with 1,638 additions and 70 deletions.
2 changes: 2 additions & 0 deletions ui/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ declare module '@vue/runtime-core' {
MaaRogue: typeof import('./src/components/MaaRogue.vue')['default']
MaaSss: typeof import('./src/components/MaaSss.vue')['default']
MaaWeekly: typeof import('./src/components/MaaWeekly.vue')['default']
NAvatar: typeof import('naive-ui')['NAvatar']
NButton: typeof import('naive-ui')['NButton']
NCard: typeof import('naive-ui')['NCard']
NCheckbox: typeof import('naive-ui')['NCheckbox']
Expand All @@ -41,6 +42,7 @@ declare module '@vue/runtime-core' {
NTabs: typeof import('naive-ui')['NTabs']
NTimePicker: typeof import('naive-ui')['NTimePicker']
NTooltip: typeof import('naive-ui')['NTooltip']
NTransfer: typeof import('naive-ui')['NTransfer']
PlanEditor: typeof import('./src/components/PlanEditor.vue')['default']
Recruit: typeof import('./src/components/Recruit.vue')['default']
SKLand: typeof import('./src/components/SKLand.vue')['default']
Expand Down
Loading

0 comments on commit 588d8a8

Please sign in to comment.