修改页面
CI / Server (Go) (push) Has been cancelled
CI / Web (Next.js) (push) Has been cancelled
CI / Mobile (React Native) (push) Has been cancelled
CI / Admin (React) (push) Has been cancelled
CI / Docker Build (push) Has been cancelled

This commit is contained in:
zeronline
2026-06-25 16:33:32 +08:00
parent c5cccd346b
commit 545329ac40
63 changed files with 2560 additions and 161 deletions
@@ -0,0 +1,11 @@
<view class="card {{status}}" data-id="{{item.id}}" bindtap="onTap">
<view class="card-icon">{{item.icon || '📋'}}</view>
<view class="card-body">
<text class="card-name">{{item.name}}</text>
<text class="card-meta">{{categoryLabel}} · {{cycleLabel}}</text>
<text wx:if="{{done}}" class="done-badge">✓ 已打卡</text>
</view>
<view class="card-streak" wx:if="{{streak !== undefined}}">
<text>🔥 {{streak}}天</text>
</view>
</view>