Skip to content

Commit

Permalink
Merge pull request #324 from Fuynkio/dev_shawn
Browse files Browse the repository at this point in the history
MAA读仓库小改
  • Loading branch information
ZhaoZuohong authored Oct 3, 2023
2 parents b64a3cb + a9a82c4 commit 91a2d0c
Show file tree
Hide file tree
Showing 8 changed files with 984 additions and 1,014 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ dmypy.json
/tmp/

# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode
*.json
/*.json
dist
MAA
*.yml
/*.yml
3 changes: 3 additions & 0 deletions arknights_mower/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
recruit_agent = json.loads(
Path(f'{__rootdir__}/data/recruit.json').read_text('utf-8'))

key_mapping = json.loads(
Path(f"{__rootdir__}/data/key_mapping.json").read_text("utf-8"))

recruit_tag = ['资深干员', '高级资深干员']
for x in recruit_agent.values():
recruit_tag += x['tags']
Expand Down
Loading

0 comments on commit 91a2d0c

Please sign in to comment.