mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-04 02:12:21 +08:00
去除了https避免证书验证问题
This commit is contained in:
parent
0ca8cd7a35
commit
820d3243c2
14
urls.h
14
urls.h
@ -5,11 +5,11 @@
|
||||
#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/"
|
||||
#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/"
|
||||
#endif // URLS_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user