From 1b9285769576d1454f568b68c36ebe1d967c8db8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Thu, 13 Oct 2022 11:30:22 +0800
Subject: [PATCH] =?UTF-8?q?=E9=99=84=E8=BF=91=E6=8A=A4=E7=90=86=E7=AB=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 5 +-
api/baseurl.js | 2 +-
main.js | 2 +
pages.json | 18 +-
pages/site/site.vue | 454 ++++++++++++++++++++++++++++++++++++++++++++
uni.scss | 1 +
6 files changed, 478 insertions(+), 4 deletions(-)
create mode 100644 pages/site/site.vue
diff --git a/App.vue b/App.vue
index 8c2b732..087b74d 100644
--- a/App.vue
+++ b/App.vue
@@ -1,4 +1,7 @@
-
+
+
diff --git a/uni.scss b/uni.scss
index a05adb4..a98bd1b 100644
--- a/uni.scss
+++ b/uni.scss
@@ -15,6 +15,7 @@
/* 颜色变量 */
/* 行为相关颜色 */
+@import 'uview-ui/theme.scss';
$uni-color-primary: #007aff;
$uni-color-success: #4cd964;
$uni-color-warning: #f0ad4e;