Skip to content

Commit

Permalink
新增SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Dec 25, 2023
1 parent 22f85fc commit 4dd066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/releaseDeck.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def formatUTF8WithBOM(data:bytes):
info_this_new.update(info_this)
index_data[deck_type].append(info_this_new)
index_data[deck_type].sort(key=lambda x: x['name'])
dictCount[deck_type] = count_this
dictCount[deck_type] += count_this
os.makedirs('../target/deck/', exist_ok=True)
with open('../target/deck/index.json', 'w', encoding='utf-8') as f:
f.write(json.dumps(index_data, indent=4, ensure_ascii=False))
Expand Down

0 comments on commit 4dd066e

Please sign in to comment.