mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-05 10:52:22 +08:00
17 lines
810 B
C
17 lines
810 B
C
#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
|