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.
- package/lib/index.js +1 -1
- 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="
|
|
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