dap
|
13f5e949a9
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
|
2025-11-18 16:24:31 +08:00 |
|
Jin Mao
|
cfad88666b
|
chore: 替换 lodash-es为 es-toolkit 并调整样式引入方式 (#6912)
|
2025-11-13 08:20:30 +08:00 |
|
Jin Mao
|
f59e33682c
|
Merge branch 'main' into main
|
2025-11-12 04:27:57 +08:00 |
|
shixi
|
05e9d65251
|
fix: for tdesign
|
2025-11-12 01:14:28 +08:00 |
|
shixi
|
0bbb20fee0
|
feat: sport notification link
|
2025-11-12 00:55:24 +08:00 |
|
shixi
|
dbc5ea32ae
|
feat: add read and delete for each notification
|
2025-11-12 00:02:13 +08:00 |
|
xingyu4j
|
acf99f2441
|
feat: tdesign add profile
|
2025-11-10 18:00:25 +08:00 |
|
xingyu4j
|
cbf2a02877
|
feat: naive add profile
|
2025-11-10 17:59:58 +08:00 |
|
xingyu4j
|
226d9bd1ad
|
feat: ele add profile
|
2025-11-10 17:59:33 +08:00 |
|
xingyu4j
|
e311cfb8da
|
feat: route add profile
|
2025-11-10 17:51:10 +08:00 |
|
xingyu4j
|
4347fba80a
|
feat: antdv add profile
|
2025-11-10 17:50:47 +08:00 |
|
dap
|
eb2e2c6f15
|
update: 社交授权成功后延迟跳转到首页
|
2025-11-10 11:03:50 +08:00 |
|
dap
|
1e853b7347
|
feat: 授权成功后跳转到默认首页
在社交授权回调处理完成后,新增路由跳转逻辑,将用户重定向到系统配置的默认首页路径。
|
2025-11-10 10:53:47 +08:00 |
|
Li Kui
|
83ea27af3e
|
fix: fix lint
|
2025-11-06 23:16:23 +08:00 |
|
Li Kui
|
b7bfd69788
|
fix: fix lint
|
2025-11-06 23:10:03 +08:00 |
|
Li Kui
|
99d663a6f2
|
fix: fix typecheck
|
2025-11-06 23:02:24 +08:00 |
|
Li Kui
|
1af11240a6
|
chore: add tdesign logo
|
2025-11-06 22:37:55 +08:00 |
|
Li Kui
|
be843300be
|
chore: update demo routes
|
2025-11-06 17:44:34 +08:00 |
|
Li Kui
|
dc77721c11
|
chore: demo i18n
|
2025-11-06 16:42:25 +08:00 |
|
Li Kui
|
a38d081f17
|
chore: enable VITE_NITRO_MOCK
|
2025-11-06 16:37:15 +08:00 |
|
Li Kui
|
bd8ff73f9e
|
fix: fix build error
|
2025-11-06 15:26:24 +08:00 |
|
kiki1373639299
|
15dc0c121f
|
fix: update delete functionality to use spelDelete API
|
2025-11-06 07:13:17 +00:00 |
|
Li Kui
|
57620dc2ea
|
chore: apply coderabbitai suggestions
|
2025-11-06 15:11:28 +08:00 |
|
Li Kui
|
b472fbb72f
|
Merge branch 'main' into tdesign
|
2025-11-06 14:36:27 +08:00 |
|
Copilot
|
04321b16c1
|
fix: replace ant-design-vue with tdesign components in web-tdesign app (#6880)
* Initial plan
* fix: replace ant-design-vue with tdesign components
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
* fix: remove trailing comma in package.json
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
|
2025-11-06 14:35:50 +08:00 |
|
dap
|
8c42c8cc70
|
merge
|
2025-11-06 09:38:42 +08:00 |
|
Jin Mao
|
348c97710f
|
Revert "refactor(jwt): 更新 JWT 工具函数实现方式 (#6869)"
This reverts commit a854760d26.
|
2025-11-03 19:34:45 +08:00 |
|
zengmingyong
|
a854760d26
|
refactor(jwt): 更新 JWT 工具函数实现方式 (#6869)
refactor(jwt): 更新 JWT 工具函数实现方式
- 将默认导入 jsonwebtoken 改为解构导入 sign 和 verify 方法
|
2025-11-03 13:08:06 +08:00 |
|
Copilot
|
c7c39047de
|
feat: add theme-aware logo support via optional sourceDark configuration (#6866)
* Initial plan
* Initial exploration and setup
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* Add support for separate light and dark theme logos
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* Update documentation with dark theme logo configuration
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* feat: Add theme-aware logo support for authentication/login page
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
* revert: .npmrc
Signed-off-by: aonoa <1991849113@qq.com>
---------
Signed-off-by: aonoa <1991849113@qq.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aonoa <32682251+aonoa@users.noreply.github.com>
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
Co-authored-by: aonoa <1991849113@qq.com>
|
2025-11-03 13:07:36 +08:00 |
|
Jin Mao
|
ac6de0324c
|
Merge branch 'fork/ming4762/timezone-20251020'
|
2025-10-30 00:42:05 +08:00 |
|
zhongming4762
|
3eed51fd3e
|
feat: increase support for multiple time zones
* 优化实现方法
|
2025-10-29 20:03:21 +08:00 |
|
zhongming4762
|
4d713db546
|
feat: increase support for multiple time zones
* 优化实现方法
|
2025-10-29 19:47:10 +08:00 |
|
dap
|
4c39bef181
|
docs: version
|
2025-10-28 13:32:43 +08:00 |
|
dap
|
86bcceaa84
|
feat: 租户管理 同步租户参数配置
|
2025-10-28 13:30:09 +08:00 |
|
Jin Mao
|
33b7a605c0
|
chore: 一些调整和兼容性更新
|
2025-10-26 14:23:37 +08:00 |
|
dap
|
a38cf80ea4
|
refactor: 重构数据权限 - 部门分配组件
|
2025-10-24 16:05:04 +08:00 |
|
dap
|
9822d2af8a
|
fix: 菜单管理 新增没有加载下拉选择api
|
2025-10-24 10:06:17 +08:00 |
|
dap
|
b51f5d1fa6
|
update: 发起流程loading + 默认不显示抄送字段
|
2025-10-23 14:16:22 +08:00 |
|
zhongming4762
|
e01803ce9d
|
feat: increase support for multiple time zones
|
2025-10-22 20:39:00 +08:00 |
|
zhongming4762
|
b029f77b6a
|
feat: increase support for multiple time zones
|
2025-10-22 20:18:25 +08:00 |
|
zhongming4762
|
0a8339a405
|
feat: increase support for multiple time zones
|
2025-10-22 19:52:01 +08:00 |
|
dap
|
56104b2abf
|
refactor: tinymce 避免图片地址和链接地址转换成相对路径
|
2025-10-22 11:02:29 +08:00 |
|
dap
|
b4ca3f43a9
|
docs: 更新私有桶预览说明文档
|
2025-10-22 10:27:02 +08:00 |
|
Jin Mao
|
2264eaae18
|
feat: 新增集成tdesign组件的apps
|
2025-10-21 10:47:39 +08:00 |
|
dap
|
8ce52eef51
|
feat: 修改流程变量
|
2025-10-20 15:51:47 +08:00 |
|
dap
|
738a918df6
|
refactor: 优化代码
|
2025-10-20 14:49:18 +08:00 |
|
dap
|
d9131cbe22
|
fix: 修复审批人昵称包含逗号时显示不正确的问题
将审批人昵称分割逻辑从 approveName 字段改为 approver 字段,
并添加注释说明昵称中带逗号的处理仍不准确,为后续优化提供提醒。
|
2025-10-20 14:45:10 +08:00 |
|
dap
|
968a2eb7b6
|
refactor: 优化审批面板接口加载逻辑 防止多余的api加载
|
2025-10-20 14:39:05 +08:00 |
|
dap
|
9b59a8acdb
|
refactor: 重构审批详情footer及相关代码 移除之前iframe方案过时代码
新增 `FlowActions` 审批操作按钮组件,统一处理我的申请、审批、管理员等不同场景下的操作逻辑。
重构 `ApprovalPanel` 组件,将操作按钮抽离为独立组件,简化原有代码结构。
移除了 `ApprovalDetails` 中冗余的 iframe 高度控制属性。
优化 `FlowPreview` 组件,调整 iframe 样式并增强主题切换时与子页面的通信逻辑。
新增 `ApprovalType` 类型定义文件,明确各审批场景类型。
|
2025-10-20 14:23:51 +08:00 |
|
dap
|
ab756b3434
|
chore: version
|
2025-10-20 10:24:22 +08:00 |
|