@fzbykj/ai-chat-sdk-mp 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fzbykj/ai-chat-sdk-mp",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "AI 对话助手 SDK for 微信小程序 (uni-app)",
5
5
  "main": "sdk/index.js",
6
6
  "files": [
@@ -111,7 +111,7 @@
111
111
  */
112
112
  updateVisibility() {
113
113
  this.isVisible = aichat.isFloatingVisible()
114
- }
114
+ },
115
115
  onTouchStart(e) {
116
116
  const touch = e.touches[0]
117
117
  this.startX = touch.clientX