319 Commits

Author SHA1 Message Date
h_mo
6dca8501ac chore: remove tailwind configuration file
- Deleted the tailwind.config.js file as part of project restructuring.
- This change simplifies the configuration management for styling.
2025-04-03 16:25:20 +08:00
h_mo
3a4a200c3b
!27 ci: 添加版本控制配置文件- 新增 .versionrc.cjs 文件,用于配置版本控制规则- 定义了常见的提交类型,包括新功能、Bug …
Merge pull request !27 from h_mo/dev
2025-04-02 15:47:51 +00:00
h_mo
eeb6cdcd6e ci: 添加版本控制配置文件- 新增 .versionrc.cjs 文件,用于配置版本控制规则- 定义了常见的提交类型,包括新功能、Bug 修复、文档、风格、重构和性能优化
- 每种类型都包含了对应的中文描述,便于团队成员理解和使用
2025-04-02 23:45:35 +08:00
h_mo
0996b95488 chore(release): 2.1.0 2025-04-02 23:44:52 +08:00
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
a00d3a3c2d build(deps): 更新依赖版本 2025-04-02 20:43:42 +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_mo
4aa9201989 build(deps): 更新项目依赖版本
- 更新 @alova/adapter-uniapp 从 2.0.9 到 2.0.11
- 更新 @alova/mock 从 2.0.9 到 2.0.11
- 更新 @alova/shared 从 1.1.0 到 1.1.2
- 更新 uni-app 相关依赖到 3.0.0-alpha-4040220241217001 版本
- 更新 alova 从3.2.2 到3.2.7
- 更新 pinia 从 2.2.6 到 2.3.0
- 更新 vue 从 3.5.12到 3.5.13
- 更新 @antfu/eslint-config 从 3.8.0 到 3.12.0
- 更新 @egoist/tailwindcss-icons 从1.8.1 到1.8.2
- 更新 @iconify/json 从 2.2.270 到 2.2.287
- 更新 @rollup/plugin-node-resolve 从 15.3.0 到 16.0.0
- 更新 @types/node 从 20.17.6 到 22.10.2
- 更新 @vitejs/plugin-vue 从 5.1.4 到 5.2.1
- 更新 eslint 从 9.14.0 到9.17.0
- 更新 eslint-plugin-format 从 0.1.2 到 0.1.3
- 更新 globals 从 15.12.0 到 15.14.0
- 更新 lint-staged 从 15.2.10 到 15.2.11
- 更新 postcss 从 8.4.47 到 8.4.49
- 更新 sass 从 1.80.6 到 1.83.0
- 更新 tailwindcss 从 3.4.14 到 3.4.17
- 更新 unplugin-auto-import 从 0.18.3 到 0.19.0
- 更新 vite 从 5.4.10 到 6.0.5
- 更新 vite-plugin-restart 从 0.4.1 到 0.4.2
- 更新 typescript 从5.6.3 到5.7.2
2024-12-23 10:27:10 +08:00
h_mo
e24f20843f
!26 更新依赖
Merge pull request !26 from h_mo/dev
2024-11-09 08:56:52 +00: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
8cd6ff628e chore: 更新依赖项 2024-10-12 16:39:01 +08:00
h_cg
8681af8d7e Merge remote-tracking branch 'origin/dev' into dev 2024-10-12 10:07:37 +08:00
h_cg
36d036e086 style: 格式化代码 2024-10-12 01:40:49 +00:00
h_cg
6585c1bdbe test: ios运行测试成功 2024-10-12 01:40:49 +00:00
h_cg
d10833f861 chore: 添加app图标 2024-10-12 01:40:49 +00:00
h_cg
54bba4af00 chore: 更新依赖项和构建插件配置版本 2024-10-12 01:40:49 +00:00
h_cg
bfcabd0262 style: 格式化代码 2024-10-11 17:27:31 +08:00
h_cg
3fb5b3de0a test: ios运行测试成功 2024-10-11 16:54:06 +08:00
h_cg
7345545440 chore: 添加app图标 2024-10-11 16:49:04 +08:00
h_cg
6a7f21cafd chore: 更新依赖项和构建插件配置版本 2024-10-09 15:04:28 +08:00
h_mo
f84589b97d
!25 fix(build): 修复pnpm构建出错的问题
Merge pull request !25 from h_mo/dev
2024-09-07 15:55:32 +00:00
h_mo
a0b559f7d2 fix(build): 修复pnpm构建出错的问题 2024-09-07 23:52:28 +08:00
h_mo
8255dd72b2 chore(deps): 更新依赖版本 2024-09-07 23:40:50 +08:00
h_cg
5680763b65 chore(deps): 依赖更新 2024-09-07 17:25:06 +08:00
h_mo
2f7ade24c4 chore(deps): 更新依赖版本 2024-09-02 23:47:58 +08:00
h_mo
6e7a929d18 chore(release): 2.0.1 v2.0.1 2024-08-30 17:48:18 +08:00
h_mo
e09fc77e38
!24 chore(tailwind): update tailwind.config.js
Merge pull request !24 from h_mo/dev
2024-08-30 09:33:31 +00:00
h_mo
5c71382eaf chore(tailwind): update tailwind.config.js 2024-08-30 17:31:26 +08:00
h_mo
fcd9e83732
!23 fix(Iconify): 修复在父组件使用 Iconify 组件时,tailwindcss 的 class无效的问题
Merge pull request !23 from h_mo/dev
2024-08-28 15:12:38 +00:00
h_mo
b9f433a9e5 fix(Iconify): 修复在父组件使用 Iconify 组件时,tailwindcss 的 class无效的问题 2024-08-28 23:10:33 +08:00
h_mo
b3a0ea73af fix(http): 修复 http 配置错误 2024-08-28 22:53:26 +08:00
h_mo
63a4d2ea87 docs(readme): 更新 2024-08-23 17:28:13 +08:00
h_mo
a7a7c6e2da docs(readme): 更新 2024-08-23 17:25:46 +08:00
h_mo
88b669fb6f chore(deps): 升级多个依赖 2024-08-23 17:20:41 +08:00
h_mo
20c40d2ec9 docs(readme): 删除冗余的评论标记 2024-08-23 15:04:04 +08:00
h_mo
c0d7e9bb65
!22 发布v2.0.0
Merge pull request !22 from h_mo/dev
2024-08-20 09:02:50 +00:00
h_mo
b43c7feb4d chore(release): 2.0.0 2024-08-20 16:55:59 +08:00
h_mo
cf2caddefb feat(release): 添加版本发布脚本和更新类型定义
- 新增`.versionrc`文件,定义版本发布时的类型和部分。- 在`package.json`中添加版本发布脚本,支持不同类型版本的发布工作流。
- 更新postinstall脚本,可能包含版本发布脚本的引用。
2024-08-20 16:52:45 +08:00
h_mo
d734c0409f docs(readme): 更新徽标和环境配置说明
- 更改pnpm版本徽标并添加tailwindcss徽标。
- 移除Unocss徽标和提及。- 修正特性列表中的技术栈信息和路由拦截器引用。
- 添加.env文件夹说明,修改目录结构描述以反映更改。
- 更新依赖安装指南,建议使用pnpm安装失败时尝试npm或yarn。
2024-08-20 15:52:38 +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
26a8bfba42 refactor(iconify): 更新图标组件并调整样式
- 重构Iconify组件,移除点击事件处理和冗余的数字检查函数。- 添加组件文档注释,说明如何使用和可用图标库。
- 更改模板中使用的图标类名前缀以适应新组件。
- 在尾风CSS配置中引入新图标集合,并调整插件顺序。- 更新示例页面上的图标,统一使用'i-mdi-account-box'进行测试。
- 在package.json中调整mp-weixin的开发命令,移除与devtools相关的部分。- 从'tailwind.config.js'中移除预制和容器核心插件的MP适配代码。BREAKING CHANGE: 图标类名前缀已更改,这可能会影响使用自定义样式或依赖特定类名的图标组件的现有代码。请确保更新图标引用以反映这些更改。
2024-08-20 11:30:04 +08:00
h_mo
09e4093aca refactor: tailwindcss 替换 unocss 2024-08-19 17:52:52 +08:00
h_mo
0ceb22cca9 chore(deps): 更新依赖版本,提升安全性和稳定性 2024-08-19 14:53:11 +08:00
h_mo
626781e26a chore(deps): 依赖更新和registry更改
- 更新多项依赖以保持最新,包括`@dcloudio/uni-app`和其他相关库至最新alpha版本,以及`alova`和`vue`等。
- 将npm registry更改为https://registry.npmmirror.com,以改善国内访问速度和可靠性。
- `package.json`中具体版本号的变动反映在`dependencies`和`devDependencies`部分,确保使用最新稳定版本。- .npmrc文件中registry的更改将影响所有npm安装操作,提供一个更快的国内镜像源。
2024-08-19 14:44:34 +08:00
h_mo
b84074d5a4 chore(deps): 更新依赖版本,提升安全性和稳定性 2024-07-28 23:31:34 +08:00
h_mo
c1e80faef2
!21 feat(vite-config): 添加页面配置文件至重启监听列表
Merge pull request !21 from h_mo/dev
2024-06-27 09:25:44 +00:00
h_mo
1e7a1cc371 feat(vite-config): 添加页面配置文件至重启监听列表
将 src/pages.json 文件添加到 ViteRestart 插件的重启监听列表中,确保
页面配置文件变更时能够触发服务重启,以使更改生效。
2024-06-27 17:18:56 +08:00
h_mo
cd2da6a4bf
docs: update README.md.
Signed-off-by: h_mo <596417202@qq.com>
2024-06-26 10:56:52 +00:00
h_mo
adca46165a Merge branch 'refs/heads/dev' 2024-06-26 18:54:10 +08:00