@laplace.live/internal 1.3.15 → 1.3.16
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/package.json
CHANGED
|
@@ -387,7 +387,11 @@ export declare namespace BilibiliInternal {
|
|
|
387
387
|
background: string
|
|
388
388
|
description: string
|
|
389
389
|
live_status: 0 | 1
|
|
390
|
-
/**
|
|
390
|
+
/**
|
|
391
|
+
* 直播开始时间戳
|
|
392
|
+
*
|
|
393
|
+
* @example 1779087141
|
|
394
|
+
*/
|
|
391
395
|
live_start_time: number
|
|
392
396
|
live_screen_type: number
|
|
393
397
|
lock_status: number
|