mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
docs: add docs for only_buy_discount and reserve_max_credit
This commit is contained in:
@@ -172,6 +172,8 @@ Supports some of the special stages,Please refer to [autoLocalization example](.
|
||||
...
|
||||
],
|
||||
"force_shopping_if_credit_full": bool // Whether to ignore the Blacklist if credit overflows, by default true
|
||||
"only_buy_discount": bool // 是否只购买折扣物品,只作用于第二遍,默认 false
|
||||
"reserve_max_credit": boll // 是否在信用点低于300时停止购买,只作用于第二遍,默认 false
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -151,6 +151,8 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p
|
||||
string, // アイテム名, 例. "加急许可" (Expedited Plan/緊急招集票), "家具零件" (Furniture Part/家具パーツ), その他.
|
||||
...
|
||||
]
|
||||
"only_buy_discount": bool // 是否只购买折扣物品,只作用于第二遍,默认 false
|
||||
"reserve_max_credit": boll // 是否在信用点低于300时停止购买,只作用于第二遍,默认 false
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -167,6 +167,8 @@ TaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const char* p
|
||||
...
|
||||
],
|
||||
"force_shopping_if_credit_full": bool // 크레딧이 넘친다면 블랙리스트를 무시할지 여부, 기본값은 true입니다.
|
||||
"only_buy_discount": bool // 是否只购买折扣物品,只作用于第二遍,默认 false
|
||||
"reserve_max_credit": boll // 是否在信用点低于300时停止购买,只作用于第二遍,默认 false
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -184,6 +184,8 @@ AsstTaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const cha
|
||||
...
|
||||
],
|
||||
"force_shopping_if_credit_full": bool // 是否在信用溢出時無視黑名單,預設為 true
|
||||
"only_buy_discount": bool // 是否只购买折扣物品,只作用于第二遍,默认 false
|
||||
"reserve_max_credit": boll // 是否在信用点低于300时停止购买,只作用于第二遍,默认 false
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -186,6 +186,8 @@ AsstTaskId ASSTAPI AsstAppendTask(AsstHandle handle, const char* type, const cha
|
||||
...
|
||||
],
|
||||
"force_shopping_if_credit_full": bool // 是否在信用溢出时无视黑名单,默认为 true
|
||||
"only_buy_discount": bool // 是否只购买折扣物品,只作用于第二遍,默认为 false
|
||||
"reserve_max_credit": boll // 是否在信用点低于300时停止购买,只作用于第二遍,默认为 false
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user