Optimize UI for unit converter and random draw, remove relative calculator page

This commit is contained in:
2026-02-04 19:56:35 +08:00
parent 8c677908d7
commit 32cdaf44cc
11 changed files with 352 additions and 410 deletions

View File

@@ -64,12 +64,6 @@ Component({
});
},
goToRelativeCalculator() {
wx.navigateTo({
url: '/pages/relative/relative'
});
},
goToRandomDraw() {
wx.navigateTo({
url: '/pages/random-draw/random-draw'

View File

@@ -43,17 +43,6 @@
</view>
</view>
<!-- 亲戚称呼 -->
<view class="grid-item" bindtap="goToRelativeCalculator" hover-class="grid-item-hover">
<view class="icon-box bg-gradient-orange">
<text class="icon">👋</text>
</view>
<view class="text-box">
<text class="label">亲戚称呼</text>
<text class="sub-label">拜年神器</text>
</view>
</view>
<!-- 谁去拿外卖 -->
<view class="grid-item" bindtap="goToRandomDraw" hover-class="grid-item-hover">
<view class="icon-box bg-gradient-purple">