This commit is contained in:
2026-03-09 17:34:08 +08:00
parent c1ace5f53e
commit 0af7428353
55 changed files with 1630 additions and 665 deletions

View File

@@ -34,10 +34,8 @@
// 说明:
// - `extensionContext openURL:` 是 Apple 官方推荐方式,但部分宿主 App尤其是“B 类应用”)
// 可能会拦截该调用,导致无法直接唤起容器 App
// - 行业内不少键盘会加“响应链 openURL”兜底来提升唤起成功率但该方式存在上架审核风险。
// 如你要走更稳妥的上架策略:把该宏改为 0仅保留 extensionContext 方案)。
#ifndef KB_URL_BRIDGE_ENABLE
// 上架建议Release 关闭“响应链 openURL”兜底避免审核风险。
#if DEBUG
#define KB_URL_BRIDGE_ENABLE 1
#else