koishi-plugin-vrchat 0.0.6 → 0.0.7
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
|
@@ -300,7 +300,7 @@ ${new Date(info.updated_at).toLocaleString()}<img src="${info.thumbnailImageUrl}
|
|
|
300
300
|
"busy": "🔴",
|
|
301
301
|
"offline": "⚪"
|
|
302
302
|
}[info.status];
|
|
303
|
-
let imgUrl = info.userIcon || currentAvatarImageUrl;
|
|
303
|
+
let imgUrl = info.userIcon || info.profilePicOverride || currentAvatarImageUrl;
|
|
304
304
|
const img = imgUrl ? `<img src="${imgUrl}"></img>` : "";
|
|
305
305
|
return `玩家名:
|
|
306
306
|
${info.displayName}
|