Commit Graph

39 Commits

Author SHA1 Message Date
dap
ad2f327d4a chore: i18n 2024-10-21 08:40:52 +08:00
dap
b0a862a448 chore: 错误拼写 2024-10-20 12:44:14 +08:00
dap
972e9439b7 chore: 更改i18n 2024-10-20 09:47:07 +08:00
dap
39d62a91bc Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-19 21:29:20 +08:00
Vben
0df8c5c02c
refactor: reconstruct language files into multi-file structures (#4683)
* refactor: reconstruct language files into multi-file structures

* chore: typo
2024-10-19 14:28:21 +08:00
dap
70e7d6a131 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-17 13:36:03 +08:00
dependabot[bot]
a0fbe0b21a
chore(deps): bump tailwindcss from 3.4.13 to 3.4.14 in the non-breaking-changes group (#4650)
* chore(deps): bump tailwindcss in the non-breaking-changes group

Bumps the non-breaking-changes group with 1 update: [tailwindcss](https://github.com/tailwindlabs/tailwindcss).


Updates `tailwindcss` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update deps

* chore: lint fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-16 21:23:11 +08:00
dap
113c2d60b5 fix: menu support i18n 2024-10-11 21:20:23 +08:00
dap
27f62c2bab feat: 支持i18n菜单 2024-10-11 09:29:06 +08:00
dap
41fda26248 feat: image upload component 2024-10-06 12:19:24 +08:00
dap
054fbf72cd feat: code generator 2024-09-23 22:11:31 +08:00
dap
a623f81fec chore: 导出excel demo 2024-09-13 09:56:05 +08:00
dap
0a4388b05a chore: i18n 2024-09-10 09:05:16 +08:00
dap
29d1e38843 chore: i18n 2024-09-10 08:57:38 +08:00
dap
963c44dd30 chore: i18n 2024-09-10 08:37:46 +08:00
dap
15af16b247 feat: 图片裁剪组件 & 头像上传 2024-09-04 15:46:50 +08:00
dap
cce35ec6c4 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-21 19:45:28 +08:00
Li Kui
cd652941cd
fix: switching language does not load the translation of the component correctly (#4205)
closes #4191
2024-08-21 10:06:06 +08:00
dap
f38dc1387c Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-12 07:38:55 +08:00
Vben
b464b87ac5
refactor: migrate demo applications to playground (#4116)
* chore: detail adjustment

* refactor: Migrate demo applications to playground

* perf: logic optimization

* chore: update docs

* chore: update docs
2024-08-11 16:09:32 +08:00
dap
6ef9dba129 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-09 11:14:37 +08:00
invalid w
f1e0278bd8
chore: define examples router & add ellipsis comp (#4019)
* chore: define components router

* chore: 组件路由放置到演示路由下

* Revert "chore: 组件路由放置到演示路由下"

This reverts commit 3c24632ad51f031cf95aafa49183d7c5538098bb.

* chore: typo

* chore: 增加密码强度组件

* chore: 国际化密码强度的菜单

* chore(@vben/web-antd): 迁移文本省略组件

* chore: typo

* chore: 组件命名方式遵从packages

* chore: Optimize the onExpand function

* chore: update css

* chore(@vben/web-antd): optimize the getPosition function

* chore: add ellipsis-text in comm-ui

* chore: 文本省略组件迁移至common-ui

* feat(@vben/common-ui): Tooltip的tip支持style传参

* chore: 优化组件渲染

* chore: 使用css module解决样式冲突

* chore: update props

* chore: 优化css

* chore: rm unuse attr

---------

Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
2024-08-09 10:57:46 +08:00
dap
c31259598b chore: 脚手架 2024-08-07 08:57:56 +08:00
Vben
4f5783d00b
perf: enable strict ts type checking (#4045) 2024-08-05 21:12:22 +08:00
Vben
376fd17a61
feat: Feature/pro docs (#70)
* chore: merge main

* feat: update docs

* feat: remove coze-assistant

* feat: add watermark plugin

* feat: update preferences

* feat: update docs

---------

Co-authored-by: vince <vince292007@gmail.com>
2024-07-28 14:29:05 +08:00
vince
14538f7ed5 refactor(project): re-adjust the overall folder 2024-07-23 00:03:59 +08:00
vben
a1a566cb2f chore: update deps 2024-07-20 23:01:49 +08:00
vben
480580f104 feat: add 'maxNumOfOpenTab' to limit the maximum number of tabs with the same name 2024-07-20 11:14:32 +08:00
vben
9987451647 feat: use simpler nitro instead of nestjs to implement mock service 2024-07-20 08:31:05 +08:00
vince
9ec91ac16d feat: add breadcrumb navigation example 2024-07-19 01:26:13 +08:00
vince
276ef2ebc3 fix: fix a series of known problems,fixed #54 2024-07-18 21:59:18 +08:00
vben
daa31f7156 refactor(project): simplified part of the package, code optimization 2024-07-13 16:35:47 +08:00
vben
5784d718c0 chore: update deps 2024-07-13 14:49:49 +08:00
Li Kui
7801a90dcb
refactor: unify frontend and backend access control with shared page … (#43)
* refactor: unify frontend and backend access control with shared page components

* fix: role switch not show

* chore: update title
2024-07-13 11:26:36 +08:00
vince
d62a3da009 perf: improve the logic related to login expiration 2024-07-11 20:11:11 +08:00
vince
95b6bcce6a feat: can also see the menu without permission, but jump to 403 2024-07-10 22:13:55 +08:00
vince
4674380266 perf: optimize the naming of locale key 2024-07-10 21:55:16 +08:00
vince
a765d3bbc0 feat: new interface pendant can be configured to display hidden 2024-07-10 21:20:11 +08:00
vben
208d4188fc refactor: refactor locales, separate locales within apps,fixed #12 2024-07-07 00:17:44 +08:00