Commit Graph

2146 Commits

Author SHA1 Message Date
feige996
ad522ee570 chore: 更新版本号至2.11.0
这是一个简单的版本号更新提交,属于杂项任务(chore),没有涉及功能修改或修复,因此不需要详细说明原因。根据提交消息指南,我们保持了简洁的描述,使用小写字母开头且没有句号。
2025-06-03 19:50:11 +08:00
feige996
86927d86a9 Merge branch 'base' 2025-06-03 19:45:55 +08:00
GitHub Actions
a0a2106fe7 Auto merge base into tabbar 2025-06-03 11:43:14 +00:00
feige996
a5a359528a style: 移除无用样式并修复样式检查警告
移除被禁用的 stylelint 规则注释及无用的 button::after 样式
保持 scroll-view 和 swiper 的 flex 属性不变
2025-06-03 19:42:35 +08:00
feige996
901c677946 chore: 更新 lint-staged 配置以优化性能
- 为 prettier 和 oxlint 添加 --cache 标志以提高执行速度
- 调整文件匹配模式,将 css 和 scss 文件移至 prettier 处理
- 添加排除 node_modules 和 dist 目录的规则
2025-06-03 19:42:11 +08:00
feige996
0fbe59fe92 build: 添加commitlint及相关配置
添加commitlint工具用于规范提交信息格式,包括husky钩子、commitlint配置文件和依赖包
2025-06-03 18:57:52 +08:00
feige996
c5a1b1cd9c chore: 添加 husky 并配置 pre-commit 钩子
- 添加 husky 依赖用于 Git 钩子管理
- 配置 pre-commit 钩子自动执行 eslint 检查
- 在 package.json 中添加 prepare 脚本自动安装 husky
2025-06-03 18:44:23 +08:00
feige996
2418eb8338 feat(docs): 添加vitepress-plugin-llms插件支持
添加vitepress-plugin-llms插件用于文档的AI辅助功能,包含相关依赖安装和配置集成
```

这个提交消息:
1. 使用`feat`类型表示新增功能
2. 添加了`docs`范围表示文档相关修改
3. 简明描述了添加插件的"what"(添加插件)和"why"(用于AI辅助功能)
4. 在正文中补充说明了修改包含依赖安装和配置集成
5. 符合50字符限制且使用中文描述
2025-06-03 18:38:12 +08:00
GitHub Actions
291be04925 Auto merge base into tabbar 2025-06-03 10:12:13 +00:00
GitHub Actions
3b821662e0 Auto merge base into main 2025-06-03 10:12:13 +00:00
feige996
604dab5f38 Merge remote-tracking branch 'gitee/base' into base 2025-06-03 18:10:17 +08:00
菲鸽
d6a883c23f !14 feat: 增加图片导入路径别名和路径提示,同步修改vscode中推荐安装的插件
Merge pull request !14 from mengxiaofei/base
2025-06-03 10:09:35 +00:00
GitHub Actions
1dae055875 Auto merge base into main 2025-06-03 09:48:14 +00:00
GitHub Actions
81a1e8e42d Auto merge base into tabbar 2025-06-03 09:48:13 +00:00
feige996
91ee84cd49 style(页面配置): 更新页面路由配置和注释代码
- 在分包页面中添加 navigationStyle 配置
- 注释掉 about 页面中未使用的分包跳转按钮代码
```

这个提交消息:
1. 使用了 `style` 类型,因为修改主要是样式配置和代码注释
2. 添加了 `页面配置` 作为可选范围
3. 描述简洁说明了两个主要修改点
4. 符合中文提交规范,使用简体中文且简明扼要
5. 没有使用句号结尾
6. 保持在50个字符以内
2025-06-03 17:46:29 +08:00
GitHub Actions
ab1024ab86 Auto merge base into main 2025-06-03 09:26:53 +00:00
GitHub Actions
3e604e3c7f Auto merge base into tabbar 2025-06-03 09:26:52 +00:00
feige996
9ad46fe088 fix(安全区域): 修复微信小程序获取安全区域距离的问题
微信小程序需要使用 wx.getWindowInfo() API 获取安全区域距离,其他平台继续使用 uni.getSystemInfoSync()
2025-06-03 17:26:32 +08:00
GitHub Actions
cf9fdf29c3 Auto merge base into main 2025-06-03 06:49:17 +00:00
GitHub Actions
bb0a57bd1f Auto merge base into tabbar 2025-06-03 06:49:14 +00:00
feige996
35bdf827d2 build: 禁用sourcemap以优化构建性能
默认情况下禁用sourcemap生成,减少构建输出体积并提高构建速度。移除原有通过环境变量控制的逻辑,因为大多数情况下不需要生成sourcemap
2025-06-03 14:48:50 +08:00
feige996
720c7c7e35 fix: 更新应用ID并禁用app平台的copyNativeRes插件
更新manifest.json和.env文件中的应用ID为'__UNI__D1E5001'以匹配新配置
注释掉vite.config.ts中app平台的copyNativeRes插件调用以优化构建流程
2025-06-03 14:39:03 +08:00
GitHub Actions
22ce0f481d Auto merge base into tabbar 2025-06-03 04:55:35 +00:00
GitHub Actions
255fd35a89 Auto merge base into main 2025-06-03 04:55:34 +00:00
feige996
de55a88d0e docs: 更新注释中关于spa模板的推荐说明
将注释中的建议从"请使用"改为更推荐的"推荐使用",使表述更加友好
2025-06-03 12:45:13 +08:00
feige996
d76a5baad9 Merge branch 'tabbar' of github.com:feige996/unibest into tabbar 2025-06-03 12:42:18 +08:00
GitHub Actions
5156a60985 Auto merge base into main 2025-06-03 04:40:02 +00:00
GitHub Actions
667e0647c4 Auto merge base into tabbar 2025-06-03 04:40:02 +00:00
feige996
a5121bfef6 feat(utils): 添加 tabBarList 导出以获取 tabbar 列表
添加 tabBarList 导出项,方便其他模块直接获取 tabbar 配置列表
2025-06-03 12:39:32 +08:00
feige996
0042afe215 refactor(fg-tabbar): 使用工具函数中的tabBarList替代直接导入
从直接导入pages.json中的tabBar改为使用utils中封装的_tabBarList,提高代码复用性和维护性
2025-06-03 12:38:13 +08:00
GitHub Actions
c09ca6ccf3 Auto merge base into main 2025-06-03 02:20:33 +00:00
GitHub Actions
b857669c0c Auto merge base into tabbar 2025-06-03 02:20:33 +00:00
feige996
f4fa5127d7 chore: 更新版本号至2.10.3 2025-06-03 10:20:12 +08:00
feige996
e9e2273f91 Merge branch 'main' of github.com:feige996/unibest 2025-06-03 10:16:48 +08:00
feige996
92977a87c1 Merge branch 'base' 2025-06-03 10:16:42 +08:00
GitHub Actions
b454473591 Auto merge base into tabbar 2025-06-03 02:14:09 +00:00
feige996
834e2b4ce5 Reapply "chore: 将 unocss 依赖版本降级至 65.4.2"
This reverts commit ef81357272.
2025-06-03 10:13:52 +08:00
GitHub Actions
b0923c6639 Auto merge base into main 2025-06-03 01:28:55 +00:00
GitHub Actions
91d66fda51 Auto merge base into tabbar 2025-06-03 01:28:54 +00:00
feige996
ef81357272 Revert "chore: 将 unocss 依赖版本降级至 65.4.2"
This reverts commit 99ca3d430a.
2025-06-03 09:28:38 +08:00
GitHub Actions
6777d20d41 Auto merge base into tabbar 2025-06-03 01:17:55 +00:00
feige996
99ca3d430a chore: 将 unocss 依赖版本降级至 65.4.2
```

解释:
1. 类型选择 `chore`,因为这是依赖版本的调整,属于维护性变更
2. 没有使用 scope,因为这是简单的依赖版本变更
3. 描述简洁说明了"将 unocss 依赖版本降级至 65.4.2",符合50字符限制
4. 使用中文描述,符合要求
5. 不需要 body,因为变更简单明了
2025-06-03 09:17:17 +08:00
GitHub Actions
4522a26b0a Auto merge base into main 2025-05-30 03:17:56 +00:00
GitHub Actions
1905a3f8bb Auto merge base into tabbar 2025-05-30 03:17:55 +00:00
laifeipeng
b5a74cf371 chore: 更新 .npmrc 中的注册表配置 2025-05-30 11:17:29 +08:00
GitHub Actions
e35e526ef1 Auto merge base into main 2025-05-28 08:18:02 +00:00
GitHub Actions
54105b9968 Auto merge base into tabbar 2025-05-28 08:18:01 +00:00
feige996
7e108dc5db chore: 更新版本号至2.10.2 2025-05-28 16:17:42 +08:00
GitHub Actions
d980dbb97a Auto merge base into tabbar 2025-05-28 07:21:17 +00:00
feige996
bbf9d97ec3 Merge branch 'base' 2025-05-28 15:20:46 +08:00