mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
6124447a83
* Upd: character and i18n * Upd: i18n * Fix bug * Fix bug * Fix bug * Fix: bug * Upd: convert * Fix bug * Modify the order
4 lines
121 B
Python
4 lines
121 B
Python
def convert_daily(value):
|
|
if value == "Calyx_Crimson_Hunt":
|
|
value = "Calyx_Crimson_The_Hunt"
|
|
return value |