mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-03 01:42:20 +08:00
16 lines
747 B
C
16 lines
747 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 "https://mirrors.huaweicloud.com/deepin/"
|
|
#endif // URLS_H
|