sync: soul-admin 页面 | 原因: 前端页面修改

This commit is contained in:
卡若
2026-03-08 11:25:14 +08:00
parent 57258e52f7
commit ea24d07b55

View File

@@ -21,7 +21,7 @@ interface MatchType {
matchFromDB: boolean; showJoinAfterMatch: boolean; price: number; enabled: boolean
}
interface PoolSettings {
poolSource: 'vip' | 'all' | 'complete'
poolSource: string[]
requirePhone: boolean
requireNickname: boolean
requireAvatar: boolean