feat: complete heaven readings and screener publication
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user