xingyu4j
bed52983a0
fix: lint
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
Jin Mao
f8a7a0a9a2
chore: lint
3 months ago
Jin Mao
b36d32b66d
chore(timezone): 添加 $reset 方法并初始化时区存储
- 在时区存储中添加 `$reset` 方法
-修复导入语句引号为双引号
- 优化时区初始化错误处理逻辑- 导出 `$reset` 方法以便外部调用- 确保时区设置与默认选项同步
- 提升代码一致性和可维护性
3 months ago
zhongming4762
565be77e96
fix: resolve the issue of logout failure caused by the timezone store
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
vben
e147a9d2fd
chore: release 5.5.9
6 months ago
vben
1575619d53
chore: release v5.5.8
7 months ago
vben
b9aef618fe
chore: release 5.5.7
8 months ago
LinaBell
ebef2c91e2
fix: tab cannot be displayed correctly after browser refresh ( #6256 )
9 months ago
ming4762
3d9dba965f
perf: perf the control logic of Tab ( #6220 )
* perf: perf the control logic of Tab
* 每个标签页Tab使用唯一的key来控制关闭打开等逻辑
* 统一函数获取tab的key
* 通过3种方式设置tab key:1、使用router query参数pageKey 2、使用路由meta参数fullPathKey设置使用fullPath或path作为key
* 单个路由可以打开多个标签页
* 如果设置fullPathKey为false,则query变更不会打开新的标签(这很实用)
* perf: perf the control logic of Tab
* perf: perf the control logic of Tab
* 测试用例适配
* perf: perf the control logic of Tab
* 解决AI提示的警告
9 months ago
XiaoHetitu
cf17a45d8d
feat(tabs): 支持计算属性作为标签标题,解决 #6170 的问题 ( #6163 )
* feat(tabs): 支持动态函数作为标签标题
修改 `setTabTitle` 和 `tabsView` 逻辑,允许传入函数作为标签标题,以便动态生成标题内容
* feat(tabbar): 添加动态设置标签页标题功能
允许设置静态字符串或动态函数作为标签标题,支持根据状态或语言变化动态更新标题
* refactor(tabs): 移除冗余的newTabTitle2变量并优化标题设置逻辑
移除tabs组件中冗余的newTabTitle2变量,直接使用newTabTitle作为标题来源。同时,优化use-tabs和tabbar模块的标题设置逻辑,支持ComputedRef作为动态标题,提升代码简洁性和可维护性。
---------
Co-authored-by: yuanwj <ywj6792341@qq.com>
9 months ago
anyup
9e67929ee7
feat: support to refresh the tab page by route name ( #6153 )
Co-authored-by: anyup <anyupxing@163.com>
9 months ago
vben
cc6c9bf7a0
chore: release v5.5.6
9 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
Jin Mao
df6341f0b8
feat(tabbar): 添加右键菜单过滤功能 ( #5820 )
10 months ago
vben
b92ac5c36d
chore: release 5.5.4
11 months ago
Netfan
5262233312
feat: tabbar support max count limit ( #5490 )
* 标签栏支持限制打开的最大数量
1 year ago
vben
195ceec9b4
chore: release 5.5.3
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago
vben
07c4ad05f4
chore: release 5.5.2
1 year ago
Netfan
0f756503ff
feat: add demo for modify menu badge data
1 year ago
vben
cbca9ffd95
chore: release 5.5.1
1 year ago
vben
7ab00250bf
chore: release 5.5.0
1 year ago
vben
c8dd9bbf0b
chore: release 5.4.8
1 year ago
vben
788a29a8cb
chore: release v5.4.7
1 year ago
vben
94efcec7da
chore: release v5.4.6
1 year ago
vben
57d5a919d2
chore: release v5.4.5
1 year ago
vben
44440d0951
chore: release v5.4.4
1 year ago
vben
ad3963ff70
chore: release v5.4.3
1 year ago
pingsanddoss
862bbd8344
fix: fix the error of closing the default analysis page on the tab page ( #4720 )
1 year ago
Vben
23768ea620
feat: menu routing support opens in a new window ( #4715 )
1 year ago
pingsanddoss
f60796f961
fix( @vben/tabs-ui ): modified fixed and unfixed logic, fixed #4640 ( #4709 )
* fix: modified fixed and unfixed logic, fixed #4640
* fix: modified fixed and unfixed logic, fixed #4640
1 year ago
vben
bfaa2780ab
chore: release v5.4.2
1 year ago
Vben
477a05c26c
feat: menu supports carrying default query ( #4687 )
1 year ago
vben
d1ca09c7bb
chore: release v5.4.1
1 year ago
菠萝吹雪
7c45aeb868
fix: tabView title internationalization switchover problem ( #4652 )
当tabView被固定或取消固定后,切换国际化,该tabView的title国际化切换失败
1 year ago
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
1 year ago
vben
9856bc88d2
chore: release v5.4.0
1 year ago
vben
68465b5fbf
chore: release v5.4.0-beta.1
1 year ago
Vben
d37e2f599c
fix: naive ui form reset does not meet expectations ( #4569 )
* fix: naive ui form reset does not meet expectations
* fix: typo
1 year ago
dependabot[bot]
28b54b587a
chore(deps): bump the non-breaking-changes group with 3 updates ( #4561 )
* chore(deps): bump the non-breaking-changes group with 3 updates
Bumps the non-breaking-changes group with 3 updates: [@changesets/cli ](https://github.com/changesets/changesets ), [vue](https://github.com/vuejs/core ) and [@vue/shared ](https://github.com/vuejs/core/tree/HEAD/packages/shared ).
Updates `@changesets/cli` from 2.27.8 to 2.27.9
- [Release notes](https://github.com/changesets/changesets/releases )
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md )
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.27.8...@changesets/cli@2.27.9 )
Updates `vue` from 3.5.10 to 3.5.11
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/compare/v3.5.10...v3.5.11 )
Updates `@vue/shared` from 3.5.10 to 3.5.11
- [Release notes](https://github.com/vuejs/core/releases )
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vuejs/core/commits/v3.5.11/packages/shared )
---
updated-dependencies:
- dependency-name: "@changesets/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@vue/shared"
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
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
vben
46540a7329
chore: release v5.3.2
1 year ago
vben
01391ee5a1
chore: release v5.3.1
1 year ago
jinmao88
93b5618b52
feat( @vben/stores ): export defineStore to support pinia persistence within apps ( #4483 )
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
1 year ago
vben
31f6cc6416
chore: release v5.3.0
1 year ago
Vben
56bdb8f606
chore: use pnpm catalog ( #4437 )
* feat: use pnpm catalog
* fix: lint error
1 year ago
dependabot[bot]
d574fb8b6d
chore(deps): bump pinia-plugin-persistedstate ( #4428 )
Bumps the non-breaking-changes group with 1 update: [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate ).
Updates `pinia-plugin-persistedstate` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases )
- [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: pinia-plugin-persistedstate
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago