mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
update log and config
This commit is contained in:
@@ -83,7 +83,9 @@ std::optional<std::string> Assistance::setSimulator(const std::string& simulator
|
||||
|
||||
void Assistance::start(const std::string& task)
|
||||
{
|
||||
DebugTraceFunction;
|
||||
DebugTraceFunction;
|
||||
DebugTrace("Start |", task);
|
||||
|
||||
|
||||
if (m_thread_running || !m_inited) {
|
||||
return;
|
||||
@@ -102,6 +104,7 @@ void Assistance::start(const std::string& task)
|
||||
void Assistance::stop(bool block)
|
||||
{
|
||||
DebugTraceFunction;
|
||||
DebugTrace("Stop |", block);
|
||||
|
||||
std::unique_lock<std::mutex> lock;
|
||||
if (block) { // Íⲿµ÷ÓÃ
|
||||
@@ -123,7 +126,7 @@ bool Assistance::setParam(const std::string& type, const std::string& param, con
|
||||
|
||||
std::optional<std::string> Assistance::getParam(const std::string& type, const std::string& param)
|
||||
{
|
||||
DebugTraceFunction;
|
||||
// DebugTraceFunction;
|
||||
|
||||
return Configer::getParam(type, param);
|
||||
}
|
||||
|
||||
@@ -163,8 +163,8 @@
|
||||
],
|
||||
"control": [
|
||||
{
|
||||
"class": "Qt5QWindowIcon",
|
||||
"window": "明日方舟 - 星云引擎"
|
||||
"class": "Qt5QWindowIcon_DELETE",
|
||||
"window": "明日方舟 - 星云引擎_DELETE"
|
||||
}
|
||||
],
|
||||
"adbControl": {
|
||||
@@ -252,6 +252,7 @@
|
||||
"PRTS": {
|
||||
"filename": "PRTS.png",
|
||||
"type": "doNothing",
|
||||
"rearDelay": 5000,
|
||||
"next": [
|
||||
"PRTS",
|
||||
"PrtsErrorConfirm",
|
||||
|
||||
Reference in New Issue
Block a user