#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" #endif // URLS_H