feat: add contextual heaven loading rituals

This commit is contained in:
leefer
2026-07-23 23:11:51 +08:00
parent d520749252
commit bc7521a591
5 changed files with 728 additions and 23 deletions
+6 -3
View File
@@ -1024,9 +1024,11 @@
</div>
<section id="heavenReadingCurrent" class="heaven-reading-current" role="tabpanel">
<div id="heavenReadingLoading" class="heaven-reading-loading" hidden>
<span class="heaven-reading-mark" aria-hidden="true"></span>
<strong id="heavenReadingLoadingTitle">正在合参诸象</strong>
<small>请稍候,结果生成后将在此呈现</small>
<canvas id="heavenReadingCanvas" aria-hidden="true"></canvas>
<div class="heaven-reading-loading-status" role="status" aria-live="polite">
<strong id="heavenReadingLoadingTitle">正在合参诸象</strong>
<small>诸象渐次归位</small>
</div>
</div>
<div id="heavenReadingEmpty" class="empty-state">尚无本次解读</div>
<article id="heavenReadingResult" class="heaven-reading-result" hidden>
@@ -1374,6 +1376,7 @@
<script src="/vendor/lucide.min.js" defer></script>
<script src="/ui-core.js" defer></script>
<script src="/heaven-loading.js" defer></script>
<script src="/app.js" defer></script>
</body>
</html>