From a9f3692aa83c766a78207e07331e88f92f3c71ec Mon Sep 17 00:00:00 2001 From: claw_bot Date: Fri, 13 Mar 2026 07:43:16 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7UI=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=BAuview-plus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - config.vue: 替换原生picker为u-picker,统一toast为u-toast,按钮为u-button - detail.vue: 替换交易表单input为u-input,所有按钮为u-button,toast为u-toast - 清理已替换组件的CSS样式 - 添加todo.md记录后续升级计划 --- pages/config/config.vue | 135 +++++++++++++++----- pages/detail/detail.vue | 266 ++++++++++++++++++++++++++-------------- todo.md | 85 +++++++++++++ 3 files changed, 362 insertions(+), 124 deletions(-) create mode 100644 todo.md diff --git a/pages/config/config.vue b/pages/config/config.vue index 6522b62..787830f 100755 --- a/pages/config/config.vue +++ b/pages/config/config.vue @@ -1,5 +1,7 @@