From ba06dec1e4e261a8da886e0fff845d00091256ce Mon Sep 17 00:00:00 2001 From: xsl Date: Thu, 12 Mar 2026 19:36:52 +0800 Subject: [PATCH] save code --- .hbuilderx/launch.json | 4 + pages/index/index.uvue | 232 ++++++++++++++++++++++++++++++++++------- 2 files changed, 199 insertions(+), 37 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 7f8426d..8764402 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -9,6 +9,10 @@ "customPlaygroundType" : "local", "playground" : "custom", "type" : "uni-app:app-ios" + }, + { + "playground" : "custom", + "type" : "uni-app:app-android" } ] } diff --git a/pages/index/index.uvue b/pages/index/index.uvue index ddc62f1..b6bfe91 100644 --- a/pages/index/index.uvue +++ b/pages/index/index.uvue @@ -1,41 +1,199 @@ - - - - - \ No newline at end of file