- backend: NestJS service with exercise/plan data - miniprogram: WeChat mini program client - exclude node_modules, dist, runtime data-store, local env
9 lines
326 B
Plaintext
9 lines
326 B
Plaintext
<view class="sh">
|
||
<view class="sh__main">
|
||
<view wx:if="{{eyebrow}}" class="eyebrow">{{eyebrow}}</view>
|
||
<view class="sh__title">{{title}}</view>
|
||
<view wx:if="{{subtitle}}" class="sh__sub">{{subtitle}}</view>
|
||
</view>
|
||
<view wx:if="{{action}}" class="sh__action" bindtap="onAction">{{action}} ›</view>
|
||
</view>
|