feat.新增支持信用商店优先购买选项

This commit is contained in:
MistEO
2022-05-14 01:19:54 +08:00
parent c9bd4dcb63
commit dca63426a6
12 changed files with 81 additions and 58 deletions

View File

@@ -52,8 +52,8 @@ if __name__ == "__main__":
asst.append_task('Visit')
asst.append_task('Mall', {
'shopping': True,
'shopping_list': ['家具', ''],
'is_black_list': True
'buy_first': ['招聘许可', '龙门币'],
'blacklist': ['家具', ''],
})
asst.append_task('Award')
# asst.append_task('Copilot', {

View File

@@ -48,8 +48,8 @@ def job():
asst.append_task('Visit')
asst.append_task('Mall', {
'shopping': True,
'shopping_list': ['家具', ''],
'is_black_list': True
'buy_first': ['招聘许可', '龙门币'],
'blacklist': ['家具', ''],
})
asst.append_task('Award')