first commit

This commit is contained in:
2025-02-20 14:58:55 +08:00
parent 687bda5ead
commit d7be84fac6
1158 changed files with 127232 additions and 0 deletions
@@ -0,0 +1,10 @@
<#if Validates.isEqual(text, "BLOCK")>
<div class="z-float-left z-px16 z-mg-l30" style="line-height:50px;">
今日定稿目标数:<span class="z-color-blue z-bold z-px20">${goalNum}单</span>,已完成定稿数:<span class="z-color-green z-bold z-bold z-px20">${comNum}单</span>
</div>
</#if>
<#if Validates.isEqual(text, "HIDDEN")>
<div class="z-float-left z-px16 z-mg-l30" style="line-height:50px;">
<span class="z-color-red z-bold z-px18">今日未设置定稿目标数</span>
</div>
</#if>