This commit is contained in:
2026-04-22 18:54:52 +08:00
commit bc8986e3b2
49 changed files with 20987 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<view class="entry-card panel">
<view class="entry-card__head">
<view class="entry-card__copy">
<text class="entry-card__title">{{title}}</text>
<text class="entry-card__description">{{description}}</text>
</view>
<t-tag wx:if="{{badge}}" theme="primary" variant="light">{{badge}}</t-tag>
</view>
<view class="entry-card__footer">
<slot></slot>
<app-button text="{{actionText}}" variant="outline" bind:tap="handleAction"></app-button>
</view>
</view>