mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
feat.暂时废弃百度 OCR API
This commit is contained in:
@@ -402,10 +402,10 @@ void asst::Assistant::set_penguin_id(const std::string& id)
|
||||
{
|
||||
auto& opt = Resrc.cfg().get_options();
|
||||
if (id.empty()) {
|
||||
opt.penguin_report_extra_param.clear();
|
||||
opt.penguin_report.extra_param.clear();
|
||||
}
|
||||
else {
|
||||
opt.penguin_report_extra_param = "-H \"authorization: PenguinID " + id + "\"";
|
||||
opt.penguin_report.extra_param = "-H \"authorization: PenguinID " + id + "\"";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user