📃 docs: 移除了herobrine2

This commit is contained in:
Litrix 2024-12-17 20:36:50 +08:00
parent dad869a07d
commit 1123a9494e
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -32,4 +32,4 @@ coverage
*.lock
*.lockb
./components.d.ts
components.d.ts

View File

@ -104,7 +104,7 @@ export const relations = {
import CreateGobangRoomDialog from '@/components/gobang/CreateGobangRoomDialog.vue';
import GobangHeader from '@/components/gobang/GobangHeader.vue';
import router from '@/router';
import type { SucceedUserInfoResponse, UserInfo } from '@/schemas';
import type { UserInfo } from '@/schemas';
import { useGameSocket, type PayloadPart, type SimplePart } from '@/utils/game-socket';
import { onMounted, ref } from 'vue';
interface RoomInfoRender extends Room {