Merge branch 'feat/liujie'

This commit is contained in:
2025-12-07 22:56:31 +08:00

View File

@@ -87,8 +87,8 @@ export enum MATCH_STATUS {
// 是否支持候补 // 是否支持候补
export enum IsSubstituteSupported { export enum IsSubstituteSupported {
SUPPORT = '0', // 支持 SUPPORT = '1', // 支持
NOTSUPPORT = '1', // 不支持 NOTSUPPORT = '0', // 不支持
} }
export interface UpdateLocationRes { export interface UpdateLocationRes {