koishi-plugin-adapter-onebot-multi 0.0.9 → 0.0.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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -2255,7 +2255,7 @@ var StatusPanel = class {
2255
2255
  <img class="bot-avatar" src="http://q.qlogo.cn/headimg_dl?dst_uin=${bot.selfId}&spec=640" alt="avatar">
2256
2256
  <div class="bot-info">
2257
2257
  <div class="bot-id">${displayName}</div>
2258
- <a class="bot-protocol" href="https://wpa.qq.com/msgrd?v=3&uin=${bot.selfId}&site=qq&menu=yes" target="_blank" title="点击添加好友">QQ: ${bot.selfId}</a>
2258
+ <a class="bot-protocol" href="tencent://AddContact/?fromId=45&fromSubId=1&subcmd=all&uin=${bot.selfId}" target="_blank" title="点击添加好友">QQ: ${bot.selfId}</a>
2259
2259
  </div>
2260
2260
  <span class="status-badge status-${bot.status}">${statusText}</span>
2261
2261
  </div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-adapter-onebot-multi",
3
3
  "description": "奶龙bot定制版onebot适配器,支持自动负载均衡,适配器级黑名单/白名单,提供webui,可指定端口",
4
- "version": "0.0.9",
4
+ "version": "0.0.10",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [