mirror of
https://gitee.com/spark-store-project/spark-web-app-runtime.git
synced 2025-07-05 05:06:01 +08:00
修改: spark-webapp-runtime/main.cpp---网站名称更改
This commit is contained in:
parent
0b1500cd2b
commit
a285dd6572
@ -1,9 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* 如果你想学习更多有关知识,可以访问以下网址:
|
* 星火网页应用运行环境
|
||||||
* DTK相关文档地址:https://linuxdeepin.github.io/dtk
|
|
||||||
* Deepin项目地址:https://github.com/linuxdeepin
|
|
||||||
* 社区项目投递地址:https://gitee.com/deepin-opensource
|
|
||||||
*/
|
*/
|
||||||
#include "mainwindow.h"
|
#include "mainwindow.h"
|
||||||
|
|
||||||
@ -49,7 +46,7 @@ int main(int argc, char *argv[])
|
|||||||
.arg(QObject::tr("Presented By Spark developers # HadesStudio"));
|
.arg(QObject::tr("Presented By Spark developers # HadesStudio"));
|
||||||
dialog->setDescription(szDefaultDesc);
|
dialog->setDescription(szDefaultDesc);
|
||||||
// WebsiteName
|
// WebsiteName
|
||||||
dialog->setWebsiteName("spark-app.store");
|
dialog->setWebsiteName("The Spark Project");
|
||||||
// WebsiteLink
|
// WebsiteLink
|
||||||
dialog->setWebsiteLink("https://www.spark-app.store/");
|
dialog->setWebsiteLink("https://www.spark-app.store/");
|
||||||
// License
|
// License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user