更新了url.h,已经追赶上maicss上游

This commit is contained in:
“shenmo” 2020-06-21 23:30:07 +08:00
parent dc5b4312ac
commit 6799573bbf

26
urls.h
View File

@ -1,16 +1,16 @@
#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 "http://store2.shenmo.tech:8000/store/tools/"
#define URL_THEME "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 "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/"
#define URL_THEME "http://store2.shenmo.tech/themes"
#endif // URLS_H