处理ios18从其他app用自己键盘 拉起主app的bug
其他问题
This commit is contained in:
@@ -18,8 +18,10 @@
|
||||
#define KB_UL_BASE @"https://your.domain/ul"
|
||||
#endif
|
||||
|
||||
#define KB_UL_LOGIN KB_UL_BASE @"/login"
|
||||
#define KB_UL_SETTINGS KB_UL_BASE @"/settings"
|
||||
#define KB_UL_LOGIN KB_UL_BASE @"/login"
|
||||
#define KB_UL_SETTINGS KB_UL_BASE @"/settings"
|
||||
// 充值入口的通用链接:当前复用 /login 路径,通过 query 区分(避免额外配置 AASA 路径)
|
||||
#define KB_UL_RECHARGE KB_UL_LOGIN
|
||||
|
||||
#endif /* KBConfig_h */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user