📃 docs: 关闭调试模式
This commit is contained in:
parent
d52aa2af21
commit
84992372a4
@ -146,7 +146,7 @@ const relations = {
|
||||
PlaceChessPiece: ['RoomInfo'],
|
||||
ResetRoom: ['RoomInfo'],
|
||||
} as const satisfies Relations<Request['name'], Resp['name']>;
|
||||
const DEBUG = true;
|
||||
const DEBUG = false;
|
||||
export function useGobangSocket(
|
||||
options: Omit<UseGameSocketOptions<Request, Resp, typeof relations>, 'url' | 'relations'>,
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user