refactor: 删除多余的uview-plus SCSS导入,简化vite配置
Some checks failed
构建并部署前端到生产环境 / build-and-deploy (push) Failing after 20s

This commit is contained in:
sexygoat
2026-04-17 15:07:40 +08:00
parent 22538a8972
commit 898aa41fd2

View File

@@ -13,6 +13,7 @@
*/
/* 颜色变量 */
@import 'uview-plus/theme.scss';
/* 行为相关颜色 */
$uni-color-primary: #007aff;
$uni-color-success: #4cd964;