diff --git a/urls.h b/urls.h index dfd3ac7..024704c 100644 --- a/urls.h +++ b/urls.h @@ -1,15 +1,15 @@ #ifndef URLS_H #define URLS_H -#define URL_MAIN "http://127.0.0.1:8000" -#define URL_NETWORK "https://mirrors.huaweicloud.com/deepin/" -#define URL_CHAT "https://mirrors.huaweicloud.com/deepin/" -#define URL_MUSIC "https://mirrors.huaweicloud.com/deepin/" -#define URL_VIDEO "https://mirrors.huaweicloud.com/deepin/" -#define URL_PHOTO "https://mirrors.huaweicloud.com/deepin/" -#define URL_GAME "https://mirrors.huaweicloud.com/deepin/" -#define URL_OFFICE "https://mirrors.huaweicloud.com/deepin/" -#define URL_READ "https://mirrors.huaweicloud.com/deepin/" -#define URL_DEV "https://mirrors.huaweicloud.com/deepin/" -#define URL_SYSTEM "https://mirrors.huaweicloud.com/deepin/" -#define URL_OTHER "https://mirrors.huaweicloud.com/deepin/" +#define URL_MAIN "http://store2.shenmo.tech/store/" +#define URL_NETWORK "http://store2.shenmo.tech/store/network/" +#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/" #endif // URLS_H