chore: add use client directive and remove outdated dart reference

- Add "use client" directive to device_identifier.ts to enable client-side usage
- Remove outdated Dart source reference comment in pwa-install-overlay.tsx
This commit is contained in:
2026-06-16 13:23:46 +08:00
parent 50ae420871
commit c878959dd7
2 changed files with 2 additions and 2 deletions
@@ -2,8 +2,6 @@
/**
* PwaInstallOverlay PWA 安装提示触发器
*
* 原始 Dart: lib/ui/chat/widgets/pwa_install_overlay.dart76 行)
*
* 行为:
* - 检查 PWA 支持
* - 检查每日是否已显示(使用 AppStorage 持久化)
+2
View File
@@ -1,3 +1,5 @@
"use client";
/**
* 设备 ID 工具类
*