wū yāng
|
f630b6af71
|
chore: sync main to site (#667)
* fix: setting radio height
* build(deps): bump tdesign-vue-next from 0.20.2 to 0.20.3 (#283)
Bumps [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next) from 0.20.2 to 0.20.3.
- [Release notes](https://github.com/Tencent/tdesign-vue-next/releases)
- [Changelog](https://github.com/Tencent/tdesign-vue-next/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/Tencent/tdesign-vue-next/compare/0.20.2...0.20.3)
---
updated-dependencies:
- dependency-name: tdesign-vue-next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: loginRedirect add redirect (#287)
Co-authored-by: Setli <set_li@163.com>
* fix: tab-router refresh fail (#289)
* fix: 修复持久化的问题 (#316)
* fix: 修正首次进入页面时由于userStore数据还未初始化导致的白屏的问题
* Update user.ts
fix: 优化逻辑
* fix: 修复路径重复拼接的问题 (#319)
* feat: upgrade tdesign to 0.23 (#322)
* feat: add backend dynamic router permission code (#394) (#397)
* chore: 大致雏形
* feat: complete permission code
* feat: 修复渲染问题并完善权限代码
* chore: release 0.7.0
* chore: 更新依赖
* chore: fix echarts version
* feat: upgrade dependencies
* chore: mock route map
* chore: hash router
* chore: concat fixed routers
* chore: fix dependencies
* feat: optimize
* chore: remove roles from get menu process
* chore: remain fe permssion code
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
* chore: sync main for develop (#549)
* feat: upgrade vite4 (#533)
* chore: 升级vite4
* docs: 项目简介 修改
* fix: 打包后预览提示TypeError
* chore: @vitejs/plugin-vue,@vitejs/plugin-vue-jsx升级
* docs: 项目简介 修改
* fix: 204无内容直接返回判断 (#539)
* feat(axios util): support params stringify (#544)
* fix(permission store): clear routes when logout (#545)
fix #541
* chore: release 0.7.7 (#548)
* chore: release 0.7.7
* chore: dump tdesign version
---------
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: ngyyuusora <jiliangsoft@live.com>
* chore: update version (#616)
* fix: echarts resize error (#622)
* fix: mock menu (#630)
* fix(i18n): pages.result.fail.modify中文未定义 (#632)
* fix(i18n): 修复用户中心词条不生效的问题 (#634)
* fix: 修复husky可能找不到npx命令的问题 (#635)
* fix(i18n): 修复用户中心词条不生效的问题 (#634) (#636)
* feat: 升级依赖到最新版本 (#637)
* feat: 升级依赖到最新版本
* fix(style): 使用新版格式修复文件
* fix(style): eslint自动格式化
* feat(hook): 替换窗口大小变化监听器 (#638)
* feat(hook): 替换窗口大小变化监听器
* feat(state): 替换响应式数据监听器
* feat(clipboard): 移除无用依赖,替换剪贴方法
* fix: 补上遗漏的逗号
* fix: 移除重复出现的依赖项
* feat: use $t (#640)
* fix: ts error (#652)
* fix: 修复循环过深的问题 (#650)
* fix: 修复循环过深的问题
* fix: 修复依赖更新导致的类型错误
* chore: fix type (#653)
* chore: fix type
* chore: remove console
* fix: hotfix useRoute bug after vue 3.4 release (#660)
* fix: 修复路由切换时过渡动画异常的问题 (#666)
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Setli <darkgame@163.com>
Co-authored-by: Setli <set_li@163.com>
Co-authored-by: PDieE <23275429@qq.com>
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: ngyyuusora <jiliangsoft@live.com>
Co-authored-by: Cosmos <cosmosliu@foxmail.com>
Co-authored-by: PY <pengyue970715@gmail.com>
Co-authored-by: mokeyjay <i@mok.moe>
|
2024-01-16 15:32:33 +08:00 |
|
Uyarn
|
9cbb5765b6
|
chore: sync main to site
|
2024-01-10 17:43:50 +08:00 |
|
wū yāng
|
f122189e0e
|
Chore/sync main to site (#664)
* fix: setting radio height
* build(deps): bump tdesign-vue-next from 0.20.2 to 0.20.3 (#283)
Bumps [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next) from 0.20.2 to 0.20.3.
- [Release notes](https://github.com/Tencent/tdesign-vue-next/releases)
- [Changelog](https://github.com/Tencent/tdesign-vue-next/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/Tencent/tdesign-vue-next/compare/0.20.2...0.20.3)
---
updated-dependencies:
- dependency-name: tdesign-vue-next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: loginRedirect add redirect (#287)
Co-authored-by: Setli <set_li@163.com>
* fix: tab-router refresh fail (#289)
* fix: 修复持久化的问题 (#316)
* fix: 修正首次进入页面时由于userStore数据还未初始化导致的白屏的问题
* Update user.ts
fix: 优化逻辑
* fix: 修复路径重复拼接的问题 (#319)
* feat: upgrade tdesign to 0.23 (#322)
* feat: add backend dynamic router permission code (#394) (#397)
* chore: 大致雏形
* feat: complete permission code
* feat: 修复渲染问题并完善权限代码
* chore: release 0.7.0
* chore: 更新依赖
* chore: fix echarts version
* feat: upgrade dependencies
* chore: mock route map
* chore: hash router
* chore: concat fixed routers
* chore: fix dependencies
* feat: optimize
* chore: remove roles from get menu process
* chore: remain fe permssion code
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
* chore: sync main for develop (#549)
* feat: upgrade vite4 (#533)
* chore: 升级vite4
* docs: 项目简介 修改
* fix: 打包后预览提示TypeError
* chore: @vitejs/plugin-vue,@vitejs/plugin-vue-jsx升级
* docs: 项目简介 修改
* fix: 204无内容直接返回判断 (#539)
* feat(axios util): support params stringify (#544)
* fix(permission store): clear routes when logout (#545)
fix #541
* chore: release 0.7.7 (#548)
* chore: release 0.7.7
* chore: dump tdesign version
---------
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: ngyyuusora <jiliangsoft@live.com>
* chore: update version (#616)
* fix: echarts resize error (#622)
* fix: mock menu (#630)
* fix(i18n): pages.result.fail.modify中文未定义 (#632)
* fix(i18n): 修复用户中心词条不生效的问题 (#634)
* fix: 修复husky可能找不到npx命令的问题 (#635)
* fix(i18n): 修复用户中心词条不生效的问题 (#634) (#636)
* feat: 升级依赖到最新版本 (#637)
* feat: 升级依赖到最新版本
* fix(style): 使用新版格式修复文件
* fix(style): eslint自动格式化
* feat(hook): 替换窗口大小变化监听器 (#638)
* feat(hook): 替换窗口大小变化监听器
* feat(state): 替换响应式数据监听器
* feat(clipboard): 移除无用依赖,替换剪贴方法
* fix: 补上遗漏的逗号
* fix: 移除重复出现的依赖项
* feat: use $t (#640)
* fix: ts error (#652)
* fix: 修复循环过深的问题 (#650)
* fix: 修复循环过深的问题
* fix: 修复依赖更新导致的类型错误
* chore: fix type (#653)
* chore: fix type
* chore: remove console
* fix: hotfix useRoute bug after vue 3.4 release (#660)
* chore: sync main to site
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Setli <darkgame@163.com>
Co-authored-by: Setli <set_li@163.com>
Co-authored-by: PDieE <23275429@qq.com>
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: ngyyuusora <jiliangsoft@live.com>
Co-authored-by: Cosmos <cosmosliu@foxmail.com>
Co-authored-by: PY <pengyue970715@gmail.com>
|
2024-01-10 17:39:38 +08:00 |
|
wū yāng
|
6b21e52422
|
chore: sync fix to site (#654)
* chore: update version (#616)
* fix: echarts resize error (#622)
* fix: mock menu (#630)
* fix(i18n): pages.result.fail.modify中文未定义 (#632)
* fix(i18n): 修复用户中心词条不生效的问题 (#634)
* fix: 修复husky可能找不到npx命令的问题 (#635)
* fix(i18n): 修复用户中心词条不生效的问题 (#634) (#636)
* feat: 升级依赖到最新版本 (#637)
* feat: 升级依赖到最新版本
* fix(style): 使用新版格式修复文件
* fix(style): eslint自动格式化
* feat(hook): 替换窗口大小变化监听器 (#638)
* feat(hook): 替换窗口大小变化监听器
* feat(state): 替换响应式数据监听器
* feat(clipboard): 移除无用依赖,替换剪贴方法
* fix: 补上遗漏的逗号
* fix: 移除重复出现的依赖项
* feat: use $t (#640)
* fix: ts error (#652)
* fix: 修复循环过深的问题 (#650)
* fix: 修复循环过深的问题
* fix: 修复依赖更新导致的类型错误
---------
Co-authored-by: Cosmos <cosmosliu@foxmail.com>
Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
Co-authored-by: PY <pengyue970715@gmail.com>
|
2023-12-06 11:35:12 +08:00 |
|
悠静萝莉
|
badc73e82b
|
fix: 修复示例无法复制配置的问题 (#639)
|
2023-11-16 03:48:02 +08:00 |
|
Uyarn
|
81220e78c2
|
Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into site
|
2023-10-09 00:06:20 +03: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 |
|
Uyarn
|
36ffbead00
|
Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into site
|
2023-10-05 10:22:48 +03:00 |
|
wū yāng
|
c62c0deb74
|
chore: release 0.9.0 (#612)
|
2023-10-04 08:46:35 +03:00 |
|
wū yāng
|
3affc4ddfe
|
feat: support i18n (#607)
* feat: support i18n
* feat: support i18n
* feat: support i18n
* feat: support i18n
* feat: support i18n
* feat: tag tabs i18n
* fix: fix missing i18n
* fix: fix missing i18n
|
2023-10-03 13:48:35 +08:00 |
|
liweijie0812
|
565772bd27
|
feat: node version >=16.0.0 (#605)
|
2023-09-22 18:27:47 +08:00 |
|
Yunfei Shen
|
39e317481d
|
fix(notice): optimize 暂无通知 UI (#604)
|
2023-09-18 01:11:12 +08:00 |
|
liweijie0812
|
9c3fbdd71b
|
revert: fix顶部菜单高亮 (#601)
|
2023-09-14 15:09:11 +08:00 |
|
dufu1991
|
d775bc3aa9
|
fix:修改错别字 (#600)
|
2023-09-06 17:01:15 +08:00 |
|
wū yāng
|
334d2251ab
|
chore: update icons and remove deprecated assets (#591)
|
2023-08-18 16:15:26 +08:00 |
|
PY
|
f1853ad3a8
|
Revert "fix(menu): need router props (#589)" (#590)
This reverts commit 0c0ba082b4 .
|
2023-08-15 22:17:54 +08:00 |
|
wū yāng
|
0c0ba082b4
|
fix(menu): need router props (#589)
|
2023-08-15 19:27:14 +08:00 |
|
ngyyuusora
|
6499532cad
|
fix: 修正部分模板页面卡片组件操作插槽用法 (#587)
|
2023-08-14 15:02:31 +08:00 |
|
wū yāng
|
1ce4f1c4bd
|
fix: fix button style effect (#586)
|
2023-08-11 16:19:24 +08:00 |
|
liweijie0812
|
e98d1555d0
|
feat(stylelint): 移除没用的规则 (#584)
* feat(stylelint): 移除没用的规则
* fix: types error
|
2023-08-05 16:57:30 +08:00 |
|
liweijie0812
|
6a4ffa9f4b
|
fix: import/order (#579)
* fix: import/order
* fix: vue/no-setup-props-destructure
|
2023-08-02 13:49:56 +08:00 |
|
liweijie0812
|
e1b0b9540a
|
revert: lint change (#578)
|
2023-07-29 17:38:03 +08:00 |
|
liweijie0812
|
be4cf0818a
|
fix: 顶部菜单刷新高亮失效 (#577)
* fix: 顶部菜单刷新高亮失效
* chore: fix lint error
|
2023-07-29 15:33:56 +08:00 |
|
liweijie0812
|
55e639b360
|
chore: update deps (#576)
|
2023-07-28 13:34:43 +08:00 |
|
liweijie0812
|
8bcf21a09e
|
chore: update tdesign-icons-vue-next (#569)
|
2023-07-18 18:37:12 +08:00 |
|
Uyarn
|
cfe9beaa7e
|
Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into site
|
2023-07-18 18:35:56 +08:00 |
|
liweijie0812
|
5184c78d9a
|
fix: t-link hover color (#565)
|
2023-07-12 16:29:42 +08:00 |
|
liweijie0812
|
b9b0008545
|
feat(stylelint): number-leading-zero deprecated (#563)
|
2023-07-12 14:15:11 +08:00 |
|
悠静萝莉
|
109db6868e
|
chore: release 0.8.0 (#561)
|
2023-07-12 09:56:52 +08:00 |
|
liweijie0812
|
ebadc7b566
|
chore: fix typo (#560)
|
2023-07-11 19:17:46 +08:00 |
|
liweijie0812
|
e6192ef37a
|
fix: list demo status defalut object (#559)
|
2023-07-11 16:48:35 +08:00 |
|
liweijie0812
|
151151c354
|
fix: stylelint error (#558)
* fix: stylelint error
* fix(less): import eroor
|
2023-07-11 16:38:05 +08:00 |
|
悠静萝莉
|
0358653f11
|
feat: 移除Stylelint-less依赖 (#557)
|
2023-07-11 14:59:22 +08:00 |
|
悠静萝莉
|
12909e5d22
|
refactor: 重构Axios工具,新增接口级防抖节流 (#556)
* refactor: 重构Axios工具,新增接口级防抖节流
* fix: 修复编译类型问题
* perf: 优化注释
|
2023-07-08 09:19:42 +08:00 |
|
悠静萝莉
|
17eb3f0aa8
|
feat: 更新所有依赖 (#553)
* feat: 更新所有依赖
* feat: 移除无用依赖
* revert: 暂时回退echarts防止打包错误
|
2023-07-06 12:01:08 +08:00 |
|
鲨鱼辣椒
|
78595657c6
|
fix: 修复频繁切换路由时表单头滞留的问题 (#550)
Co-authored-by: 🌩 <hehong_tan@xmemtech.com>
|
2023-07-06 12:00:37 +08:00 |
|
dependabot[bot]
|
d4ffc9967e
|
build(deps-dev): bump typescript from 4.9.5 to 5.1.6 (#551)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.1.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-07-05 15:24:26 +08:00 |
|
悠静萝莉
|
5b1e9a4d77
|
chore: release 0.7.7 (#548)
* chore: release 0.7.7
* chore: dump tdesign version
|
2023-06-27 11:03:07 +08:00 |
|
yuyang
|
7a6d49f0bd
|
fix(site): consistency of drawer style (#546)
|
2023-06-21 19:10:32 +08:00 |
|
ngyyuusora
|
8194b3d253
|
fix(permission store): clear routes when logout (#545)
fix #541
|
2023-06-20 23:33:11 +08:00 |
|
ngyyuusora
|
9d8bf86059
|
feat(axios util): support params stringify (#544)
|
2023-06-19 19:38:44 +08:00 |
|
Uyarn
|
b44509e46f
|
chore: add site-component stats
|
2023-06-07 17:57:37 +08:00 |
|
liweijie0812
|
83939b7517
|
fix: 204无内容直接返回判断 (#539)
|
2023-06-02 16:03:02 +08:00 |
|
liweijie0812
|
4555545562
|
feat: upgrade vite4 (#533)
* chore: 升级vite4
* docs: 项目简介 修改
* fix: 打包后预览提示TypeError
* chore: @vitejs/plugin-vue,@vitejs/plugin-vue-jsx升级
* docs: 项目简介 修改
|
2023-06-01 14:12:23 +08:00 |
|
Uyarn
|
4d28014548
|
feat: resolve type error
|
2023-05-30 11:59:36 +08:00 |
|
Uyarn
|
f7fb462479
|
Merge branch 'develop' of github.com:Tencent/tdesign-vue-next-starter into site
|
2023-05-30 11:47:45 +08:00 |
|
悠静萝莉
|
f3f266b384
|
chore: release 0.7.6 (#527)
|
2023-05-30 09:36:27 +08:00 |
|
liweijie0812
|
ce297cb2f4
|
fix: 修复store存储token读取不到的问题 (#526)
|
2023-05-30 03:09:31 +08:00 |
|
ngyyuusora
|
89ccf19f58
|
fix: 修复多标签页保活问题 (#523)
|
2023-05-26 13:45:08 +08:00 |
|
悠静萝莉
|
f9f9e91438
|
feat: 将现有代码迁移至TS严格模式 - 禁止any类型 (#519)
* feat: 新增type enum类型
* feat: 开启禁止any类型规则
* types: 优化通知标签类型
* types: 补充标签页移除方法类型
* types: 补充请求工具类型
* types: 补充store相关类型
* types: 补充路由相关类型
* types: 补充钩子类型
* types: 补充页面组件类型
* types: 补充布局类型
* fix: 修复编译问题
|
2023-05-24 10:40:06 +08:00 |
|