From 898aa41fd2717d417bba402dc03af977e4771f28 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Fri, 17 Apr 2026 15:07:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=88=A0=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84uview-plus=20SCSS=E5=AF=BC=E5=85=A5,=E7=AE=80?= =?UTF-8?q?=E5=8C=96vite=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/uni.scss b/uni.scss index a359d53..0b7039d 100644 --- a/uni.scss +++ b/uni.scss @@ -13,6 +13,7 @@ */ /* 颜色变量 */ +@import 'uview-plus/theme.scss'; /* 行为相关颜色 */ $uni-color-primary: #007aff; $uni-color-success: #4cd964;