Jin Mao
348c97710f
Revert "refactor(jwt): 更新 JWT 工具函数实现方式 ( #6869 )"
This reverts commit a854760d26 .
3 months ago
zengmingyong
a854760d26
refactor(jwt): 更新 JWT 工具函数实现方式 ( #6869 )
refactor(jwt): 更新 JWT 工具函数实现方式
- 将默认导入 jsonwebtoken 改为解构导入 sign 和 verify 方法
3 months ago
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>
3 months ago
zhongming4762
3eed51fd3e
feat: increase support for multiple time zones
* 优化实现方法
3 months ago
zhongming4762
4d713db546
feat: increase support for multiple time zones
* 优化实现方法
3 months ago
zhongming4762
e01803ce9d
feat: increase support for multiple time zones
4 months ago
zhongming4762
b029f77b6a
feat: increase support for multiple time zones
4 months ago
zhongming4762
0a8339a405
feat: increase support for multiple time zones
4 months ago
zoumingjun
2b0079580b
fix: 修复mock-data.ts父id错误
4 months ago
zouawen
2ce161e585
feat: 1、新增水印文案自定义功能;2、input-item输入框组件新增清除功能(可用于快捷清除水印文案);3、偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果 ( #6800 )
* feature: 新增水印文案自定义功能;
* chore: 偏好设置、主题切换、语言选择、是否全屏按钮新增动画效果
4 months ago
zouawen
33306a5aff
chore: 更换其他登录方式图标为彩色图标,新增其他登录方式tooltip文字提示 ( #6799 )
4 months ago
vben
e147a9d2fd
chore: release 5.5.9
6 months ago
谦元吉
4efebb8c0b
fix:update ( #6635 )
6 months ago
gxc685
9ce0df88ae
fix: 修复mock里面eventHandler重复导致无法启动 ( #6631 )
6 months ago
谦元吉
ab7e363279
fix( @vben/backend-mock ): fix all ts type errors in this module ( #6613 )
* fix(@vben/backend-mock ): 修复所有 ts 类型报错
* fix(@vben/backend-mock ): 修复该模块所有 ts 类型报错
* fix(@vben/backend-mock ): 解决 coderabbitai
* fix(@vben/backend-mock ): 解决 coderabbitai
* fix(@vben/backend-mock ): 解决 coderabbitai
6 months ago
vben
1575619d53
chore: release v5.5.8
7 months ago
RanMaoting
fee811d950
fix: 优化组件方法透传并新增表单弹窗示例 ( #6443 )
7 months ago
zyy
b015fbc9fc
fix: [adapter] 表格配置类型报错 ( #6327 )
配置toolbarConfig中的search时会有类型报错
8 months ago
vben
b9aef618fe
chore: release 5.5.7
8 months ago
Netfan
a1091bad46
feat: enhances compatibility with APIs returning large numeric values ( #6250 )
9 months ago
zhang
9f9be21e2a
fix: component Input is not registered when initialize page ( #6246 )
* fix: Component Input is not registered when initialize page
* fix: Component Input is not registered when initialize page
9 months ago
afe1
90625782c0
fix: delete useless code ( #6143 )
9 months ago
vben
cc6c9bf7a0
chore: release v5.5.6
9 months ago
Vben
17a18fc9ba
chore: close eslint object sorting ( #6101 )
9 months ago
aonoa
41152d1722
refactor: modify the default homepage path loaded from the preference… ( #6099 )
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com>
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com>
---------
Signed-off-by: aonoa <1991849113@qq.com>
9 months ago
ming4762
baec89f896
perf: resolve duplicate component names ( #6039 )
10 months ago
vben
7c7051a11e
chore: release v5.5.5
10 months ago
Netfan
aa27a2f7a1
feat: encrypt the privacy data when it is persisted ( #6056 )
* 对私密数据持久化时执行加密
* 将锁屏密码合并到accessStore中进行加密
10 months ago
yuh
4baec83db5
feat: add examples: form-upload ( #5955 )
* feat: add examples: form-upload
* fix: upload: accept and label
* fix: upload: 设置表单值、图片预览
10 months ago
Netfan
2971ccc0b7
docs: docs modal z-index fixed, update alert docs ( #5930 )
10 months ago
Netfan
329a176a5c
perf: optimize bootstrap modules to speed up first-screen loading ( #5899 )
优化首屏加载速度
10 months ago
Netfan
a0feeb1966
fix: watermark settings in the preferences modified accidentally ( #5823 )
10 months ago
Netfan
a77bb8e68d
perf: improve component packaging to enable instance method retrieval ( #5795 )
改进组件适配器里的包装函数,使得组件暴露的方法可以透传
11 months ago
vben
b92ac5c36d
chore: release 5.5.4
11 months ago
Netfan
cfa18c2b8e
fix: improve component repackaging
11 months ago
Netfan
b37ed48b9d
feat: role management page with component `tree` ( #5675 )
* feat: add shadcn tree
* fix: update vbenTree component
* feat: role management demo page
* feat: add cellSwitch renderer for vxeTable
* chore: remove tree examples
11 months ago
Netfan
34789645f7
fix: nitro server cookie maxAge fixed
11 months ago
Netfan
5e421ce607
chore: demo page menu management ( #5619 )
* 添加菜单管理演示页面
12 months ago
Netfan
1d8676f456
chore: remove sleep in department list api
12 months ago
Netfan
d33261d0c2
chore: demo page for system/department ( #5611 )
* feat: department management demo
* perf: department page improve
* feat: demo api middleware
* fix: add losing import
12 months ago
Netfan
d9799fec70
fix: `search` take no effect in `icon-picker` with antd ( #5592 )
12 months ago
Netfan
579b1b486c
feat: loading and spinner component with directive ( #5587 )
* 添加loading和spinner组件,以及对应的vue指令
12 months ago
Netfan
9f82052c71
feat: demo of motion plugin ( #5550 )
添加Motion的用法例子
12 months ago
Netfan
e0eb57d38d
fix: nitro server cors support with cookie ( #5549 )
* 修复nitro server在使用cookie时的跨域配置
12 months ago
Netfan
cb7c0ecaa2
fix: menu data for backend mode fixed ( #5465 )
1 year ago
vben
195ceec9b4
chore: release 5.5.3
1 year ago
Netfan
22e6f28464
perf: easy to define fieldName of response data ( #5442 )
1 year ago
Netfan
5611f6c7f5
perf: request support to set how to return response ( #5436 )
* feat: request support to set how to return response
* docs: typo
* fix: test unit
* test: add request responseReturn test
1 year ago
Netfan
816d1f5a69
fix: demos route fixed ( #5405 )
1 year ago
Netfan
13087a10b7
refactor: fix popup component zIndex ( #5397 )
1 year ago