refactor: remove WeChat MP OAuth handling and related configurations

This commit is contained in:
mlogclub
2026-04-27 16:30:58 +08:00
parent 2220dcb0cb
commit cd9de63860
5 changed files with 8 additions and 350 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ export type KefuWidgetHostConfig = {
apiBaseUrl?: string
/** 与后端 enums.ExternalSource 一致,默认 web_chat */
externalSource?: string
/** 外部访客稳定标识;微信公众号 OAuth 场景使用 openid */
/** 外部访客稳定标识;未传时使用浏览器本地访客 ID */
externalId?: string
title?: string
subtitle?: string