spark-store/urls.h

17 lines
817 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 "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/store/themes/"
#endif // URLS_H