萌新长草,自己写了另一个玩具 https://morlay.github.io/genshin-level-up/?uid=194435467 从这个仓库 https://github.com/Dimbreath/GenshinData.git 洗了游戏内的数据(以后版本更新也可以自动更新了) https://raw.githubusercontent.com/morlay/genshin-level-up/main/genshindb/avatars.json https://raw.githubusercontent.com/morlay/genshin-level-up/main/genshindb/weapons.json https://raw.githubusercontent.com/morlay/genshin-level-up/main/genshindb/reliquaries.json 是否考虑做个整合? 主要是在原始数据的基础上,要修正下副词条的数据关联 https://github.com/morlay/genshin-level-up/blob/main/genshindb/equip_affix.go#L13 (入坑不长,很多东西不认识)
萌新长草,自己写了另一个玩具
https://morlay.github.io/genshin-level-up/?uid=194435467
从这个仓库 https://github.com/Dimbreath/GenshinData.git 洗了游戏内的数据(以后版本更新也可以自动更新了)
https://raw.githubusercontent.com/morlay/genshin-level-up/main/genshindb/avatars.json
https://raw.githubusercontent.com/morlay/genshin-level-up/main/genshindb/weapons.json
https://raw.githubusercontent.com/morlay/genshin-level-up/main/genshindb/reliquaries.json
是否考虑做个整合?
主要是在原始数据的基础上,要修正下副词条的数据关联
https://github.com/morlay/genshin-level-up/blob/main/genshindb/equip_affix.go#L13
(入坑不长,很多东西不认识)