Update to v2.6.5 without release

- Change something to make that purchase things can have some cores.
- Fix the download link of Arcaea client in README

> This is a small update.
This commit is contained in:
Lost-MSth
2021-09-30 19:02:10 +08:00
parent 39d3f073ba
commit 13048e57f4
12 changed files with 935 additions and 491 deletions

View File

@@ -301,7 +301,7 @@ def get_all_purchase():
items = []
if y:
for j in y:
items.append({'item_id': j[1], 'type': j[2]})
items.append({'item_id': j[1], 'type': j[2], 'amount':j[3]})
re.append({'purchase_name': i[0],
'price': i[1],