feat: restore full-fidelity heaven rituals

This commit is contained in:
leefer
2026-07-23 23:50:12 +08:00
parent bc7521a591
commit eb1e2bca9a
8 changed files with 211 additions and 207 deletions
+3 -4
View File
@@ -3476,9 +3476,9 @@ function hexagramLineGraphic(value) {
}
const HEAVEN_READING_META = {
trend: { panel: "观势", action: "解势", done: "查看解势", status: "势已成", loading: "正在合参卦势" },
fortune: { panel: "观气", action: "解运", done: "已解运", status: "气已定", loading: "正在推演气机" },
heart: { panel: "观心", action: "我已察念,开始解卦", done: "查看解卦", status: "卦已解", loading: "正在整理卦辞" },
trend: { panel: "观势", action: "解势", done: "查看解势", status: "势已成" },
fortune: { panel: "观气", action: "解运", done: "已解运", status: "气已定" },
heart: { panel: "观心", action: "我已察念,开始解卦", done: "查看解卦", status: "卦已解" },
};
function heavenReadingMeta(mode = state.heavenReadingMode) {
@@ -3596,7 +3596,6 @@ function renderHeavenReadingCurrent() {
const result = document.querySelector("#heavenReadingResult");
const error = document.querySelector("#heavenReadingError");
loading.hidden = !state.heavenReadingLoading;
setText("heavenReadingLoadingTitle", heavenReadingMeta().loading);
syncHeavenReadingAnimation();
error.hidden = !state.heavenReadingError;
error.textContent = state.heavenReadingError;