feat: backfill growth momo matches
All checks were successful
CD Pipeline / deploy (push) Successful in 1m9s

This commit is contained in:
OoO
2026-06-18 16:02:02 +08:00
parent 6d6f3b473f
commit 9ca8d4e43c
9 changed files with 421 additions and 4 deletions

View File

@@ -68,7 +68,7 @@
<div class="growth-task-list">
{% for task in growth.priority_tasks | default([]) %}
{% if task.action == 'backfill' %}
<button class="growth-task is-{{ task.tone | default('neutral') }}" type="button" data-pchome-backfill-trigger data-preserve-label="true" data-limit="80">
<button class="growth-task is-{{ task.tone | default('neutral') }}" type="button" data-pchome-growth-backfill-trigger data-limit="16">
<span class="momo-mono">{{ '%02d'|format(task.rank) }}</span>
<strong>{{ task.title }}</strong>
<em>{{ task.metric }}</em>
@@ -98,6 +98,9 @@
{% endif %}
{% endfor %}
</div>
<div class="growth-backfill-status momo-mono" data-pchome-growth-backfill-status>
按下後會優先補高業績商品的 MOMO 對應
</div>
</div>
<div class="growth-strategy-panel">