pvp:头像框解锁

This commit is contained in:
luying
2021-11-02 19:35:58 +08:00
parent 4fde6af1c4
commit cb3583276c
6 changed files with 21 additions and 9 deletions

View File

@@ -254,6 +254,7 @@ export function getDropItems() {
export enum FIGURE_UNLOCK_CONDITION {
GET_HERO = 1, // 获取武将
HERO_FAVOR = 2, // 武将好感度达到
PVP_WIN_SERIES = 3, // pvp连胜
GET_SKIN = 7, // 获得时装
}