Commit Graph

5 Commits

Author SHA1 Message Date
mio
45cb36f276 feat: support Collaboration Warp 2025-07-11 18:52:36 +08:00
yuchi Xiong
9ae2095e5b fix: 跃迁类型不足 4 种时导入数据会白屏 (#81)
当前 UIGF 文件中应该包含了 4 类跃迁(角色活动跃迁、光锥活动跃迁、常驻跃迁、新手跃迁)数据。

从本地导入 UIGF 文件时,gachaDetail 函数会分别取出这 4 类跃迁数据,当导入的数据中不包含某一类数据时会直接
return,此时视图层 detail computed 获取到的数据为 undefined,视图将不会渲染任何数据。

before:



https://github.com/user-attachments/assets/a2805ca6-b6d5-49c8-98fc-7b43643362d9


after:



https://github.com/user-attachments/assets/44268c70-1ca1-48fa-8ee5-e641d6fea23b
2024-09-21 18:10:40 +08:00
mio
f6d0a18d5c feat: import srgf 2024-08-08 21:58:24 +08:00
raindrop
78bbe322ab feat: Refine import and export functions 2024-08-06 16:39:34 +08:00
mio
92cafdadb8 Departure commit 2023-05-01 15:52:32 +08:00