adjust: change url to localhost

This commit is contained in:
2024-04-09 23:05:40 +08:00
parent 94a5c3c8af
commit aa18506db6
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include <QtConcurrent>
#include <QStandardPaths>
#define DEFAULTURL "d.store.deepinos.org.cn"
#define DEFAULTURL "127.0.0.1:8000"
#define MAXWAITTIME 200000
DownloadController::DownloadController(QObject *parent)
+1 -1
View File
@@ -8,7 +8,7 @@
#include <QDebug>
#define TMP_PATH "/tmp/spark-store"
#define DEFAULT_SERVER_URL "https://cdn.d.store.deepinos.org.cn/"
#define DEFAULT_SERVER_URL "http://127.0.0.1:8000/"
#define DEFAULT_CHECK_DOMAIN "deepinos"
bool SettingsPage::needUncompatibleNotification = true;