fix: 提交 uni-scss 到 git,删除未使用的 uni_modules 插件
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Failing after 31s

- 修改 .gitignore: uni_modules/ → /uni_modules/,仅忽略根目录
- 保留 src/uni_modules/uni-scss(构建依赖的 SCSS 变量文件)
- 删除 46 个未使用的 uni-ui 插件

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
kk
2026-06-29 14:46:42 +08:00
parent f2a20a66cb
commit 9c966dde26
16 changed files with 733 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
## 1.0.32022-01-21
- 优化 组件示例
## 1.0.22021-11-22
- 修复 / 符号在 vue 不同版本兼容问题引起的报错问题
## 1.0.12021-11-22
- 修复 vue3中scss语法兼容问题
## 1.0.02021-11-18
- init