协议调试

This commit is contained in:
chen wei bo
2025-09-09 11:14:41 +08:00
parent 52dfc3cdd3
commit 54321458eb
5 changed files with 16 additions and 13 deletions
@@ -5,7 +5,7 @@ import type { ApiResponse } from "../client/types";
import proto from "db://assets/Scripts/proto/proto.pb.js";
// 模拟开关
const USE_MOCK = true;
const USE_MOCK = false;
export class GirlService implements IGirlService {
private static _I: GirlService | null = null;