清除市場情報 P3 相容人工語意
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
ogt
2026-07-01 18:24:51 +08:00
parent 6f8d8e82e8
commit 08d9e3fe7d
59 changed files with 1874 additions and 921 deletions

View File

@@ -187,8 +187,8 @@
<strong>{{ adapter_count|default(0) }}</strong>
</div>
<div class="market-intel-status-card">
<span class="market-intel-label">手動整理</span>
<strong>{{ '已啟用' if manual_fetch_allowed|default(false) else '未啟用' }}</strong>
<span class="market-intel-label">AI 受控整理</span>
<strong>{{ '已啟用' if ai_controlled_fetch_allowed|default(false) else '未啟用' }}</strong>
</div>
</div>
</section>