Merge commit '32e1b9a4b0ea1b9d39533780db528db9e6ef384b' into feature/backend

This commit is contained in:
luying
2021-12-17 20:54:34 +08:00
19 changed files with 2635 additions and 658 deletions

View File

@@ -946,6 +946,12 @@ export enum GUILD_MASTER_CHANGE_WAY {
BACKEND = "后台",
}
export enum GUILD_QUIT_WAY {
QUIT = '主动退出',
KICK = '踢出',
DISMISS = '解散',
}
export function getAuctionSourceTypeName(sourceType: number) {
switch(sourceType) {
case 1: return '军团演武';