From bc25c92bbaa0336c7a9d536c9b8c6bf976c02a69 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Sat, 13 Jul 2024 10:09:24 +0800 Subject: [PATCH] Deprecate: sctoolbox.sccsgo.com --- lib/common/conf/url_conf.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/common/conf/url_conf.dart b/lib/common/conf/url_conf.dart index f21ead5..b2e9a38 100644 --- a/lib/common/conf/url_conf.dart +++ b/lib/common/conf/url_conf.dart @@ -4,8 +4,8 @@ import 'package:starcitizen_doctor/common/utils/log.dart'; class URLConf { /// HOME API - static String gitApiHome = "https://git.sctoolbox.sccsgo.com"; - static String rssApiHome = "https://rss.sctoolbox.sccsgo.com"; + static String gitApiHome = "https://git.scbox.xkeyc.cn"; + static String rssApiHome = "https://rss.scbox.xkeyc.cn"; static const String analyticsApiHome = "https://scbox.org"; static bool isUrlCheckPass = false;