Commit graph

6 commits

Author SHA1 Message Date
KT
a5c884aa0b refactor: Adjust model class position 2023-06-10 22:47:57 +08:00
KT
aa9093e28d feat: Update character attribute.
- rank_icons
- icon &  num of relic_sets
- skill_trees
2023-06-10 22:38:50 +08:00
KT
b43884fa5b feat: Add max_level property
Add max_level property to character and light cone.
2023-06-10 13:25:36 +08:00
KT
4a892d213b feat: Update to version 1.1
- Add UserNotFound and InvalidParams exception.
- The API has changed its data format.
- Updated the model to accommodate the new format.
- Old format models have been moved to "models.v1".
- Use the "fetch_user_v1" function to retrieve data in the old format.
2023-06-08 22:03:47 +08:00
KT
2894966b6c fix(character): check type before access
Check type before access relic's values in validator.
2023-06-03 11:14:15 +08:00
KT
dcd09ee97e first commit 2023-05-28 21:13:13 +08:00