fix(chat): show browser hint in development

This commit is contained in:
2026-06-17 18:02:43 +08:00
parent 56b2c39ca5
commit bded7497d2
4 changed files with 7 additions and 16 deletions
-6
View File
@@ -1,11 +1,5 @@
/**
* 浏览器 / WebView 检测
*
* 原始 Dart: `lib/utils/browser_detector.dart`
*
* 主要用例:
* - 嵌入 Facebook / 微信 / 微博内嵌浏览器时,给用户提示「在外部浏览器打开」。
* - 判断 PWA 模式(standalone)。
*/
export const BrowserDetector = {
/** 当前是否在 Facebook 内嵌浏览器 */