From c9734741656ce605d3ddc0148c404952cfe236c6 Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Fri, 21 Feb 2025 18:25:29 +0800 Subject: [PATCH] add style for tid1867 --- package.json | 1 + src/pages.json | 5 +- src/subpackage/community/components/tab_bar.vue | 2 +- src/subpackage/community/pages/index.vue | 17 +- .../community/pages/modules/tab_pages/three.vue | 187 +++++++++++++++++++++ vue.config.js | 2 +- yarn.lock | 5 + 7 files changed, 211 insertions(+), 8 deletions(-) create mode 100644 src/subpackage/community/pages/modules/tab_pages/three.vue diff --git a/package.json b/package.json index f172bc3..7c6b818 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "@dcloudio/uni-quickapp-webview": "2.0.1-36520221121002", "@dcloudio/uni-stacktracey": "2.0.1-36520221121002", "@dcloudio/uni-stat": "2.0.1-36520221121002", + "@dcloudio/uni-ui": "^1.5.7", "@vue/shared": "^3.0.0", "core-js": "^3.6.5", "flyio": "^0.6.2", diff --git a/src/pages.json b/src/pages.json index ae7c01e..7a82110 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,8 +1,9 @@ { "easycom": { "autoscan": true, - "custom": { - "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue" + "custom": { // yarn add @dcloudio/uni-ui @climblee/uv-ui + "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue", + "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages diff --git a/src/subpackage/community/components/tab_bar.vue b/src/subpackage/community/components/tab_bar.vue index 4f913c5..d67216b 100644 --- a/src/subpackage/community/components/tab_bar.vue +++ b/src/subpackage/community/components/tab_bar.vue @@ -1,6 +1,6 @@