mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-06 03:12:21 +08:00
16 lines
764 B
C
16 lines
764 B
C
#ifndef URLS_H
|
|
#define URLS_H
|
|
#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
|