@laplace.live/internal 1.3.14 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.3.14",
3
+ "version": "1.3.16",
4
4
  "module": "src/index.d.ts",
5
5
  "exports": {
6
6
  ".": "./src/index.d.ts",
@@ -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
@@ -1114,7 +1114,14 @@ export declare namespace LaplaceInternal {
1114
1114
  export interface FertilityAiEvidence {
1115
1115
  extractedUid: number | null
1116
1116
  uidMatches: boolean
1117
- /** YYYY-MM-DD in Asia/Shanghai; the date the content claims the period began. */
1117
+ /**
1118
+ * YYYY-MM-DD in Asia/Shanghai; the date the content claims the period began.
1119
+ *
1120
+ * Disambiguation rules baked into the AI prompt:
1121
+ * - Explicit qualifier ("今天/昨天/上周三") → resolved against post date.
1122
+ * - No qualifier at all ("魔法期来了") → treated as "now", uses post date.
1123
+ * - Vague non-anchorable past ("前几天/最近/上周") → null.
1124
+ */
1118
1125
  extractedPeriodStartDate: string | null
1119
1126
  /** YYYY-MM-DD in Asia/Shanghai; the post's publish date (auxiliary). */
1120
1127
  postedAt: string | null