1002 Commits

Author SHA1 Message Date
feige996
c1200eabe8 chore: 更新 unocss 依赖至 66.2.0 版本 2025-06-14 10:55:57 +08:00
feige996
0864bc9e3f chore: 降级依赖版本至vue@3.4.21和vite@5.2.8
更新package.json和pnpm-lock.yaml文件,将vue从3.5.15降级至3.4.21,vite从6.3.5降级至5.2.8版本
2025-06-14 10:54:05 +08:00
GitHub Actions
26d49ac5bc Auto merge base into tabbar 2025-06-14 02:46:12 +00:00
feige996
907c20d9d8 chore: 更新 @uni-helper 相关依赖版本 2025-06-14 10:45:08 +08:00
GitHub Actions
25fb9705cc Auto merge base into tabbar 2025-06-13 10:34:52 +00:00
feige996
fa18cfa406 chore: 更新版本号至2.12.1 2025-06-13 18:34:29 +08:00
GitHub Actions
4efb14cbff Auto merge base into tabbar 2025-06-13 10:33:46 +00:00
feige996
af1e9d727f refactor(index.vue): 修复ts报错 2025-06-13 18:33:25 +08:00
feige996
a79e59cdf3 chore: 更新 lint 配置和忽略文件
- 添加 .eslintignore 文件并配置忽略规则
- 更新 .oxlintrc.json 的 ignorePatterns 配置
- 简化 package.json 中的 lint 命令
- 调整 .vscode/settings.json 的文件关联
2025-06-13 18:28:58 +08:00
feige996
24622137c8 chore(oxlint): 添加忽略模式到oxlint配置 2025-06-13 17:56:51 +08:00
feige996
fc7d30c510 chore: 更新 oxlint 配置并添加自动修复命令
扩展 oxlint 配置,添加更多文件类型支持并引入插件
添加 lint:oxlint-fix 命令以支持自动修复
2025-06-13 17:52:04 +08:00
feige996
305ac6dccd ci: 添加oxlint配置并更新prettier规则
添加.oxlintrc.json配置文件以启用oxlint检查,并更新.prettierrc.cjs以支持jsonc文件格式。同时在useUpload.ts中恢复accept参数的默认值。
2025-06-13 17:28:51 +08:00
GitHub Actions
0723fb178b Auto merge base into tabbar 2025-06-13 09:01:21 +00:00
feige996
2fb1e6d71c chore: 更新版本号至2.12.0 2025-06-13 17:00:59 +08:00
GitHub Actions
6866c17184 Auto merge base into tabbar 2025-06-13 09:00:53 +00:00
feige996
3893aff68f chore: 更新oxlint配置及依赖版本
- 添加oxlint到VSCode设置
- 在useUpload.ts中移除未使用的import和注释掉accept参数
- 在utils/index.ts中简化getAllPages函数
- 更新package.json中的oxlint版本和lint配置
- 更新pnpm-lock.yaml中的oxlint相关依赖
2025-06-13 17:00:31 +08:00
GitHub Actions
1558430435 Auto merge base into tabbar 2025-06-13 08:47:40 +00:00
feige996
02b78976bd chore(依赖): 更新oxlint版本至1.1.0 2025-06-13 16:42:02 +08:00
GitHub Actions
6da7d46913 Auto merge base into tabbar 2025-06-13 08:38:56 +00:00
feige996
2e03861c55 fix(配置): 更新文件嵌套模式,添加README.md和pages.config.ts的关联文件 2025-06-13 16:38:31 +08:00
GitHub Actions
5f97a3ff8a Auto merge base into tabbar 2025-06-11 15:39:50 +00:00
feige996
860e2c5e07 chore: 更新版本号至2.11.1 2025-06-11 23:36:46 +08:00
GitHub Actions
12b9384df6 Auto merge base into tabbar 2025-06-10 09:14:21 +00:00
feige996
a82f5d4624 docs(unocss): 添加注释说明并配置presetUni的attributify选项
添加关于@uni-helper/unocss-preset-uni的npm链接注释
配置presetUni的attributify选项,设置prefixedOnly为true
2025-06-09 17:19:30 +08:00
GitHub Actions
1f3749d08d Auto merge base into tabbar 2025-06-06 15:46:16 +00:00
feige996
218d618e0e fix(上传): 修复头像上传成功回调处理逻辑
修改上传成功回调的参数类型为对象,并正确处理响应数据
统一处理H5和微信端的头像上传成功日志
2025-06-06 23:45:39 +08:00
feige996
4bed7f2d13 fix: 修复上传组件图片显示和数据处理问题
修正上传组件中图片显示路径错误的问题,并正确处理上传接口返回的JSON数据
2025-06-06 23:37:44 +08:00
GitHub Actions
2c566253f3 Auto merge base into tabbar 2025-06-06 14:59:38 +00:00
feige996
a18880675b refactor(用户信息): 使用storeToRefs解构userInfo并添加调试日志
重构用户信息相关代码,使用storeToRefs解构userInfo以简化模板中的访问
在setUserAvatar方法中添加调试日志以便跟踪头像设置过程
2025-06-06 22:54:53 +08:00
GitHub Actions
28fad4a480 Auto merge base into tabbar 2025-06-06 14:42:50 +00:00
feige996
008a1cc58a fix(upload): 更新头像上传逻辑,使用环境变量作为上传地址,增强成功回调处理 2025-06-06 22:38:57 +08:00
feige996
b5a71b7788 fix(useUpload): 优化文件选择逻辑,支持H5和小程序环境,增强错误处理 2025-06-06 22:31:10 +08:00
feige996
4e7dd994b4 fix(index.vue): 修改toast提示方法,统一使用toast.show 2025-06-06 21:59:06 +08:00
GitHub Actions
8233556683 Auto merge base into tabbar 2025-06-06 04:45:21 +00:00
feige996
6362129e34 fix(useUpload): 修复上传文件响应数据处理问题
移除对上传成功响应的JSON解析,直接使用原始数据
2025-06-06 12:44:59 +08:00
GitHub Actions
8464a040ab Auto merge base into tabbar 2025-06-06 04:41:25 +00:00
feige996
c99a11a9fa fix(useUpload): 条件编译不配对 2025-06-06 12:41:06 +08:00
feige996
41bd05fd0f fix(manifest): 更新微信小程序配置,启用es6和代码压缩 2025-06-06 12:37:11 +08:00
GitHub Actions
0d42825314 Auto merge base into tabbar 2025-06-05 14:56:49 +00:00
feige996
e5db0193a3 Merge remote-tracking branch 'gitee/base' into base 2025-06-05 22:56:21 +08:00
菲鸽
2b0d381af4
!15 feat(hook): 上传文件
Merge pull request !15 from 爱吃蒜薹的小白/laowu-pr
2025-06-05 14:54:29 +00:00
GitHub Actions
8a434fa761 Auto merge base into tabbar 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
GitHub Actions
b286d07623 Auto merge base into tabbar 2025-06-04 09:41:11 +00:00
feige996
6eccf0a294 feat: 添加 ES6 转 ES5 和压缩选项到配置 2025-06-04 17:40:49 +08:00
吴宇杰
da5a2b1afe feat(hook): 上传文件 2025-06-04 16:21:35 +08:00
GitHub Actions
9dcea8189e Auto merge base into tabbar 2025-06-04 07:20:27 +00: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