XuqmGroup-Vue3SDK/src
XuqmGroup df7557b77f fix(ImClient): make sendSync/scheduleReconnect safe when SDK not initialized
ImClient.sendSync() called getConfig() which throws when init() hasn't been
called, breaking headless usage (e.g. platform event listeners). Now wraps
the call in a try-catch and skips the sync frame if appKey is unavailable.
Same fix for scheduleReconnect's debug log.

Also: add vite-plugin-dts to generate TypeScript declarations on every build,
fixing the missing dist/index.d.ts that broke IDE type resolution. Bump to 0.2.3.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 14:12:47 +08:00
..
core 一大波改动 2026-05-15 16:47:22 +08:00
im fix(ImClient): make sendSync/scheduleReconnect safe when SDK not initialized 2026-05-16 14:12:47 +08:00
types chore: sync local changes 2026-05-07 19:39:45 +08:00
index.ts 一大波改动 2026-05-15 16:47:22 +08:00