Skip to content

Commit

Permalink
🍱 补充资源
Browse files Browse the repository at this point in the history
  • Loading branch information
KimigaiiWuyi committed Jun 6, 2024
1 parent 14b2bba commit f079984
Show file tree
Hide file tree
Showing 4 changed files with 16,609 additions and 2 deletions.
16,609 changes: 16,608 additions & 1 deletion GenshinUID/genshinuid_enka/effect/char_action.json

Large diffs are not rendered by default.

Binary file removed GenshinUID/genshinuid_etcimg/primogems_data/4.4.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion GenshinUID/tools/get_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ async def main():
'w',
encoding='UTF-8',
) as file:
json.dump(char_action, file, ensure_ascii=False)
json.dump(char_action, file, ensure_ascii=False, indent=4)


asyncio.run(main())

0 comments on commit f079984

Please sign in to comment.