From 820d3243c2ace8cc9da1657ed1221192dab3a53b Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 21 Jun 2020 22:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E4=BA=86https=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E8=AF=81=E4=B9=A6=E9=AA=8C=E8=AF=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- urls.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/urls.h b/urls.h index 024704c..31e1063 100644 --- a/urls.h +++ b/urls.h @@ -5,11 +5,11 @@ #define URL_CHAT "http://store2.shenmo.tech/store/chat/" #define URL_MUSIC "http://store2.shenmo.tech/store/music" #define URL_VIDEO "http://store2.shenmo.tech/store/video" -#define URL_PHOTO "https://store2.shenmo.tech/store/image_graphic/" -#define URL_GAME "https://store2.shenmo.tech/store/games/" -#define URL_OFFICE "https://store2.shenmo.tech/store/" -#define URL_READ "https://store2.shenmo.tech/store/reading/" -#define URL_DEV "https://store2.shenmo.tech/store/development/" -#define URL_SYSTEM "https://store2.shenmo.tech/store/tools/" -#define URL_OTHER "https://store2.shenmo.tech/store/others/" +#define URL_PHOTO "http://store2.shenmo.tech/store/image_graphic/" +#define URL_GAME "http://store2.shenmo.tech/store/games/" +#define URL_OFFICE "http://store2.shenmo.tech/store/" +#define URL_READ "http://store2.shenmo.tech/store/reading/" +#define URL_DEV "http://store2.shenmo.tech/store/development/" +#define URL_SYSTEM "http://store2.shenmo.tech/store/tools/" +#define URL_OTHER "http://store2.shenmo.tech/store/others/" #endif // URLS_H