123456789101112131415161718192021222324252627282930313233343536 |
- //======================= DEBUG =======================//
- #ifndef SK_DEBUG_ACCOUNT
- //#define SK_DEBUG_ACCOUNT
- #endif
- #ifndef SK_DEBUG_DATA
- //#define SK_DEBUG_DATA
- #endif
- #ifndef SK_DEBUG_DOMAINS
- //#define SK_DEBUG_DOMAINS
- #endif
- #ifndef SK_DEBUG_VIDEO
- //#define SK_DEBUG_VIDEO
- #endif
- #ifndef SK_DEBUG_GOOGLE_FACEBOOK
- //#define SK_DEBUG_GOOGLE_FACEBOOK
- #endif
- //====================== FUNCTION ======================//
- //加密
- #ifndef SK_FUNCTION_ENCRYPT
- //#define SK_FUNCTION_ENCRYPT
- #endif
- #ifndef FUNCTION_CHILDDEVICES
- #define FUNCTION_CHILDDEVICES
- #endif
- #ifndef FUNCTION_GOOGLE_FACEBOOK
- //#define FUNCTION_GOOGLE_FACEBOOK
- #endif
|