feat: complete heaven readings and screener publication

This commit is contained in:
leefer
2026-08-05 23:44:17 +08:00
parent 6a058c2929
commit b3a21d05b7
34 changed files with 3538 additions and 225 deletions
+4
View File
@@ -137,6 +137,7 @@ const state = window.XiaobaiState.create({
screenerResults: { smart: null, curated: null, quant: null },
screenerResultContexts: { smart: null, curated: null, quant: null },
screenerResultStore: {},
screenerArchiveView: "latest",
screenerTracking: null,
screenerMode: ["smart", "curated", "quant"].includes(localStorage.getItem("xiaobaiScreenerMode"))
? localStorage.getItem("xiaobaiScreenerMode")
@@ -181,6 +182,9 @@ const state = window.XiaobaiState.create({
heartLines: [],
heartThrows: [],
heartHexagram: null,
heartQuestion: "",
heartQuestionPreset: "custom",
heartCastAt: "",
heartCurtainTimer: null,
heartStageToken: 0,
heartRevealToken: 0,