fix: 修复 EasyConnect 图形验证码输入

This commit is contained in:
Chenx Dust
2026-08-03 11:26:14 +08:00
parent 5f9b4ed669
commit d0ee89e14d
15 changed files with 278 additions and 44 deletions

View File

@@ -32,6 +32,8 @@ public:
static CoreOutputEvent parse(const QString &output);
static bool hasInteractivePrompt(const QByteArray &output);
static QString graphCaptchaFile(const QString &output);
};
#endif // COREOUTPUTPARSER_H