@laplace.live/internal 1.1.99 → 1.1.100

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/index.d.ts +20 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -5239,7 +5239,25 @@ export declare namespace BilibiliInternal {
5239
5239
  */
5240
5240
  level: number
5241
5241
  } | null
5242
- uhead_frame: null
5242
+ /**
5243
+ * 在某些特殊事件中会返回对应的头像框,目前已知返回:
5244
+ *
5245
+ * - `ONLINE_RANK_V2`
5246
+ *
5247
+ * 已知无:
5248
+ *
5249
+ * -
5250
+ */
5251
+ uhead_frame: {
5252
+ /**
5253
+ * @example `https://i0.hdslb.com/bfs/live/484a499a5b0091991e32c2fd6f0968503e95ce36.png`
5254
+ */
5255
+ frame_img: string
5256
+ /**
5257
+ * @example 1750
5258
+ */
5259
+ id: number
5260
+ } | null
5243
5261
  /**
5244
5262
  * 舰队指挥官对象,并非所有事件都有
5245
5263
  *
@@ -5250,6 +5268,7 @@ export declare namespace BilibiliInternal {
5250
5268
  *
5251
5269
  * 已知无:
5252
5270
  * - `SEND_GIFT`
5271
+ * - `ONLINE_RANK_V2`
5253
5272
  */
5254
5273
  guard_leader: {
5255
5274
  is_guard_leader: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.1.99",
3
+ "version": "1.1.100",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"