diff --git a/README.md b/README.md index b4f2e8f..e40857a 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,12 @@ git clone -b 1.5.1 https://gitee.com/kyrzy0416/rconsole-plugin.git ``` ## 🐤 Q&A -### bilibili问题 -> 哔哩哔哩的SESSDATA? -> 进入哔哩哔哩网站 -- 打开F12开发者选项 -- 应用 -- 找到Cookie -- 找到SESSDATA -- 复制 -- 粘贴到plugins/rconsole-plugin/config/tools.yaml or 锅巴 -> [图文教程【群友推荐!】](https://www.bilibili.com/read/cv12349604) +### B站扫码登录 +命令:`#RBQ`,来自2024/4/1 才子 `Mix` 的命名 +![rbq](./img/rbq.webp) + +示例: +![rbq2](./img/rbq2.webp) ### 🎵 douyin问题 由于douyin的解析变化莫测,现版本需要填入自己的cookie,具体步骤如下: diff --git a/apps/tools.js b/apps/tools.js index 13cc8a2..f3b4afe 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -91,7 +91,7 @@ export class tools extends plugin { fnc: "tiktok", }, { - reg: "^#RBQ$", + reg: "^#(RBQ|rbq)$", fnc: "biliScan", permission: 'master', }, diff --git a/img/rbq.webp b/img/rbq.webp new file mode 100644 index 0000000..2797924 Binary files /dev/null and b/img/rbq.webp differ diff --git a/img/rbq2.webp b/img/rbq2.webp new file mode 100644 index 0000000..f442a27 Binary files /dev/null and b/img/rbq2.webp differ