273 Commits

Author SHA1 Message Date
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
h_mo
51dc1e69db feat(readme): 更新 Vite 和 ESLint 版本号,调整测试通过平台说明 2024-06-26 18:53:33 +08:00
h_mo
c5edaf0da2
!20 增加 iconify 组件,可在 h5、小程序 任意使用全网图标
Merge pull request !20 from dodu/dev
2024-06-26 10:40:42 +00:00
tnt group
97487974c2 fix: 修复文件路径大小写手误告警 2024-06-26 18:25:56 +08:00
tnt group
f6b06d5a61 feat: 增加 iconify 组件,可任意使用全网图标 2024-06-26 18:07:58 +08:00
h_mo
ce1293e4a5
!19 合并 dev
Merge pull request !19 from h_mo/dev
2024-06-26 07:51:04 +00:00
h_mo
b26db07d1b fix: 修复 eslint 扁平化配置错误
将 lint-staged 配置中的 eslint 命令修改为 "eslint . --fix",以正确处理所有需要 lint 的文件。
之前的配置遗漏了对根目录下文件的处理,导致部分文件未被 lint。
2024-06-26 15:48:28 +08:00
h_mo
13388141d3
!18 修复没有正确配置 eslint 扁平化配置的问题
Merge pull request !18 from dodu/dev
2024-06-26 07:45:20 +00:00
tnt group
81d1b6c707 fix: 修复没有正确配置 eslint 扁平化配置的问题 2024-06-26 15:39:00 +08:00
h_mo
1a9d4b9181 chore(deps): 更新依赖版本,提升安全性和稳定性
更新了多个包的版本,包括 `@alova/mock`、`@dcloudio/uni-app` 系列、`vue`、`@types/node`、`sass`、`tsx` 和 `typescript`等。这次更新主要是为了引入最新的特性、修复已知的问题以及提高代码的稳定性和安全性。

具体变更如下:
- `@alova/mock` 从 `1.5.1` 更新到 `1.5.2`
- `@dcloudio/uni-app` 系列包更新至 `3.0.0-alpha-4020220240624001`
- `vue` 从 `3.4.29` 更新到 `3.4.30`
- `@types/node` 从 `20.14.2` 更新到 `20.14.8`
- `sass` 从 `1.77.5` 更新到 `1.77.6`
- `tsx` 从 `4.15.4` 更新到 `4.15.7`
- `typescript` 从 `
2024-06-25 08:54:45 +08:00
h_mo
2d9d216565
!17 引入 uni-vue-devtools 开发者工具
Merge pull request !17 from dodu/dev
2024-06-25 00:41:39 +00:00
tnt group
fd44193894 feat: 引入 uni-vue-devtools,并配置 dev:mp-weixin 自动启动 2024-06-25 01:28:30 +08:00
h_mo
bc5f93dba2
!16 合并 next
Merge pull request !16 from h_mo/next
2024-06-19 01:47:57 +00:00
h_mo
743a0219b3 refactor(components): remove unused BasicInput, Iconify, and Test componentsRemove the unused BasicInput, Iconify, and Test components to clean up the codebase. 2024-06-18 22:33:38 +08:00
h_mo
862ee17c88 feat: 完善部分代码 2024-06-17 23:56:24 +08:00
h_mo
bbbdaf7f1d Merge remote-tracking branch 'origin/next' into next 2024-06-15 16:46:05 +08:00
h_mo
9dd45b79eb wip: 完善部分示例 2024-06-15 16:45:56 +08:00
h_mo
2c4b5258b0 wip: 完善部分示例 2024-06-15 16:45:21 +08:00
h_mo
a772075200 perf: 使用组合式 store 2024-06-15 00:27:21 +08:00
h_mo
8cc0fc91f4 fix: 开发环境 h5 代理配置 2024-06-14 14:06:15 +08:00
h_mo
f997a9d6c1 fix: 导入 'uni-mini-router' 类型不正确问题 2024-06-14 11:30:19 +08:00
h_mo
0fea321256 style: eslint 格式化代码 2024-06-14 11:23:46 +08:00
h_mo
872babf2c2 wip: next 2024-06-14 01:06:46 +08:00
h_mo
7bc5b4ccba perf: 注释logout api 的调用 2024-02-25 13:46:21 +08:00
h_mo
cd96923d77 chore: 更新部分依赖 2024-02-25 13:44:55 +08:00
h_mo
776d99a69b chore: 更新依赖 2023-07-23 10:58:36 +08:00
h_mo
9a50a8a518 chore: v1.3.1 2023-07-02 15:01:17 +08:00
h_mo
eb285ef535 docs: update README.md 2023-07-02 15:00:40 +08:00
h_mo
00d3ac139d docs: update README.md 2023-07-02 14:58:18 +08:00
h_mo
cbdea39dad docs: update README.md 2023-07-02 14:32:05 +08:00
h_mo
04b6cb0635 pref: 删除暂时无用的Navbar组件 2023-07-02 13:23:14 +08:00
h_mo
4bd19e674b chore: 更新依赖 2023-07-02 13:15:36 +08:00
h_mo
023aedfde6
!15 fix: 修改 AppProvider 组件的文件名为 index.vue
Merge pull request !15 from 舜岳/index
2023-05-28 15:45:12 +00:00
shunyue1320
6cad0d4370 fix: 修改 AppProvider 组件的文件名为 index.vue 2023-05-28 16:41:18 +08:00
h_mo
fa112f88b9 chore: 更新依赖 2023-05-25 16:39:35 +08:00
h_mo
e0d997237d chore: 更新依赖 2023-05-20 21:49:08 +08:00
h_mo
26f1911ff2 feat: 新增[unplugin-auto-import] 自动导入 2023-05-20 18:43:22 +08:00
h_mo
ff4b1f9278 fix: 修复在小程序中获取当前平台使用 process.env['UNI_PLATFORM'] 无效问题 2023-05-20 17:47:22 +08:00
h_mo
4d542ecd59 chore: 更新依赖 2023-05-17 13:54:53 +08:00
h_mo
9fdd969213 chore: 更新依赖 2023-05-12 14:44:05 +08:00
h_mo
6e9b9b1f36
!14 修复跳转到登录页面传参错误
Merge pull request !14 from 舜岳/N/A
2023-05-09 11:24:06 +00:00
舜岳
b5f7e31b70
fix: 修复跳转到登录页面传参错误
Signed-off-by: 舜岳 <5680075+shunyue@user.noreply.gitee.com>
2023-05-09 08:24:52 +00:00
h_mo
ac0adea64a chore: v1.3.0 2023-05-08 22:27:14 +08:00
h_mo
0307f7fdca chore: 更新依赖 2023-05-08 22:26:36 +08:00
h_mo
095dfbbc6f style: remove console.log 2023-05-08 22:04:49 +08:00
h_mo
e131ad73be Merge remote-tracking branch 'origin/master' 2023-05-08 21:43:05 +08:00
h_mo
825db5362a feat: tabBar页面登录优化 2023-05-08 21:42:58 +08:00