feat: backfill growth momo matches
All checks were successful
CD Pipeline / deploy (push) Successful in 1m9s
All checks were successful
CD Pipeline / deploy (push) Successful in 1m9s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user