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'