Commit Graph

46 Commits

Author SHA1 Message Date
XFeng
3bae086c32 feat: 🎉新增 页面切换动画 功能
- 实现了在项目配置中可配置页面切换动画
- 编写 页面切换动画 功能单元测试
2026-01-13 19:50:40 +08:00
Ray.Hao
2953642e99 Merge branch 'develop' of https://gitee.com/youlaiorg/vue3-element-admin into develop 2025-12-27 10:47:21 +08:00
Ray.Hao
aa374dd2ba feat: 项目结构重构优化 2025-12-26 12:35:37 +08:00
theo
3b7a1b0254 feat: 新增主题跟随系统
新增主题跟随系统
2025-12-25 17:06:39 +08:00
zimo493
121d88a889 refactor: ♻️ (i18n)简化语言配置对象
- 移除 zh-cn 和 en 对象中的展开操作符
2025-09-05 08:18:03 +08:00
zimo493
39f9676288 refactor: ♻️ (i18n/lang)将语言包从 TypeScript 文件迁移到 JSON 文件
- 将 en.ts 和 zh-cn.ts 文件分别重命名为 en.json 和 zh-cn.json

- 更新导入路径以使用新的 JSON 文件

- 删除旧的 TypeScript 语言包文件

#ICWF9O
2025-09-04 20:41:48 +08:00
Ray.Hao
07206576a8 feat(codegen): 代码生成支持本地写入和代码优化 2025-08-21 18:28:38 +08:00
Ray.Hao
a3e4d6b852 wip: 临时提交 2025-05-25 09:35:50 +08:00
Ray.Hao
5eaccf112c refactor: 命名优化统一 2025-05-25 08:22:50 +08:00
Ray.Hao
32686ad807 refactor: 项目重构 2025-05-24 07:35:46 +08:00
Ray.Hao
08a396eeb6 chore: 🔨 注释文案优化 2025-05-19 12:40:51 +08:00
zimo493
0907d9d4b1 fix: 🐛 (i18n): 修正登录页面国际化文案
- 在英文和中文语言文件中将 "thenetoggle" 错别字修正为 "themeToggle"
2025-04-28 14:24:21 +08:00
zimo493
c0718a089c refactor: ♻️ 重构登录页面并添加新功能
重新设计了登录页面布局和样式,添加了注册和重置密码功能组件
2025-04-03 15:05:03 +08:00
Ray.Hao
3c9cf67961 refactor: ♻️ 字典调整按需加载,api、store和枚举文件命名优化 2025-03-24 08:17:31 +08:00
Ray.Hao
bd9af1add2 refactor: ♻️ 侧边栏配色方案命名优化调整 2025-02-21 00:19:54 +08:00
lostelk
d6de05a4b7 feat: 新增浅色模式下的侧边栏配色切换:深蓝色、白色 2025-02-19 12:45:29 +08:00
ray
8c7bf5cce1 chore: 🔨 移除固定头部的设置 2024-12-26 14:22:55 +08:00
ray
ca30e14a49 docs: 📝 菜单国际化注释修改 2024-10-18 22:39:06 +08:00
ray
af460b5dc3 refactor: ♻️ aPI 文件根据模块划分 2024-10-18 22:28:02 +08:00
ray
248b86fe3c refactor: ♻️ 登录页面优化 2024-09-09 00:48:11 +08:00
ray
c38dcd58e5 feat: 添加个人中心页面 2024-08-14 07:23:11 +08:00
cshaptx4869
af54fb26b6 refactor: ♻️ 统一注册vue插件 2024-05-30 14:16:39 +08:00
cshaptx4869
6d27e25e70 refactor(login): ♻️ 大写锁定提示国际化 2024-03-08 08:40:01 +08:00
cshaptx4869
26b75db243 refactor(i18n): ♻️ 加强基础国际化 2024-03-07 23:51:35 +08:00
cshaptx4869
c422c27d94 refactor(main.ts): ♻️ 抽离一些功能为vue插件 2024-03-01 21:04:04 +08:00
hxr
ae4d2067b7 refactor: ♻️ 完善 typescript 类型,重构代码
Former-commit-id: 5ac4e273aaab2b068e28da5146f516da80a8852b
2023-11-18 22:48:44 +08:00
hxr
35371481e3 refactor: ♻️ 国际化移除系统title
Former-commit-id: e91f7eeb21702e2bbb7b4237c202ca1ab7a9c3f4
2023-11-05 10:50:55 +08:00
Jachin
f797606c44 chore: prettier & lint
Former-commit-id: 486f65e137348f400d7b95067bd3cd5a2f23ff44
2023-08-07 18:39:29 +08:00
haoxr
1a51ed5fcc fix: 修复群或issue有人提到的i18n控制台报错 问题https://github.com/youlaitech/vue3-element-admin/issues/5
Former-commit-id: f459ff0197239081cebb7d72d60c1c0aea685a83
2023-04-05 12:58:02 +08:00
haoxr
f27a84adf2 refactor: 代码优化和注释完善
Former-commit-id: b68eb53030dd468534d49e64ea5f6c3bb834f1f8
2023-03-26 18:36:00 +08:00
haoxr
fd20366f7b refactor: 文件路径调整
Former-commit-id: ee1ddb3a5ac7680d5361b2f9294f44da5be6edc4
2023-03-26 18:34:18 +08:00
haoxr
e41715d426 feat: 新增登录验证码
Former-commit-id: 9a297d1986ed6ea92b39abc0538cfe29be0636a1
2023-03-24 22:40:29 +08:00
haoxr
599624e944 refactor: 代码重构优化(VueUse使用)
Former-commit-id: f33b8d352dd9e9b2a706c94cdd7afa150ac12931
2023-03-01 00:47:39 +08:00
haoxr
2a36afae16 refactor: 优化pinia setup store组合式函数写法
Former-commit-id: 27347ede51d0952d3422c3a6c3a86652f91e5639
2022-12-18 15:27:53 +08:00
郝先瑞
d2249b0ce2 feat: 集成第三方授权准备
Former-commit-id: 6049f5ff03e959d3458a18c7b596a30bd2a1fa6d
2022-09-01 07:58:37 +08:00
郝先瑞
b71d999d5e feat: 同步接口更新
Former-commit-id: 29a22a96043a55445d48a086aa0a9157bcf7d6c6
2022-08-02 23:48:23 +08:00
郝先瑞
eab11687aa style: 代码统一风格格式化
Former-commit-id: 5d0a75e41127c57c663eb2617b1ce66d039f4c29
2022-05-08 13:06:12 +08:00
郝先瑞
11f02c0254 style: 全局代码格式化
Former-commit-id: bb50c8419b8fcdeb48c93fce9f399d901e8f5a52
2022-05-04 15:02:33 +08:00
郝先瑞
0703579ecc refactor: 项目细节优化 2022-03-27 21:45:50 +08:00
郝先瑞
b098c284e1 refactor(lang/index.ts): 自定义国际化移除Element Plus语言包导入 2022-03-24 23:56:06 +08:00
郝先瑞
2ea9ee7df8 sytle(zh-cn.ts): 删除空行 2022-03-23 23:20:58 +08:00
郝先瑞
209df57284 feat(zh-cn.ts): 完善登录页和导航页的国际化 2022-02-27 01:04:30 +08:00
郝先瑞
c4469a767c refactor(setting.ts): 默认开启侧边栏Logo 2022-02-27 01:03:48 +08:00
郝先瑞
da5e0bfbab feat(lang/index.ts): 添加和创建i18n实例 2022-02-24 00:18:41 +08:00
郝先瑞
dedd7f2c46 feat(en.ts): 自定义国际化英文语言包 2022-02-23 23:59:58 +08:00
郝先瑞
2c884c0136 feat(zh-cn.ts): 自定义国际化中文语言包 2022-02-23 23:59:33 +08:00