This commit is contained in:
2025-12-26 15:51:27 +08:00
parent 6ec98468de
commit 34089ddeea
5 changed files with 56 additions and 1 deletions

View File

@@ -53,6 +53,7 @@
//-----------------------------------------------宏定义全局----------------------------------------------------------/
// 调试专用日志DEBUG 打印RELEASE 不打印)。尽量显眼,包含函数与行号。
#ifndef KBLOG
#if DEBUG
#define KBLOG(fmt, ...) do { \
NSString *kb_msg__ = [NSString stringWithFormat:(fmt), ##__VA_ARGS__]; \
@@ -62,6 +63,7 @@
#else
#define KBLOG(...)
#endif
#endif
// 通用链接Universal Links统一配置
// 仅需修改这里的域名/前缀,工程内所有使用 UL 的地方都会同步。