Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-22 03:49:19 +08:00

762 Commits

Author SHA1 Message Date
pany
f528bde687 style: 完善 vxe-table 多主题样式 2024-03-21 17:06:37 +08:00
pany
56f933d0ca chore: update all dependencies 2024-03-21 15:37:09 +08:00
nevlf
6a6c39395c
chore: 升级 vxe-table 并适配主题切换 (#177)
Co-authored-by: pany <939630029@qq.com>
2024-03-21 15:28:43 +08:00
pany
2fa3fc05fb style: add pixel units 2024-03-21 10:35:00 +08:00
nevlf
c4526f72b1
feat: 主题切换动画 (#176)
Co-authored-by: pany <panyang@mafengwo.com>
2024-03-21 10:00:14 +08:00
ClariS
bf17c67fda
fix: debugger 语句在开发环境下不生效 (#170)
Co-authored-by: pany <939630029@qq.com>
2024-03-18 17:31:27 +08:00
Aaron-zon
893ad57f7c
refactor: 将项目中 json 法深拷贝换成 lodash-es 的 cloneDeep (#174) 2024-03-11 09:20:19 +08:00
pany
5a2836c825 docs: 优化权限相关文档 2024-03-08 21:12:48 +08:00
pany
a01e68d381 chore: fixed vxe-table 4.4.1 && update other dependencies 2024-03-08 20:52:19 +08:00
dingzhen
f01b72f3c7
chore: 移除已经废弃的 vscode-typescript-vue-plugin 插件, 已被 volar 扩展取代 (#172) 2024-03-08 17:45:38 +08:00
pany
c5471b5fca refactor: 留用 404 alias 同时移除 ErrorPage 路由 && 简化 redirect 路由 path 2024-03-03 23:00:17 +08:00
pany
d716248736 style: 移动端时登录框宽度自适应 2024-03-03 22:24:23 +08:00
pany
c0a950b383 chore: remove useless code 2024-02-28 17:28:12 +08:00
pany
c6225b3cf7 style: simplify sidebar css 2024-02-28 17:04:25 +08:00
pany
d8ab55fe2a fix: 修复缩放侧边栏时 icon 轻微抖动问题 2024-02-27 17:23:24 +08:00
pany
58fc646116 chore: fixed vxe-table 4.4.1 && update other dependencies 2024-02-27 15:35:46 +08:00
cilliandevops
ecfd39bcc2
feat:add login box top owl animation effect (#162)
Co-authored-by: pany <939630029@qq.com>
Co-authored-by: pany <panyang@mafengwo.com>
2024-02-26 22:22:15 +08:00
pany
2498f239c0 refactor: rename the variable "whether to enable dynamic routing" from "async" to "dynamic" 2024-02-25 19:26:35 +08:00
Aaron-zon
9963b590fd
style: rename the variable "whether to enable dynamic routing" from "async" to "dynamic" 2024-02-25 19:12:51 +08:00
pany
01249a4f5a refactor: update "hooks/useFetchSelect" type 2024-02-25 12:52:55 +08:00
pany
2ad674b0b0 chore: remove ‘declare’ 2024-02-22 18:52:25 +08:00
pany
86b6562ab8 chore: 更新 vitest 插件 2024-02-22 14:29:19 +08:00
pany
34276b5855 chore: prettier 继承 .editorconfig 的缩进风格 2024-02-21 13:34:50 +08:00
pany
bf9d6eb7b6 chore: fixed vxe-table 4.4.1 && update other dependencies 2024-02-20 09:56:40 +08:00
pany
975bfd24dc docs: 错别字登陆更正为登录 2024-02-07 19:04:55 +08:00
pany
13165b7600 chore: v4.4.0 v4.4.0 2024-02-07 16:24:53 +08:00
pany
e81668e293 chore: 切换在线 mock 接口地址 2024-02-07 10:38:12 +08:00
pany
a00e57a1e8 perf: 移除遗留的废弃逻辑 2024-02-07 10:32:53 +08:00
pany
b92a1a24fc refactor: 简化路由守卫逻辑 2024-02-06 20:22:07 +08:00
pany
160f389c60 perf: 移除冗余的方法 2024-02-06 17:21:16 +08:00
pany
8c7f4184a1 perf: 新版 vue 已修复热更新导致的页面白屏问题,项目移除相关的代码 2024-02-06 17:07:07 +08:00
pany
0f1afe1a94 fix: 修复禁用动态路由后用户名不显示的问题 2024-02-06 16:21:11 +08:00
pany
02dca40083 feat: add useLayoutMode 2024-02-06 15:25:16 +08:00
pany
0a4d896965 feat: add useDevice 2024-02-06 13:39:56 +08:00
pany
b2597f1ffd fix: 修复子路由设置 hidden: true 不生效的问题 2024-02-05 17:26:42 +08:00
pany
fff3eb9498 refactor: 采用 vue 3.4 新增的 defineModel 宏 2024-02-04 17:14:24 +08:00
pany
8fd01971fd chore: element-plus 2.5.5 2024-02-03 16:33:07 +08:00
pany
47e83913e1 refactor: 增强 element plus table 示例代码的通用性 2024-02-03 16:07:17 +08:00
pany
7f067b111b chore: 适配 element-plus 2.5.4 2024-02-02 19:43:01 +08:00
pany
f5339314b8 refactor: 重写部分 table 示例代码,使逻辑更加清晰 2024-01-22 22:38:11 +08:00
pany
2e1e72099a chore: 适配 element-plus 2.5.2 2024-01-19 19:37:28 +08:00
pany
7317e96e7b chore: fixed vxe-table 4.4.1 && update other dependencies 2024-01-19 19:36:24 +08:00
dingzhen
9510639b49
fix: 修复处于顶部模式时 el-menu 未自适应宽度去折叠的问题 (#153)
Co-authored-by: pany <939630029@qq.com>
2024-01-04 22:59:02 +08:00
pany
56f294d51c chore: fixed vxe-table 4.4.1 && update other dependencies 2024-01-04 22:49:14 +08:00
pany
d19b6da1d4 chore: 更新新版 VSCode codeActionsOnSave 配置 2024-01-04 21:03:36 +08:00
pany
4d3d4e1057 chore: update vue 3.4 2023-12-29 18:57:54 +08:00
pany
9fb0b9b51a chore: fixed vxe-table 4.4.1 && update other dependencies 2023-12-28 12:37:46 +08:00
pany
03928dfce5 types: 隐藏无须处理的 ts 报错 2023-12-12 20:45:02 +08:00
pany
aa98712984 chore: fixed vxe-table 4.4.1 && update other dependencies 2023-12-12 19:15:17 +08:00
pany
3f6a140e11 chore: 适配 vite 5 2023-12-12 19:01:25 +08:00