mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-10-09 11:52:21 +08:00
更新链接
This commit is contained in:
parent
e2f6d97f94
commit
252d2f491d
@ -40,9 +40,9 @@ void AppListPage::getAppList(QString type)
|
|||||||
}
|
}
|
||||||
if(type=="")
|
if(type=="")
|
||||||
{
|
{
|
||||||
url=api->getServerUrl()+"store/#/new/?"+theme;
|
url=api->getServerUrl()+"store/#/flamescion/?"+theme;
|
||||||
}else{
|
}else{
|
||||||
url=api->getServerUrl()+"store/#/new/applist?type="+type+"&"+theme;
|
url=api->getServerUrl()+"store/#/flamescion/applist?type="+type+"&"+theme;
|
||||||
}
|
}
|
||||||
|
|
||||||
ui->webEngineView->setUrl(url);
|
ui->webEngineView->setUrl(url);
|
||||||
@ -61,7 +61,7 @@ void AppListPage::getSearchList(QString keyword)
|
|||||||
}else{
|
}else{
|
||||||
theme="theme=light";
|
theme="theme=light";
|
||||||
}
|
}
|
||||||
url=api->getServerUrl()+"store/#/new/search?keywords="+keyword+"&"+theme;
|
url=api->getServerUrl()+"store/#/flamescion/search?keywords="+keyword+"&"+theme;
|
||||||
ui->webEngineView->setUrl(url);
|
ui->webEngineView->setUrl(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user