koishi-plugin-xsxn-vue3 1.0.15 → 1.0.16

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/lib/index.js CHANGED
@@ -132,7 +132,7 @@ async function apply(ctx, cfg) {
132
132
  quality: 100
133
133
  });
134
134
  await page.close();
135
- return import_koishi.h.image(screenshot, "image/png");
135
+ return `${import_koishi.h.quote(session.messageId)}${import_koishi.h.image(screenshot, "image/png")}`;
136
136
  }
137
137
  __name(getPage, "getPage");
138
138
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-xsxn-vue3",
3
3
  "description": "查询工具与后端分离,无服务端,自用版本",
4
- "version": "1.0.15",
4
+ "version": "1.0.16",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [
package/readme.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # koishi-plugin-xsxn-vue3
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/koishi-plugin-xsxn-vue3?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-xsxn-vue3)
4
+ - ### 1.0.16
5
+ - 添加回复引用
4
6
  - ### 1.0.15
5
7
  - 兼容天柱单字搜索
6
8
  - ### 1.0.14