feat: 多架构编译支持

This commit is contained in:
2023-03-05 23:21:36 +08:00
parent efba72002a
commit 1954196ba1
3 changed files with 32 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ public:
void getRAW(QUrl url);
void getAppList(QString type);
void getAppInfo(QUrl spk);
QString getArchDir();
signals:
void finished(QJsonArray);
@@ -33,6 +34,7 @@ signals:
private:
static QString serverUrl;
static QString serverUrlDir;
};
#endif // SPARKAPI_H