feat: login rest

This commit is contained in:
Blizzard
2026-02-12 09:26:39 +08:00
parent e97fd30fa3
commit 5553e2711a
115 changed files with 4090 additions and 3499 deletions
+13
View File
@@ -114,6 +114,10 @@
value="{{remark}}"
bindinput="onRemarkInput"
fixed="{{true}}"
adjust-position="{{false}}"
cursor-spacing="120"
show-confirm-bar="{{false}}"
disable-default-padding="{{true}}"
/>
</view>
@@ -126,4 +130,13 @@
</view>
</view>
</t-popup>
<!-- Sunshine Animation Layer -->
<view class="sunshine-layer" wx:if="{{showSunshine}}">
<view class="sunshine-pkg">
<view class="sun-halo"></view>
<text class="sun-core-emoji">☀️</text>
<text class="sun-add-text">+50 能量</text>
</view>
</view>
</view>