Commit Graph

434 Commits

Author SHA1 Message Date
悠静萝莉
d5cd2f5920
feat(html): 将标题改为环境变量定义
1. 修改页面语言
2. 将标题改为环境变量定义
3. 调整部分代码的作用域
2024-09-08 05:39:54 +08:00
悠静萝莉
2a9e3722b8
feat(Vite Config): 新增环境变量
1. 修复环境变量类型丢失
2. 修改错误变量名写法
3. 调整配置顺序,将常用配置向上移动
4. 将配置项抽出到环境变量文件
5. 对环境变量进行注释描述类型补全
6. 环境变量文件解耦,防止排错成本增加
2024-09-08 05:36:03 +08:00
悠静萝莉
f2d90c3a12
feat(router): 新增嵌套菜单 2024-09-05 02:58:18 +08:00
悠静萝莉
257d8f90b8
fix(breadcrumb): 修复多层级路由指向错误(#749) 2024-09-04 16:55:31 +08:00
悠静萝莉
b5d624cd80
chore: 拉高依赖版本
*不信邪测试
2024-09-04 01:19:25 +08:00
悠静萝莉
0e9ff15f67
fix: 修复导航条路由未定义的问题 2024-09-04 01:17:47 +08:00
悠静萝莉
e69c4ed98c
fix: 修复错误的值 2024-09-04 00:42:33 +08:00
悠静萝莉
2427a8ff68
fix: 移除并修复遗漏的i18n相关代码 2024-09-03 18:00:06 +08:00
悠静萝莉
4c53ffa3ca
refactor(layouts): 移除i18n相关 2024-09-03 03:06:10 +08:00
悠静萝莉
79673bb727
fix: 修复错误的DOM类型 2024-09-03 02:40:50 +08:00
悠静萝莉
5b8f322310
refactor: 移除其他i18n相关
履行文件的命名规范;
2024-09-03 02:34:42 +08:00
悠静萝莉
9bba935676
ci(husky): 将钩子脚本从v8迁移至v9 2024-09-03 02:10:34 +08:00
悠静萝莉
20f6c4bf19
refactor(result): 移除i18n相关 2024-09-03 02:05:16 +08:00
悠静萝莉
85d5860c5e
refactor(login): 移除i18n相关 2024-09-03 01:37:47 +08:00
悠静萝莉
890a645dcc
refactor(list): 移除i18n相关 2024-09-03 01:31:17 +08:00
悠静萝莉
ad8f477483
refactor(form): 移除i18n相关 2024-09-03 01:24:31 +08:00
悠静萝莉
c5535de8f9
refactor(detail): 移除i18n相关 2024-09-03 01:14:29 +08:00
悠静萝莉
6dc5b4c829
refactor: 移除i18n目录 2024-08-31 05:19:35 +08:00
悠静萝莉
2d7757c3ba
refactor(dashboard): 移除仪表盘中i18n相关 2024-08-31 05:18:12 +08:00
悠静萝莉
c4f15a8887
feat: 更新依赖库 2024-08-29 02:21:39 +08:00
阿菜 Cai
be3be09bee
feat: 新增菜单自动折叠 (#744)
* fix: 点击tab导航栏,对应菜单层级没有自动展开

close #734

* feat: 当tab-route存在的项,menu都被展开

* feat: keep the currently expanded data

* feat: add setting `menuAutoCollapsed`
2024-08-19 02:02:52 +08:00
悠静萝莉
8941a1329e
fix: 修复README单词拼写错误 (#738) 2024-07-28 21:09:27 +08:00
dependabot[bot]
a7ccda4fa2
build(deps-dev): bump @types/lodash from 4.14.202 to 4.17.6 (#732)
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.202 to 4.17.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

---
updated-dependencies:
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:55:08 +08:00
Suxue
6e0560f69d
feat(Router): 路由跳转携带参数 (#720)
Co-authored-by: suxue <admin@moyiyang.cn>
2024-05-21 10:33:39 +08:00
悠静萝莉
0aa81be9a6
chore: remove npm lock file ignore (#717)
* chore: 移除npm lock忽略并补充类型依赖

* chore: 依赖位置错了
2024-05-12 22:11:04 +08:00
悠静萝莉
3dc8ef9f3e
revert: 回退Vue 3.3 (#709) 2024-04-03 17:26:29 +08:00
悠静萝莉
5637f54c34
feat: replace detail page code with t-descriptions (#707)
* feat: 使用描述组件对详情页代码升级

* feat: 使用描述组件对个人中心代码升级

* chore: update version
2024-04-02 23:21:20 +08:00
dependabot[bot]
5616edbea0
build(deps-dev): bump typescript from 5.3.3 to 5.4.3 (#706)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 14:17:48 +08:00
悠静萝莉
13505fdedc
feat: upgrade to vue 3.4 and fix route issues (#699)
* feat: 升级Vue3.4,修复Route调用方式造成一系列问题

* fix: 修复编译问题
2024-03-30 22:32:05 +08:00
悠静萝莉
0f7096a167
feat: 将代码迁移至TS严格模式 (#684)
* feat: 将现有代码迁移至TS严格模式 - 禁止隐匿Any的This

* feat: 将代码迁移至TS严格模式 - 启用JS严格模式 和 绑定类型检查

* feat: 移除无用钩子,修改为工具API

* feat: 将代码迁移至TS严格模式 - 启用严格函数类型检查
2024-02-18 11:10:42 +08:00
悠静萝莉
944f03a064
fix: 修复ECharts环形图文字重叠的问题 (#682)
* fix: 修复ECharts环形图文字重叠的问题

* chore: remove 注释
2024-02-15 22:40:28 +08:00
悠静萝莉
ce97b04d79
feat: 新增侧边栏颜色切换 (#681)
* fix: 修复Header元素偏移的问题

* fix: 修复i18n未引用的问题

* feat: 新增侧边栏颜色模式

* chore: 移除侧边栏模式跟随系统

* feat: 换种展示方式
2024-02-14 22:51:15 +08:00
悠静萝莉
b9095ce939
feat: 将整体代码规范为ESM (#680)
* chore: update deps

mockjs: CVE-2023-26158
vite: CVE-2024-23331

* chore: update deps

* chore: explicit definition type

* chore: update echarts

* feat: change the overall ESM
2024-02-13 18:55:31 +08:00
mokeyjay
860415dcae
fix: 修复路由切换时过渡动画异常的问题 (#666) 2024-01-16 15:13:44 +08:00
wū yāng
b73708b6b4
fix: hotfix useRoute bug after vue 3.4 release (#660) 2024-01-02 11:10:23 +08:00
wū yāng
b5400ed02a
chore: fix type (#653)
* chore: fix type

* chore: remove console
2023-12-06 11:55:57 +08:00
悠静萝莉
6a53559aa3
fix: 修复循环过深的问题 (#650)
* fix: 修复循环过深的问题

* fix: 修复依赖更新导致的类型错误
2023-12-05 11:49:06 +08:00
PY
3fbee5a9cb
fix: ts error (#652) 2023-12-05 11:48:40 +08:00
liweijie0812
c650fb7ace
feat: use $t (#640) 2023-11-23 14:20:05 +08:00
悠静萝莉
2dd41f4a50
feat(hook): 替换窗口大小变化监听器 (#638)
* feat(hook): 替换窗口大小变化监听器

* feat(state): 替换响应式数据监听器

* feat(clipboard): 移除无用依赖,替换剪贴方法

* fix: 补上遗漏的逗号

* fix: 移除重复出现的依赖项
2023-11-17 09:53:24 +08:00
悠静萝莉
20bcad218c
feat: 升级依赖到最新版本 (#637)
* feat: 升级依赖到最新版本

* fix(style): 使用新版格式修复文件

* fix(style): eslint自动格式化
2023-11-16 16:54:06 +08:00
悠静萝莉
53fb48b7a7
fix(i18n): 修复用户中心词条不生效的问题 (#634) (#636) 2023-11-15 22:52:45 +08:00
悠静萝莉
93b349231e
fix: 修复husky可能找不到npx命令的问题 (#635) 2023-11-15 18:05:15 +08:00
悠静萝莉
33b9eaccf2
fix(i18n): 修复用户中心词条不生效的问题 (#634) 2023-11-15 17:08:15 +08:00
liweijie0812
1a3984ced0
fix(i18n): pages.result.fail.modify中文未定义 (#632) 2023-11-14 12:08:14 +08:00
liweijie0812
b46e9a2a20
fix: mock menu (#630) 2023-11-11 17:51:00 +08:00
Cosmos
03e959696e
fix: echarts resize error (#622) 2023-10-30 13:11:41 +08:00
wū yāng
cc84c85013
chore: update version (#616) 2023-10-13 12:04:59 +08:00
liweijie0812
0fdb30282c
fix: breadcrumb i18n (#614)
* fix: breadcrumb  i18n

* fix: 还原MenuRoute.title 类型

* Revert "fix: 还原MenuRoute.title 类型"

This reverts commit 5ae1e49737.
2023-10-08 18:52:46 +08:00
wū yāng
c62c0deb74
chore: release 0.9.0 (#612) 2023-10-04 08:46:35 +03:00