Commit Graph

640 Commits

Author SHA1 Message Date
dap
9cdc2780b3 chore: 优化布局 2024-10-18 15:43:57 +08:00
dap
6e7fade539 refactor: 通用的表格复选框是否选中事件 2024-10-18 15:39:39 +08:00
dap
c6984c164c feat: 通用的表格复选框是否选中事件 2024-10-18 15:20:20 +08:00
dap
162b3207fd chore: 更新注释信息 2024-10-18 15:02:39 +08:00
dap
ef956a5507 chore: 漏掉的导入 2024-10-17 19:08:09 +08:00
dap
4a393a1920 chore: 更改导入位置 2024-10-17 15:16:22 +08:00
dap
70e7d6a131 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-17 13:36:03 +08:00
dap
b6256d4736 chore: 修改为默认clientId 2024-10-17 08:10:35 +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
f9feeccc44 fix: vxe默认为reload 修改为在当前页刷新 2024-10-16 11:03:24 +08:00
dap
2f16e64a3d chore: file-upload 2024-10-15 20:40:41 +08:00
dap
106476b755 feat: sse demo 2024-10-15 10:26:18 +08:00
dap
c27acef777 feat: Markdown编辑/预览组件(基于vditor) 2024-10-15 08:31:39 +08:00
Vben
6c4a742627
refactor: remove the adapter bucket introduction pattern and improve potential introduction timing (#4635)
* refactor: remove the adapter bucket introduction pattern and improve potential introduction timing

* chore: update deps
2024-10-14 22:53:23 +08:00
dap
72ae9edd2c feat: markdown组件(开发中) 2024-10-14 21:15:47 +08:00
dap
86a2539d27 chore: 更新 2024-10-14 17:19:49 +08:00
dap
47a817f73c Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-14 17:19:16 +08:00
dap
8f6a2a6c23 chore: 说明 2024-10-14 17:11:18 +08:00
Vben
24d14c2841
refactor(adapter): separate form and component adapters so that components adapt to components other than the form (#4628)
* refactor: global components can be customized

* refactor: remove use Toast and reconstruct the form adapter
2024-10-13 18:33:43 +08:00
dap
6dedefb6b9 chore: 去除join 2024-10-13 16:01:50 +08:00
dap
c60f826d31 chore: 租户切换保存到localStorage 2024-10-13 15:28:39 +08:00
dap
330a8a1d70 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-13 14:38:56 +08:00
vben
9856bc88d2 chore: release v5.4.0 2024-10-13 14:21:54 +08:00
vben
68465b5fbf chore: release v5.4.0-beta.1 2024-10-13 14:17:28 +08:00
dap
415176b2ee fix: 应为最大高度而非固定高度 2024-10-13 10:46:27 +08:00
dap
6677d5cfa8 feat: 验证码登录 2024-10-13 10:45:17 +08:00
dap
89047a7dde chore: 字典相关逻辑 2024-10-12 14:10:19 +08:00
dap
21e05a1bc8 Merge branch 'main' of https://gitee.com/dapppp/ruoyi-plus-vben5 2024-10-12 11:29:19 +08:00
dap
0a27114ea3 fix: 登出相关逻辑在并发(非await)情况下重复执行的问题 2024-10-12 11:29:06 +08:00
dap
113c2d60b5 fix: menu support i18n 2024-10-11 21:20:23 +08:00
dap
fbbb023971 chore: 注释 2024-10-11 21:05:25 +08:00
dap
1a6e5d22fd chore: v-access类型标注 2024-10-11 20:58:59 +08:00
dap
be06f4cb50 chore: 溢出展示形式 不加会有warning 2024-10-11 17:34:13 +08:00
dap
6f098cd5c0 fix: page table default params 2024-10-11 17:28:56 +08:00
dap
9288341c85 fix: 菜单选择的i18n处理 2024-10-11 13:44:08 +08:00
dap
2099e672ce chore: help message 2024-10-11 10:15:44 +08:00
dap
2eff47b59a fix: title 2024-10-11 10:08:29 +08:00
dap
27f62c2bab feat: 支持i18n菜单 2024-10-11 09:29:06 +08:00
dap
f707fcb3da Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-11 08:43:19 +08:00
dap
26ac896f5c style: 优化代码 2024-10-11 08:08:19 +08:00
dap
663bad5e71 refactor: 文件类型判断 2024-10-10 15:06:32 +08:00
dap
26ee8e28ea refactor: upload component (wip) 2024-10-10 14:21:16 +08:00
dap
d10f950b6b chore: 菜单图标的提示信息 2024-10-10 13:31:36 +08:00
dap
60d513ce40 feat: 路由参数 2024-10-10 11:48:26 +08:00
dap
fffe2d0db9 fix: 漏掉了登录日志日期查询 2024-10-10 09:46:42 +08:00
dap
f8e480d724 chore: 需要重新加载字典 2024-10-10 09:23:18 +08:00
dap
e6374a6a06 feat: 自定义列 保存在localStorage 2024-10-10 09:13:50 +08:00
dap
521ba6af9c chore: vxe默认显示条数 2024-10-10 08:31:40 +08:00
dap
df79908056 feat: 操作日志 排序查询 2024-10-10 08:27:56 +08:00
dap
493a0effe8 perf: fetchUserInfo 2024-10-10 08:13:09 +08:00