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

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.6",
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
@@ -239,8 +239,8 @@
239
239
  /* ✅ 所有动态尺寸由 :style 控制,这里只定义颜色、边框等静态属性 */
240
240
  .float-btn {
241
241
  position: fixed;
242
- background: linear-gradient(135deg, #4A90D9, #357ABD);
243
- box-shadow: 0 4px 12px rgba(74, 144, 217, 0.4);
242
+ /* background: linear-gradient(135deg, #4A90D9, #357ABD);
243
+ box-shadow: 0 4px 12px rgba(74, 144, 217, 0.4); */
244
244
  display: flex;
245
245
  align-items: center;
246
246
  justify-content: center;