1008 Commits

Author SHA1 Message Date
GitHub Actions
901f54f1f9 Auto merge base into i18n 2025-06-14 04:00:41 +00:00
feige996
6996037cd4 Revert "chore: 更新 unocss 依赖至 66.2.0 版本"
This reverts commit c1200eabe875019b4ff2e1aff53dff49d0ef9bcf.
2025-06-14 12:00:17 +08:00
feige996
24fe18638e Merge branch 'base' into i18n 2025-06-14 11:26:02 +08:00
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
34ad020c53 Auto merge base into i18n 2025-06-14 02:46:13 +00:00
feige996
907c20d9d8 chore: 更新 @uni-helper 相关依赖版本 2025-06-14 10:45:08 +08:00
feige996
62d0d17181 Merge branch 'base' into i18n 2025-06-13 20:20:22 +08:00
feige996
fa18cfa406 chore: 更新版本号至2.12.1 2025-06-13 18:34:29 +08: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
cb3004292a Auto merge base into i18n 2025-06-13 09:01:20 +00:00
feige996
2fb1e6d71c chore: 更新版本号至2.12.0 2025-06-13 17:00:59 +08:00
GitHub Actions
ae65c03073 Auto merge base into i18n 2025-06-13 09:00:52 +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
2ffdb0870d Auto merge base into i18n 2025-06-13 08:47:39 +00:00
feige996
02b78976bd chore(依赖): 更新oxlint版本至1.1.0 2025-06-13 16:42:02 +08:00
GitHub Actions
60c7b3fc38 Auto merge base into i18n 2025-06-13 08:38:55 +00:00
feige996
2e03861c55 fix(配置): 更新文件嵌套模式,添加README.md和pages.config.ts的关联文件 2025-06-13 16:38:31 +08:00
GitHub Actions
56c7d4884b Auto merge base into i18n 2025-06-11 15:39:50 +00:00
feige996
860e2c5e07 chore: 更新版本号至2.11.1 2025-06-11 23:36:46 +08:00
GitHub Actions
c54241e22d Auto merge base into i18n 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
8f156b23d9 Auto merge base into i18n 2025-06-06 15:46:17 +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
28f3c64ced Auto merge base into i18n 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
12a00977ea Auto merge base into i18n 2025-06-06 14:42:49 +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
feige996
b8d05d760b refactor(about): 移除未使用的vue-query相关代码 2025-06-06 12:50:19 +08:00
feige996
3e51d7f81e fix: 文件格式化错乱,从base搬运过来 2025-06-06 12:48:57 +08:00
GitHub Actions
0843e69422 Auto merge base into i18n 2025-06-06 04:45:20 +00:00
feige996
6362129e34 fix(useUpload): 修复上传文件响应数据处理问题
移除对上传成功响应的JSON解析,直接使用原始数据
2025-06-06 12:44:59 +08:00
GitHub Actions
2cbc0a39bf Auto merge base into i18n 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
d0c0fe1fe1 Auto merge base into i18n 2025-06-05 14:56:50 +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
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