Skip to content

Commit

Permalink
Merge pull request #79 from our-mini-games/chinese-chess-ms
Browse files Browse the repository at this point in the history
象棋优化
  • Loading branch information
libondev authored Dec 14, 2023
2 parents 61f42ac + 45225e8 commit bf82be6
Show file tree
Hide file tree
Showing 7 changed files with 1,273 additions and 50 deletions.
2 changes: 2 additions & 0 deletions packages/Chinese-chess/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ declare module '@vue/runtime-core' {
IconSeat: typeof import('./src/components/IconSeat.vue')['default']
Modal: typeof import('./src/components/Message/Modal.vue')['default']
ModeSelector: typeof import('./src/components/ModeSelector.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Seperator: typeof import('./src/components/ChessMain/Seperator.vue')['default']
Spectator: typeof import('./src/components/ChessMain/Spectator.vue')['default']
StatusWrapper: typeof import('./src/components/ChessMain/StatusWrapper.vue')['default']
Expand Down
Loading

0 comments on commit bf82be6

Please sign in to comment.