koishi-plugin-bilibili-videolink-analysis 1.1.14 → 1.1.15
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 +3 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -384,7 +384,9 @@ display: none !important;
|
|
|
384
384
|
//提取链接
|
|
385
385
|
async function extractLinks(session, config, ctx, links) {
|
|
386
386
|
let ret = "";
|
|
387
|
-
|
|
387
|
+
if (!config.isfigure) {
|
|
388
|
+
ret += [(0, h)("quote", { id: session.messageId })];
|
|
389
|
+
}
|
|
388
390
|
let countLink = 0;
|
|
389
391
|
let tp_ret;
|
|
390
392
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "koishi-plugin-bilibili-videolink-analysis",
|
|
3
3
|
"description": "[<ruby>Bilibili视频解析<rp>(</rp><rt>点我查看食用方法</rt><rp>)</rp></ruby>](https://www.npmjs.com/package/koishi-plugin-bilibili-videolink-analysis)解析B站链接(支持小程序卡片)支持搜索点播功能!灵感来自完美的 [bili-parser](/market?keyword=bili-parser) !",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.15",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"typings": "lib/index.d.ts",
|
|
8
8
|
"files": [
|