完成获取应用列表、获取内置app列表

This commit is contained in:
Mike Solar
2023-08-10 15:36:08 +08:00
parent 0ecf1bdf6a
commit b8da134809
22 changed files with 920 additions and 547 deletions

View File

@ -25,7 +25,7 @@ typedef struct {
QString func;
QString url;
} Button;
typedef struct {
struct ConfigResponse {
bool succeed;
struct {
QString logo_url;
@ -37,7 +37,7 @@ typedef struct {
QString title_cover_color;
}basic;
QList<Button> buttons;
}ConfigResponse;
};
class RequestBodyBase:public QObject{
Q_OBJECT;