GitHub Actions
|
a0d1af5157
|
Auto merge base into i18n
|
2025-06-04 14:44:02 +00:00 |
|
feige996
|
aca9b3337d
|
Revert "chore: 都不生效"
This reverts commit c820ebf2d01036567ca1d2ace1f2cfac639c7cd3.
|
2025-06-04 22:42:51 +08:00 |
|
feige996
|
c820ebf2d0
|
chore: 都不生效
|
2025-06-04 22:42:43 +08:00 |
|
feige996
|
48d05961d3
|
Merge branch 'base' into i18n
|
2025-06-04 17:54:56 +08:00 |
|
feige996
|
c5cf8b4d66
|
Merge branch 'i18n' of https://gitee.com/feige996/unibest into i18n
|
2025-06-04 17:53:37 +08:00 |
|
feige996
|
6eccf0a294
|
feat: 添加 ES6 转 ES5 和压缩选项到配置
|
2025-06-04 17:40:49 +08:00 |
|
菲鸽
|
b8c6beabb5
|
Merge pull request #129 from icjs-cc/base
feat: 添加登录页面URL配置及页面权限控制
|
2025-06-04 15:20:15 +08:00 |
|
陈剑术
|
7e81d97742
|
feat: 优化页面权限控制逻辑
- 添加isLogined函数以简化登录状态检查
- 更新usePageAuth函数,使用isLogined来判断用户是否已登录
|
2025-06-04 12:45:33 +08:00 |
|
陈剑术
|
dcae738e69
|
feat: 添加登录页面URL配置及页面权限控制
- 在.env文件中新增VITE_LOGIN_URL配置
- 在App.vue中引入并调用usePageAuth以实现页面权限控制
- 更新route.ts以使用环境变量中的登录页面URL
|
2025-06-04 12:25:13 +08:00 |
|
feige996
|
f23d8128f9
|
test: 测试 lint-staged
|
2025-06-04 09:03:13 +08:00 |
|
feige996
|
0b4147a15e
|
style: 更新lint-staged配置以支持Vue文件
|
2025-06-04 09:02:49 +08:00 |
|
feige996
|
13c166139d
|
Revert "style: 移除无用样式并修复样式检查警告"
This reverts commit a5a359528a4f2183bd3110dc288c140485345bbe.
|
2025-06-04 09:00:34 +08:00 |
|
GitHub Actions
|
f1262cc4d0
|
Auto merge base into i18n
|
2025-06-03 12:04:12 +00:00 |
|
feige996
|
0f9431cf1e
|
chore(husky): 在pre-commit钩子中添加--allow-empty参数
允许在git commit时即使没有变更也能执行lint-staged
|
2025-06-03 20:03:45 +08:00 |
|
feige996
|
160d71b1fb
|
feat(about): 添加请求页面组件及功能实现
添加请求页面的完整组件实现,包括模板、脚本和路由配置。主要功能包括:
- 显示推荐链接
- 实现请求数据功能
- 添加重置数据按钮
- 支持不同平台的显示差异
- 配置页面标题和布局
|
2025-06-03 20:03:28 +08:00 |
|
feige996
|
15952919a4
|
refactor(about): 在request组件中引入useRequest和ref
重构about页面的request组件,添加了useRequest hook和vue的ref引用,为后续功能扩展做准备
|
2025-06-03 19:55:29 +08:00 |
|
feige996
|
1f1c10937d
|
Merge branch 'base' into i18n
|
2025-06-03 19:52:08 +08:00 |
|
feige996
|
6bc115cd36
|
chore: 在prepare脚本中添加git初始化步骤
在prepare脚本中增加git init命令,确保husky安装前git仓库已初始化
|
2025-06-03 19:51:28 +08:00 |
|
feige996
|
ad522ee570
|
chore: 更新版本号至2.11.0
这是一个简单的版本号更新提交,属于杂项任务(chore),没有涉及功能修改或修复,因此不需要详细说明原因。根据提交消息指南,我们保持了简洁的描述,使用小写字母开头且没有句号。
v2.11.0
|
2025-06-03 19:50:11 +08:00 |
|
feige996
|
fd14ff2624
|
Merge branch 'base' into i18n
|
2025-06-03 19:47:57 +08: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
|
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 |
|
feige996
|
91ee84cd49
|
style(页面配置): 更新页面路由配置和注释代码
- 在分包页面中添加 navigationStyle 配置
- 注释掉 about 页面中未使用的分包跳转按钮代码
```
这个提交消息:
1. 使用了 `style` 类型,因为修改主要是样式配置和代码注释
2. 添加了 `页面配置` 作为可选范围
3. 描述简洁说明了两个主要修改点
4. 符合中文提交规范,使用简体中文且简明扼要
5. 没有使用句号结尾
6. 保持在50个字符以内
|
2025-06-03 17:46:29 +08:00 |
|
GitHub Actions
|
698df55123
|
Auto merge base into i18n
|
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
|
1acec8074e
|
Auto merge base into i18n
|
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
|
9088441b6e
|
Auto merge base into i18n
|
2025-06-03 04:55:35 +00:00 |
|
feige996
|
de55a88d0e
|
docs: 更新注释中关于spa模板的推荐说明
将注释中的建议从"请使用"改为更推荐的"推荐使用",使表述更加友好
|
2025-06-03 12:45:13 +08:00 |
|
GitHub Actions
|
ce1e6ff8e7
|
Auto merge base into i18n
|
2025-06-03 04:40:03 +00:00 |
|
feige996
|
a5121bfef6
|
feat(utils): 添加 tabBarList 导出以获取 tabbar 列表
添加 tabBarList 导出项,方便其他模块直接获取 tabbar 配置列表
|
2025-06-03 12:39:32 +08:00 |
|
GitHub Actions
|
0cc918fcd6
|
Auto merge base into i18n
|
2025-06-03 02:20:33 +00:00 |
|
feige996
|
f4fa5127d7
|
chore: 更新版本号至2.10.3
|
2025-06-03 10:20:12 +08:00 |
|
feige996
|
4c72850fad
|
chore: 更新版本号至2.10.3
|
2025-06-03 10:18:46 +08:00 |
|
feige996
|
a750ea8839
|
Merge branch 'base' into i18n
|
2025-06-03 10:18:04 +08:00 |
|
feige996
|
834e2b4ce5
|
Reapply "chore: 将 unocss 依赖版本降级至 65.4.2"
This reverts commit ef81357272462beb6f4e2a91dd9160c84edbbafc.
|
2025-06-03 10:13:52 +08:00 |
|
GitHub Actions
|
32a3570cd1
|
Auto merge base into i18n
|
2025-06-03 01:28:55 +00:00 |
|
feige996
|
ef81357272
|
Revert "chore: 将 unocss 依赖版本降级至 65.4.2"
This reverts commit 99ca3d430a6f00dea82dc550bf9b537505919220.
|
2025-06-03 09:28:38 +08: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
|
4275806284
|
Auto merge base into i18n
|
2025-05-30 03:17:55 +00:00 |
|
laifeipeng
|
b5a74cf371
|
chore: 更新 .npmrc 中的注册表配置
|
2025-05-30 11:17:29 +08:00 |
|
GitHub Actions
|
0a5a3e90e8
|
Auto merge base into i18n
|
2025-05-28 08:18:02 +00:00 |
|
feige996
|
7e108dc5db
|
chore: 更新版本号至2.10.2
|
2025-05-28 16:17:42 +08:00 |
|
GitHub Actions
|
65bef1c363
|
Auto merge base into i18n
|
2025-05-28 07:21:16 +00:00 |
|
feige996
|
9f832d6bb8
|
chore: 在 package.json 中添加 update-time 字段
添加 update-time 字段以记录项目最后更新时间,便于维护和版本追踪
|
2025-05-28 15:18:12 +08:00 |
|