Refactor: UI & Feature updates (Calculator, UnitConverter, Privacy, Cleanup)

This commit is contained in:
2026-02-09 01:15:19 +08:00
parent fa1a8e083e
commit 2c5d5b7505
52 changed files with 1351 additions and 2702 deletions

View File

@@ -0,0 +1,17 @@
Page({
data: {
version: '1.0.0'
},
onShareAppMessage() {
return {
title: '道棋百宝箱 - 您的日常计算好帮手'
}
},
goToPrivacy() {
wx.navigateTo({
url: '/pages/privacy/privacy'
})
}
});