@keyflow2/keyflow-kit-wx-reply 0.2.9 → 0.2.10

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.
Binary file
Binary file
package/icons/icon-48.png CHANGED
Binary file
Binary file
package/icons/icon-96.png CHANGED
Binary file
package/manifest.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "id": "wx-reply",
3
3
  "name": "WX 回复",
4
- "version": "0.2.9",
4
+ "version": "0.2.10",
5
5
  "description": "微信聊天回复助手:依赖电脑端 wechat-decrypt 本地解密服务(https://github.com/hc-tec/wechat-decrypt)读取会话,再结合宿主共享 AI 生成候选回复;不是下载后即可直接使用,需先在电脑运行该服务并让手机可访问。",
6
6
  "icons": {
7
7
  "48": "icons/icon-48.png",
8
+ "64": "icons/icon-64.png",
8
9
  "96": "icons/icon-96.png",
9
- "128": "icons/icon-128.png"
10
+ "128": "icons/icon-128.png",
11
+ "256": "icons/icon-256.png"
10
12
  },
13
+ "icon": "icons/icon-128.png",
11
14
  "entry": {
12
15
  "bundle": { "html": "ui/app/index.html" }
13
16
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keyflow2/keyflow-kit-wx-reply",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "微信聊天回复助手:依赖电脑端 wechat-decrypt 本地解密服务(https://github.com/hc-tec/wechat-decrypt)读取会话,再结合宿主共享 AI 生成候选回复;不是下载后即可直接使用,需先在电脑运行该服务并让手机可访问。",
5
5
  "keywords": [
6
6
  "keyflow",