h_mo
642ee9e637
feat: add unocss configuration for styling
...
- Introduced a new unocss.config.ts file to define styling configurations.
- Configured presets for Weapp and Icons, including custom transform rules.
- Set up theme colors and font sizes for consistent styling across the application.
- Added transformers for attributify and class handling.
2025-04-02 23:34:35 +08:00
h_mo
dce5d85f65
chore: 升级依赖并重构项目配置
...
- 更新多个依赖到最新版本,包括 uni-app、alova、pinia、tailwindcss 等
- 移除 postcss.config.ts 配置文件
- 调整 vite 配置和 tailwindcss 引入方式
- 更新 App.vue 和 main.ts 中的样式引入
- 优化 stores 中的 defineStore 使用方式
- 新增 src/styles/main.css 文件
2025-03-12 15:47:23 +08:00
h_cg
6c6c3e71c5
build(dependencies): 更新依赖版本并调整样式语言
...
- 更新 @dcloudio/uni-* 包版本至 3.0.0-alpha-4030220241101001
- 移除 @rollup/plugin-node-resolve 依赖- 将 App.vue 中的样式语言从 scss 改为 css
2024-11-09 16:49:09 +08:00
h_cg
bfcabd0262
style: 格式化代码
2024-10-11 17:27:31 +08:00
h_cg
6a7f21cafd
chore: 更新依赖项和构建插件配置版本
2024-10-09 15:04:28 +08:00
h_mo
a0b559f7d2
fix(build): 修复pnpm构建出错的问题
2024-09-07 23:52:28 +08:00
h_mo
79240a29f8
refactor(build): 简化代理配置并更新HTTP错误处理重构代理配置,提取到proxy.ts中以简化vite.config.ts中的代码。同时,修改了faultTolerance.ts中的HTTP错误处理,使用具体的ResultEnum替代类型导入,以提高代码的准确性和可读性。
2024-08-20 15:39:19 +08:00
h_mo
5a705f9a44
refactor(http): 升级alova到v3, 优化状态码和逻辑错误处理
2024-08-20 14:30:40 +08:00
h_mo
09e4093aca
refactor: tailwindcss 替换 unocss
2024-08-19 17:52:52 +08:00