diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28bd7a2..65ad0a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,19 +40,19 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: ESS artifact presence (ECR-004) + - name: ESS artifact presence (active ECR) run: | - test -f docs/ECR/ECR-004-hygiene-followup.md - test -f docs/TASKS/TASK-20260805-ECR004.yaml - test -f docs/TEST_REPORT/ECR-004.md - test -f docs/STATE/ECR-004.md + test -f docs/ECR/ECR-005-h5-openapi-hygiene.md + test -f docs/TASKS/TASK-20260805-ECR005.yaml + test -f docs/TEST_REPORT/ECR-005.md + test -f docs/STATE/ECR-005.md echo "ESS docs gate OK" - name: ess-validate when ESS_ROOT available env: ESS_ROOT: ${{ vars.ESS_ROOT }} run: | if [ -n "$ESS_ROOT" ] && [ -f "$ESS_ROOT/scripts/ess-validate.py" ]; then - python scripts/ess-validate.py --phase coding --ecr ECR-004 --task docs/TASKS/TASK-20260805-ECR004.yaml + python scripts/ess-validate.py --phase coding --ecr ECR-005 --task docs/TASKS/TASK-20260805-ECR005.yaml else echo "ESS_ROOT not configured in CI — skipped full ess-validate" fi diff --git a/apps/user-h5/src/components/DecodePanel.vue b/apps/user-h5/src/components/DecodePanel.vue index 4ea15b4..c5f001f 100644 --- a/apps/user-h5/src/components/DecodePanel.vue +++ b/apps/user-h5/src/components/DecodePanel.vue @@ -3,111 +3,52 @@

{{ personTitle ? `${personTitle} · ` : '' }}{{ oneLiner }}

- -
- 数字性格密码 -
{{ mainNumber }}
-
- {{ personTitle || '愈心解码' }} -
-
{{ oneLiner }}
-
- -
- - -

{{ lockTeaserNumber }}

- - -
-
- - -
- 五行体质画像 -
{{ wuxing.primary || '—' }}
-
核心养护:{{ wuxing.care_dir || careDir }}
- -
情绪画像:{{ emotionText }}
- - -

{{ lockTeaserWuxing }}

-
-

{{ constitutionDisclaimer }}

-
- - -
- 今日养生锦囊 -
- 当前节气:{{ todayTip.solar_term || '—' }} - -
-

今日调养建议

-
宜:{{ todayTip.yi || '—' }}
-
忌:{{ todayTip.ji || '—' }}
-
- - -
-

主数 {{ mainNumber }} · {{ personTitle }} · 五行 {{ numberDeep.elem }}

-

{{ numberDeep.desc }}

-
-
-

解锁深度版后可展开完整数字能量与联合码解读。

- -
+ + + + diff --git a/apps/user-h5/src/components/ask/AskAiPane.vue b/apps/user-h5/src/components/ask/AskAiPane.vue index 50b382e..5bcff24 100644 --- a/apps/user-h5/src/components/ask/AskAiPane.vue +++ b/apps/user-h5/src/components/ask/AskAiPane.vue @@ -5,105 +5,45 @@ {{ bootError }}

- +