refactor(assets): 重构资产同步流程并添加宠物相关功能

- 移除了资产同步到私有 B 仓库的工作流
- 在玩家结构中添加了 IsFighting 字段
- 新增了宠物信息相关功能和数据结构
- 优化了地图进入和怪物刷新逻辑
- 调整了玩家登录和地图数据发送流程
- 重构了部分代码以提高可维护性和性能
This commit is contained in:
2025-08-24 17:33:19 +08:00
parent b6164f3b9e
commit 081f990110
23 changed files with 1214 additions and 420 deletions

4
public/assets/50001.xml Normal file
View File

@@ -0,0 +1,4 @@
<root>
<item itemID="300006" name="无敌精灵胶囊" productID="240000" price="300" vip="1" moneyType="0"/>
<item itemID="300001" name="普通精灵胶囊" productID="" price="1000" vip="1" moneyType="1"/>
</root>