From 85413059a0a66677ec68a98c5070246ea21112c5 Mon Sep 17 00:00:00 2001 From: Soybean Date: Mon, 16 Dec 2024 18:13:30 +0800 Subject: [PATCH] chore(projects): release v1.3.10 --- CHANGELOG.md | 1605 ++++++++++++++++++++++++++++++ package.json | 2 +- packages/axios/package.json | 2 +- packages/color/package.json | 2 +- packages/hooks/package.json | 2 +- packages/materials/package.json | 2 +- packages/ofetch/package.json | 2 +- packages/scripts/package.json | 2 +- packages/uno-preset/package.json | 2 +- packages/utils/package.json | 2 +- 10 files changed, 1614 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85988b2..e118183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,1611 @@ # Changelog +## [v1.3.10](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.3.9...v1.3.10) (2024-12-16) + +###    🚨 Breaking Changes + +- **packages**: + - modify request retry times to 0  -  by @soybeanjs [(d87e9)](https://github.com/soybeanjs/soybean-admin-antd/commit/d87e9c16) +- **projects**: + - refactor global menu & support `reversed-horizontal-mix-menu`. close #365  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/365 [(087e5)](https://github.com/soybeanjs/soybean-admin-antd/commit/087e5326) + - don't reset active menu of vertical-mix layout when it is mixSiderFixed  -  by @soybeanjs [(939c5)](https://github.com/soybeanjs/soybean-admin-antd/commit/939c512f) + - refactor global menu & support reversed-horizontal-mix-menu  -  by @soybeanjs [(2244f)](https://github.com/soybeanjs/soybean-admin-antd/commit/2244f0c7) + - update scss config  -  by @soybeanjs [(24e9e)](https://github.com/soybeanjs/soybean-admin-antd/commit/24e9e57a) + - update scss config  -  by @soybeanjs [(b1cda)](https://github.com/soybeanjs/soybean-admin-antd/commit/b1cda6a1) + - refactor route cache & support reset route cache strategy  -  by @soybeanjs [(b667e)](https://github.com/soybeanjs/soybean-admin-antd/commit/b667eab7) + - refactor route cache & support reset route cache strategy  -  by @soybeanjs [(76270)](https://github.com/soybeanjs/soybean-admin-antd/commit/762704ae) + +###    🚀 Features + +- setting 页面新增 是否显示footer的开关  -  by **zuihou** [(d064f)](https://github.com/soybeanjs/soybean-admin-antd/commit/d064f628) +- 新增 affix 属性,用于将其固定在tab卡  -  by **zuihou** [(e772f)](https://github.com/soybeanjs/soybean-admin-antd/commit/e772ff05) +- internationalized menu search  -  by **Kori** [(9e115)](https://github.com/soybeanjs/soybean-admin-antd/commit/9e115dae) +- **auth**: + - 防止多次刷新token  -  by **liwei** [(0eaa3)](https://github.com/soybeanjs/soybean-admin-antd/commit/0eaa327d) +- **component**: + - 增加剪贴板示例  -  by **Yanbowen** [(f1cd9)](https://github.com/soybeanjs/soybean-admin-antd/commit/f1cd9955) +- **components**: + - 添加主题配置抽屉,添加暗黑主题  -  by **Soybean** [(a8759)](https://github.com/soybeanjs/soybean-admin-antd/commit/a87593f5) + - 添加面包屑  -  by **Soybean** [(c1cdc)](https://github.com/soybeanjs/soybean-admin-antd/commit/c1cdc3a9) + - 添加vertical-mix的导航模式下的菜单  -  by **Soybean** [(f24ec)](https://github.com/soybeanjs/soybean-admin-antd/commit/f24ec1c5) + - 添加图片验证码  -  by **Soybean** [(336c7)](https://github.com/soybeanjs/soybean-admin-antd/commit/336c7766) + - 添加多页签Tab点击后自动往中间滚动  -  by **Soybean** [(8ce62)](https://github.com/soybeanjs/soybean-admin-antd/commit/8ce627a3) + - svgIcon,添加type,调整size方案  -  by **Lsq128** [(ce4e0)](https://github.com/soybeanjs/soybean-admin-antd/commit/ce4e039f) + - Add tree related component instances  -  by **small_happy** [(d203a)](https://github.com/soybeanjs/soybean-admin-antd/commit/d203a358) + - Add routing data related to tree components and page display optimization  -  by **small_happy** [(a0f55)](https://github.com/soybeanjs/soybean-admin-antd/commit/a0f55aca) + - enhance the custom strength of the 'TableHeaderOperation' component  -  by **tnt group** [(fdf64)](https://github.com/soybeanjs/soybean-admin-antd/commit/fdf64f71) + - add GlobalSearch components  -  by **燕博文** [(9ea87)](https://github.com/soybeanjs/soybean-admin-antd/commit/9ea87891) +- **hooks**: + - add useNaiveTable  -  by **Soybean** [(cc13f)](https://github.com/soybeanjs/soybean-admin-antd/commit/cc13fcc8) + - add useHookTable  -  by @soybeanjs [(b3ae7)](https://github.com/soybeanjs/soybean-admin-antd/commit/b3ae7605) + - add @sa/hooks  -  by @soybeanjs [(7677a)](https://github.com/soybeanjs/soybean-admin-antd/commit/7677af5e) + - add use-echarts  -  by @soybeanjs [(726ab)](https://github.com/soybeanjs/soybean-admin-antd/commit/726abe42) + - add use-echarts  -  by @soybeanjs [(ada3f)](https://github.com/soybeanjs/soybean-admin-antd/commit/ada3f984) + - @sa/hooks: add useTable  -  by @soybeanjs [(348b4)](https://github.com/soybeanjs/soybean-admin-antd/commit/348b4f63) + - deleting the route export of useRoutePush, use vue-router  -  by @paynezhuang [(c6648)](https://github.com/soybeanjs/soybean-admin-antd/commit/c6648b6c) + - add state hooks: useRef, useState, useSignal  -  by @soybeanjs [(09f64)](https://github.com/soybeanjs/soybean-admin-antd/commit/09f64646) + - add setOptions for useEcharts  -  by @soybeanjs [(e4d53)](https://github.com/soybeanjs/soybean-admin-antd/commit/e4d53aa7) + - add setOptions for useEcharts  -  by @soybeanjs [(40ceb)](https://github.com/soybeanjs/soybean-admin-antd/commit/40cebabd) +- **layouts**: + - 添加侧边栏/头部的反转模式来增加对比度  -  by **元家怿** [(3c8dd)](https://github.com/soybeanjs/soybean-admin-antd/commit/3c8dd772) + - 添加侧边栏/头部的反转模式来增加对比度  -  by **元家怿** [(861c8)](https://github.com/soybeanjs/soybean-admin-antd/commit/861c8b98) +- **packages**: + - @sa/scripts: add new commit type `optimize` and commit scope `packages`  -  by @soybeanjs [(fbc2e)](https://github.com/soybeanjs/soybean-admin-antd/commit/fbc2e61f) + - @sa/scripts: add new commit type optimize and commit scope packages  -  by @soybeanjs [(ee111)](https://github.com/soybeanjs/soybean-admin-antd/commit/ee1119e1) + - `@sa/scripts`: command `gitCommit` support chinese  -  by @mmdapl in https://github.com/soybeanjs/soybean-admin-antd/issues/548 [(06971)](https://github.com/soybeanjs/soybean-admin-antd/commit/06971f39) + - @sa/axios: replace CancelTokenSource by AbortController. close #530, close #532  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/530 and https://github.com/soybeanjs/soybean-admin-antd/issues/532 [(527fd)](https://github.com/soybeanjs/soybean-admin-antd/commit/527fd79d) + - @sa/scripts: add ignore pattern list for command `gitCommitVerify`. close #504  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/504 [(958d0)](https://github.com/soybeanjs/soybean-admin-antd/commit/958d0baf) + - @sa/axios: add response to flatRequest when success  -  by @soybeanjs [(c4e16)](https://github.com/soybeanjs/soybean-admin-antd/commit/c4e16102) + - @sa/scripts: command gitCommit support Chinese  -  by @soybeanjs [(8eb1d)](https://github.com/soybeanjs/soybean-admin-antd/commit/8eb1d5ed) + - @sa/axios: replace CancelTokenSource by AbortController  -  by @soybeanjs [(91296)](https://github.com/soybeanjs/soybean-admin-antd/commit/91296015) + - @sa/scripts: add ignore pattern list for command gitCommitVerify  -  by @soybeanjs [(5a950)](https://github.com/soybeanjs/soybean-admin-antd/commit/5a950264) + - @sa/scripts: add more commit types according to Apache specifications  -  by @soybeanjs [(5a020)](https://github.com/soybeanjs/soybean-admin-antd/commit/5a020dd6) + - @sa/axios: add response to flatRequest when success  -  by @soybeanjs [(aace8)](https://github.com/soybeanjs/soybean-admin-antd/commit/aace819d) + - add subpackage `@sa/alova`  -  by @JOU-amjs in https://github.com/soybeanjs/soybean-admin-antd/issues/640 [(2072f)](https://github.com/soybeanjs/soybean-admin-antd/commit/2072f585) + - optimistic subpackage `@sa/alova`  -  by @JOU-amjs in https://github.com/soybeanjs/soybean-admin-antd/issues/646 [(4b3ac)](https://github.com/soybeanjs/soybean-admin-antd/commit/4b3ac11b) +- **projects**: + - 项目初始化搭建,集成eslint规范,集成代码提交规范  -  by **Soybean** [(6754d)](https://github.com/soybeanjs/soybean-admin-antd/commit/6754da4d) + - 新增主题配置  -  by **Soybean** [(ed67b)](https://github.com/soybeanjs/soybean-admin-antd/commit/ed67b797) + - 布局调整  -  by **Soybean** [(eda87)](https://github.com/soybeanjs/soybean-admin-antd/commit/eda87f04) + - 新增主题颜色配置  -  by **Soybean** [(d9349)](https://github.com/soybeanjs/soybean-admin-antd/commit/d93493b9) + - 新增导航模式配置  -  by **Soybean** [(49c2d)](https://github.com/soybeanjs/soybean-admin-antd/commit/49c2dc4f) + - 导航栏模式配置:界面实现及主题配置布局调整  -  by **Soybean** [(f0021)](https://github.com/soybeanjs/soybean-admin-antd/commit/f002124e) + - 新增主题配置:页面功能  -  by **Soybean** [(8601c)](https://github.com/soybeanjs/soybean-admin-antd/commit/8601ce2e) + - 主题配置:页面功能和页面显示  -  by **Soybean** [(a0392)](https://github.com/soybeanjs/soybean-admin-antd/commit/a0392b3d) + - 添加全屏显示  -  by **Soybean** [(0a171)](https://github.com/soybeanjs/soybean-admin-antd/commit/0a1711d5) + - 四种基本布局完成  -  by **Soybean** [(86d4a)](https://github.com/soybeanjs/soybean-admin-antd/commit/86d4a207) + - 添加固定路由  -  by **Soybean** [(ff4a0)](https://github.com/soybeanjs/soybean-admin-antd/commit/ff4a09c4) + - 添加exception页面:403,404,500  -  by **Soybean** [(d012c)](https://github.com/soybeanjs/soybean-admin-antd/commit/d012c4ec) + - 首页更新  -  by **Soybean** [(5c010)](https://github.com/soybeanjs/soybean-admin-antd/commit/5c010063) + - 登录页面实现  -  by **Soybean** [(f1e7c)](https://github.com/soybeanjs/soybean-admin-antd/commit/f1e7cf60) + - 菜单数据及组件接入  -  by **Soybean** [(3226a)](https://github.com/soybeanjs/soybean-admin-antd/commit/3226a724) + - 头部添加菜单折叠按钮和github地址  -  by **Soybean** [(3ec1f)](https://github.com/soybeanjs/soybean-admin-antd/commit/3ec1fc8f) + - 添加multiTab标签页  -  by **Soybean** [(eec0b)](https://github.com/soybeanjs/soybean-admin-antd/commit/eec0b36f) + - 多页签绑定路由  -  by **Soybean** [(f29bc)](https://github.com/soybeanjs/soybean-admin-antd/commit/f29bc05d) + - 添加reload context  -  by **Soybean** [(03ebd)](https://github.com/soybeanjs/soybean-admin-antd/commit/03ebd49c) + - 添加多页签风格:按钮和浏览器两种风格  -  by **Soybean** [(3cfa0)](https://github.com/soybeanjs/soybean-admin-antd/commit/3cfa0f10) + - 添加多页签右键菜单  -  by **Soybean** [(d6f52)](https://github.com/soybeanjs/soybean-admin-antd/commit/d6f5237c) + - 添加环境文件env对应的类型  -  by **Soybean** [(4f050)](https://github.com/soybeanjs/soybean-admin-antd/commit/4f050953) + - 新增顶部菜单  -  by **Soybean** [(221d2)](https://github.com/soybeanjs/soybean-admin-antd/commit/221d2cc0) + - vertical-mix的导航模式的二级菜单显示  -  by **Soybean** [(736f3)](https://github.com/soybeanjs/soybean-admin-antd/commit/736f3146) + - 添加多级菜单页面  -  by **Soybean** [(3f49d)](https://github.com/soybeanjs/soybean-admin-antd/commit/3f49d6db) + - 添加svg logo自适应主题颜色  -  by **Soybean** [(e1e55)](https://github.com/soybeanjs/soybean-admin-antd/commit/e1e5579e) + - 添加项目配置拷贝  -  by **Soybean** [(2d9d5)](https://github.com/soybeanjs/soybean-admin-antd/commit/2d9d5c03) + - 新增文档页面  -  by **Soybean** [(7654b)](https://github.com/soybeanjs/soybean-admin-antd/commit/7654b2ad) + - 工作台页面布局  -  by **Soybean** [(4c855)](https://github.com/soybeanjs/soybean-admin-antd/commit/4c85569b) + - 分析页更新,添加关于页面  -  by **Soybean** [(8e182)](https://github.com/soybeanjs/soybean-admin-antd/commit/8e182181) + - 添加富文本和markdown编辑器插件及示例页面  -  by **Soybean** [(60c20)](https://github.com/soybeanjs/soybean-admin-antd/commit/60c20647) + - 添加百度地图插件  -  by **Soybean** [(6abe0)](https://github.com/soybeanjs/soybean-admin-antd/commit/6abe094f) + - 新增高德地图插件  -  by **Soybean** [(ea82e)](https://github.com/soybeanjs/soybean-admin-antd/commit/ea82edc1) + - 新增腾讯地图插件  -  by **Soybean** [(3f02c)](https://github.com/soybeanjs/soybean-admin-antd/commit/3f02c215) + - 新增视频插件  -  by **Soybean** [(6a692)](https://github.com/soybeanjs/soybean-admin-antd/commit/6a692d4f) + - 工作台页面:添加技术栈官网链接  -  by **Soybean** [(364c6)](https://github.com/soybeanjs/soybean-admin-antd/commit/364c64b4) + - 添加判断是否是移动端的hooks  -  by **Soybean** [(0a9fb)](https://github.com/soybeanjs/soybean-admin-antd/commit/0a9fba90) + - 添加swiper插件  -  by **Soybean** [(27f60)](https://github.com/soybeanjs/soybean-admin-antd/commit/27f600c4) + - 增加Icon以及打印功能示例  -  by **Yanbowen** [(d5bce)](https://github.com/soybeanjs/soybean-admin-antd/commit/d5bce264) + - 新增多页签缓存功能  -  by **Soybean** [(d86f8)](https://github.com/soybeanjs/soybean-admin-antd/commit/d86f891c) + - 新增网址导航页面  -  by **Soybean** [(32aa5)](https://github.com/soybeanjs/soybean-admin-antd/commit/32aa5ee7) + - 新增组件页面:按钮、卡片示例  -  by **Soybean** [(bdc39)](https://github.com/soybeanjs/soybean-admin-antd/commit/bdc39aff) + - 添加路由跳转浏览器新标签  -  by **Soybean** [(987ce)](https://github.com/soybeanjs/soybean-admin-antd/commit/987cef33) + - 添加常用组件、composables函数  -  by **Soybean** [(230a5)](https://github.com/soybeanjs/soybean-admin-antd/commit/230a50a4) + - 添加表格页面示例  -  by **Soybean** [(51c74)](https://github.com/soybeanjs/soybean-admin-antd/commit/51c744c8) + - 增加Icon选择器组件  -  by **Yanbowen** [(9472b)](https://github.com/soybeanjs/soybean-admin-antd/commit/9472b518) + - 图标选择器增加扩展树形  -  by **Yanbowen** [(04101)](https://github.com/soybeanjs/soybean-admin-antd/commit/041012b3) + - 增加项目文档外链  -  by **Yanbowen** [(1901a)](https://github.com/soybeanjs/soybean-admin-antd/commit/1901a0bf) + - 引入mockjs  -  by **Soybean** [(9bc68)](https://github.com/soybeanjs/soybean-admin-antd/commit/9bc682da) + - 增加全局搜索菜单功能  -  by **Yanbowen** [(b9ce6)](https://github.com/soybeanjs/soybean-admin-antd/commit/b9ce6913) + - 菜单搜索增加大小写转换  -  by **Yanbowen** [(29078)](https://github.com/soybeanjs/soybean-admin-antd/commit/29078689) + - 添加cryptojs,对本地缓存数据进行加密  -  by **Soybean** [(7a064)](https://github.com/soybeanjs/soybean-admin-antd/commit/7a0648db) + - 路由页面跳转权限完成  -  by **Soybean** [(0d2a5)](https://github.com/soybeanjs/soybean-admin-antd/commit/0d2a5629) + - 集成naiveUI主题配置,将css vars添加至html  -  by **Soybean** [(2c196)](https://github.com/soybeanjs/soybean-admin-antd/commit/2c196841) + - 初始化加载效果:应用主题颜色  -  by **Soybean** [(035fa)](https://github.com/soybeanjs/soybean-admin-antd/commit/035fa114) + - 登录页面开始迁移  -  by **Soybean** [(f5a36)](https://github.com/soybeanjs/soybean-admin-antd/commit/f5a36a05) + - 迁移登录完成  -  by **Soybean** [(b93b8)](https://github.com/soybeanjs/soybean-admin-antd/commit/b93b80cb) + - 添加NaiveProvider组件  -  by **Soybean** [(c804b)](https://github.com/soybeanjs/soybean-admin-antd/commit/c804b21c) + - 多级路由的所有子路由转换成二级路由  -  by **Soybean** [(85b55)](https://github.com/soybeanjs/soybean-admin-antd/commit/85b55bb3) + - 新增BasicLayout布局  -  by **Soybean** [(00646)](https://github.com/soybeanjs/soybean-admin-antd/commit/006467a0) + - 创建自定义布局组件SoybeanLayout  -  by **Soybean** [(0653f)](https://github.com/soybeanjs/soybean-admin-antd/commit/0653fb14) + - 添加抽屉  -  by **Soybean** [(10e4d)](https://github.com/soybeanjs/soybean-admin-antd/commit/10e4d81b) + - theme store完成  -  by **Soybean** [(bf020)](https://github.com/soybeanjs/soybean-admin-antd/commit/bf020a82) + - 主题配置抽屉:迁移暗黑模式、布局模式、添加颜色选择面板  -  by **Soybean** [(912bf)](https://github.com/soybeanjs/soybean-admin-antd/commit/912bfdf4) + - 主题配置抽屉: 迁移其他功能  -  by **Soybean** [(6d132)](https://github.com/soybeanjs/soybean-admin-antd/commit/6d132c59) + - 添加头部折叠按钮  -  by **Soybean** [(a090d)](https://github.com/soybeanjs/soybean-admin-antd/commit/a090d398) + - 添加侧边菜单  -  by **Soybean** [(e25af)](https://github.com/soybeanjs/soybean-admin-antd/commit/e25afe2f) + - 面包屑  -  by **Soybean** [(09c76)](https://github.com/soybeanjs/soybean-admin-antd/commit/09c7658c) + - 请求拦截器添加刷新token  -  by **Soybean** [(839b8)](https://github.com/soybeanjs/soybean-admin-antd/commit/839b82ba) + - 细节完善  -  by **Soybean** [(cc290)](https://github.com/soybeanjs/soybean-admin-antd/commit/cc290acc) + - 迁移多页签  -  by **Soybean** [(28efb)](https://github.com/soybeanjs/soybean-admin-antd/commit/28efbdbc) + - 细节完善、迁移页面  -  by **Soybean** [(ce531)](https://github.com/soybeanjs/soybean-admin-antd/commit/ce531ce5) + - 添加页面缓存、记录在tab中的缓存页面的滚动条位置  -  by **Soybean** [(1d63a)](https://github.com/soybeanjs/soybean-admin-antd/commit/1d63a838) + - 添加缓存主题色  -  by **Soybean** [(37092)](https://github.com/soybeanjs/soybean-admin-antd/commit/37092974) + - 新版重构完成  -  by **Soybean** [(68b42)](https://github.com/soybeanjs/soybean-admin-antd/commit/68b42304) + - 迁移全局搜索菜单功能  -  by **yanbowen** [(554d7)](https://github.com/soybeanjs/soybean-admin-antd/commit/554d7fd6) + - 添加naiveUI按需引入  -  by **Soybean** [(a810e)](https://github.com/soybeanjs/soybean-admin-antd/commit/a810ef85) + - 添加SvgIcon,配置vite plugin  -  by **Liushengqun** [(378d5)](https://github.com/soybeanjs/soybean-admin-antd/commit/378d55ac) + - 引入soybean-admin-tab、去除vite-plugin-svg-icons,用unplugin-icons实现自定义svg的iconify写法、代码优化  -  by **Soybean** [(a1a57)](https://github.com/soybeanjs/soybean-admin-antd/commit/a1a57a18) + - 新增子菜单图标和多页签图标  -  by **Soybean** [(f5c56)](https://github.com/soybeanjs/soybean-admin-antd/commit/f5c56c35) + - 重构项目的TS类型架构,去除interface文件夹  -  by **Soybean** [(81914)](https://github.com/soybeanjs/soybean-admin-antd/commit/8191490f) + - 添加网络代理  -  by **Soybean** [(094dc)](https://github.com/soybeanjs/soybean-admin-antd/commit/094dca96) + - 添加全局组件自动引入注册  -  by **Soybean** [(f5a04)](https://github.com/soybeanjs/soybean-admin-antd/commit/f5a043b1) + - 新增自定义svg图标动态渲染  -  by **Soybean** [(f83c7)](https://github.com/soybeanjs/soybean-admin-antd/commit/f83c7b59) + - 新增静态路由  -  by **Soybean** [(ca2df)](https://github.com/soybeanjs/soybean-admin-antd/commit/ca2dfa61) + - 插件方式按需引入naiveUI  -  by **Soybean** [(6bed9)](https://github.com/soybeanjs/soybean-admin-antd/commit/6bed9ead) + - 添加请求适配器的请求示例  -  by **Soybean** [(bed42)](https://github.com/soybeanjs/soybean-admin-antd/commit/bed4292e) + - 登录页面适配移动端  -  by **Soybean** [(ec077)](https://github.com/soybeanjs/soybean-admin-antd/commit/ec0776e2) + - 登录页背景图片位置适配移动端  -  by **Soybean** [(24010)](https://github.com/soybeanjs/soybean-admin-antd/commit/24010d05) + - 引入unocss替换windicss  -  by **Soybean** [(c9d3e)](https://github.com/soybeanjs/soybean-admin-antd/commit/c9d3e5a3) + - HTML lang 修改为 zh-cmn-Hans  -  by **相思** [(dbeb5)](https://github.com/soybeanjs/soybean-admin-antd/commit/dbeb595c) + - HTML lang 修改为 zh-cmn-Hans  -  by **相思** [(b9c5c)](https://github.com/soybeanjs/soybean-admin-antd/commit/b9c5c349) + - 权限完善及权限示例页面  -  by **Soybean** [(80744)](https://github.com/soybeanjs/soybean-admin-antd/commit/807448ae) + - mock添加权限过滤  -  by **Soybean** [(7f435)](https://github.com/soybeanjs/soybean-admin-antd/commit/7f4350ae) + - 添加自动跟随系统主题设置  -  by **相思** [(ba07b)](https://github.com/soybeanjs/soybean-admin-antd/commit/ba07b695) + - 引入echarts替换antvG2plot  -  by **Soybean** [(e7ad0)](https://github.com/soybeanjs/soybean-admin-antd/commit/e7ad0868) + - 添加百度地图、升级依赖  -  by **Soybean** [(39854)](https://github.com/soybeanjs/soybean-admin-antd/commit/39854a49) + - 添加插件页面:图表  -  by **Soybean** [(0a46e)](https://github.com/soybeanjs/soybean-admin-antd/commit/0a46ea08) + - 添加antv g2图表示例  -  by **Soybean** [(44b02)](https://github.com/soybeanjs/soybean-admin-antd/commit/44b022ae) + - 补充更多的ECharts示例  -  by **Soybean** [(c7762)](https://github.com/soybeanjs/soybean-admin-antd/commit/c7762490) + - 动态路由根路由重定向只需取决于后端返回的路由首页  -  by **Soybean** [(434ab)](https://github.com/soybeanjs/soybean-admin-antd/commit/434ab1c5) + - 支持同一路由根据不同query和hash同时显示不同Tab  -  by **Soybean** [(41226)](https://github.com/soybeanjs/soybean-admin-antd/commit/41226858) + - 新增Antv G2图表示例  -  by **Soybean** [(2d64a)](https://github.com/soybeanjs/soybean-admin-antd/commit/2d64a2e5) + - 上下结构,菜单支持横向滚动  -  by **tanminglin** [(80805)](https://github.com/soybeanjs/soybean-admin-antd/commit/808051b2) + - 增加设置当前Tab页签名称功能  -  by **燕博文** [(48721)](https://github.com/soybeanjs/soybean-admin-antd/commit/487213b6) + - 本地svg动态渲染图标  -  by **Soybean** [(c3c97)](https://github.com/soybeanjs/soybean-admin-antd/commit/c3c975ee) + - 增加系统消息组件  -  by **燕博文** [(afa01)](https://github.com/soybeanjs/soybean-admin-antd/commit/afa0134f) + - 系统消息组件代码优化  -  by **燕博文** [(95183)](https://github.com/soybeanjs/soybean-admin-antd/commit/9518372f) + - 增加返回顶部功能  -  by **燕博文** [(894b0)](https://github.com/soybeanjs/soybean-admin-antd/commit/894b0f1c) + - 添加生产的主题配置缓存  -  by **Soybean** [(718c3)](https://github.com/soybeanjs/soybean-admin-antd/commit/718c3626) + - 添加provide、inject上下文示例  -  by **Soybean** [(a4447)](https://github.com/soybeanjs/soybean-admin-antd/commit/a444731e) + - 添加组件名称,调整vue文件里面的类型声明位置  -  by **Soybean** [(f64bc)](https://github.com/soybeanjs/soybean-admin-antd/commit/f64bc91c) + - 适配移动端,修复Tab关闭图标的bug  -  by **Soybean** [(296b1)](https://github.com/soybeanjs/soybean-admin-antd/commit/296b154b) + - 添加系统管理的页面  -  by **Soybean** [(c33b5)](https://github.com/soybeanjs/soybean-admin-antd/commit/c33b5ebf) + - useNaiveTable函数:类型部分  -  by **Soybean** [(02992)](https://github.com/soybeanjs/soybean-admin-antd/commit/02992dc0) + - 添加请求适配adapter层应用的示例页面  -  by **Soybean** [(8d11a)](https://github.com/soybeanjs/soybean-admin-antd/commit/8d11a6af) + - 实现用户管理页面  -  by **Soybean** [(472f9)](https://github.com/soybeanjs/soybean-admin-antd/commit/472f93bf) + - 全局搜索菜单及消息通知适配移动端  -  by **燕博文** [(97e2f)](https://github.com/soybeanjs/soybean-admin-antd/commit/97e2ffdd) + - support constant route without login status[支持未登录状态下访问自定义的固定路由]  -  by **Soybean** [(a5391)](https://github.com/soybeanjs/soybean-admin-antd/commit/a539112a) + - add pinia setup syntax example: setup-store[添加setup syntax的pinia示例setup-store]  -  by **Soybean** [(82c4b)](https://github.com/soybeanjs/soybean-admin-antd/commit/82c4b09b) + - add constant route page without login status[添加未登录可访问的固定路由示例页面]  -  by **Soybean** [(78efd)](https://github.com/soybeanjs/soybean-admin-antd/commit/78efd779) + - refactor icon system, unify icon usage [重构图标系统,统一图标用法]  -  by **Soybean** [(811f8)](https://github.com/soybeanjs/soybean-admin-antd/commit/811f8206) + - import i18n [引入i18n]  -  by **Soybean** [(b632b)](https://github.com/soybeanjs/soybean-admin-antd/commit/b632b7ff) + - new router system [新的路由系统]  -  by **Soybean** [(c7b6a)](https://github.com/soybeanjs/soybean-admin-antd/commit/c7b6a3fb) + - add compress script [添加压缩命令]  -  by **Soybean** [(be6d4)](https://github.com/soybeanjs/soybean-admin-antd/commit/be6d4314) + - add script about generating png logo from [添加根据svg生成png图标的命令]  -  by **Soybean** [(70aee)](https://github.com/soybeanjs/soybean-admin-antd/commit/70aeefea) + - add generate logo script  -  by **Soybean** [(25daa)](https://github.com/soybeanjs/soybean-admin-antd/commit/25daa236) + - add new route plugin @soybeanjs/vite-plugin-vue-page-route [集成新的路由插件]  -  by **Soybean** [(3131e)](https://github.com/soybeanjs/soybean-admin-antd/commit/3131e00f) + - custom unocss colors support opacity  -  by **Soybean** [(488e6)](https://github.com/soybeanjs/soybean-admin-antd/commit/488e6e32) + - new layout,tab and add update theme settings  -  by **Soybean** [(912c3)](https://github.com/soybeanjs/soybean-admin-antd/commit/912c3531) + - 返回顶部功能适配新布局  -  by **燕博文** [(54e2c)](https://github.com/soybeanjs/soybean-admin-antd/commit/54e2cb51) + - 增加i18n支持翻译菜单,tab,title  -  by **cc** [(3d48a)](https://github.com/soybeanjs/soybean-admin-antd/commit/3d48aa8b) + - add menu translate [翻译菜单]  -  by **Soybean** [(f6828)](https://github.com/soybeanjs/soybean-admin-antd/commit/f68285fb) + - 增加主题切换过渡效果  -  by **cc** [(8da88)](https://github.com/soybeanjs/soybean-admin-antd/commit/8da8843f) + - support mobile layout [支持移动端布局]  -  by **Soybean** [(f2b51)](https://github.com/soybeanjs/soybean-admin-antd/commit/f2b518ed) + - add websocket demo  -  by **Soybean** [(af53e)](https://github.com/soybeanjs/soybean-admin-antd/commit/af53ec76) + - add switch for customize darkmode transition  -  by **Soybean** [(6e0cc)](https://github.com/soybeanjs/soybean-admin-antd/commit/6e0cce4d) + - new i18n function $t & login page and setting drawer config i18n  -  by @soybeanjs [(854d0)](https://github.com/soybeanjs/soybean-admin-antd/commit/854d0bcf) + - add plugin-web-update-notification  -  by @soybeanjs [(c9164)](https://github.com/soybeanjs/soybean-admin-antd/commit/c91644b8) + - init  -  by @soybeanjs [(77b6e)](https://github.com/soybeanjs/soybean-admin-antd/commit/77b6e97b) + - add switch-lang, add look-forward  -  by @soybeanjs [(0c666)](https://github.com/soybeanjs/soybean-admin-antd/commit/0c66695b) + - add logout  -  by @soybeanjs [(486de)](https://github.com/soybeanjs/soybean-admin-antd/commit/486dec4e) + - add login module  -  by @soybeanjs [(314e8)](https://github.com/soybeanjs/soybean-admin-antd/commit/314e813b) + - add theme palette and colors support unocss color opacity  -  by @soybeanjs [(88e64)](https://github.com/soybeanjs/soybean-admin-antd/commit/88e6438f) + - nprogress color feat theme color  -  by @soybeanjs [(d7621)](https://github.com/soybeanjs/soybean-admin-antd/commit/d7621d8c) + - perf route meta and route i18n  -  by @soybeanjs [(a2e0f)](https://github.com/soybeanjs/soybean-admin-antd/commit/a2e0f479) + - route store  -  by @soybeanjs [(a7784)](https://github.com/soybeanjs/soybean-admin-antd/commit/a77843c3) + - menu in route store  -  by @soybeanjs [(81e59)](https://github.com/soybeanjs/soybean-admin-antd/commit/81e59d39) + - perf menu and add cache in route store  -  by @soybeanjs [(5c60b)](https://github.com/soybeanjs/soybean-admin-antd/commit/5c60b151) + - antd menu  -  by @soybeanjs [(542e5)](https://github.com/soybeanjs/soybean-admin-antd/commit/542e5d3b) + - add menu icon  -  by @soybeanjs [(60f29)](https://github.com/soybeanjs/soybean-admin-antd/commit/60f29edf) + - add axios  -  by @soybeanjs [(110fc)](https://github.com/soybeanjs/soybean-admin-antd/commit/110fce62) + - update @elegant-router/vue and fix types  -  by @soybeanjs [(b7632)](https://github.com/soybeanjs/soybean-admin-antd/commit/b76329bc) + - service and proxy  -  by @soybeanjs [(ed68c)](https://github.com/soybeanjs/soybean-admin-antd/commit/ed68c8f0) + - login, antdv useApp, form  -  by @soybeanjs [(53c20)](https://github.com/soybeanjs/soybean-admin-antd/commit/53c2010a) + - router guide  -  by @soybeanjs [(5cf87)](https://github.com/soybeanjs/soybean-admin-antd/commit/5cf87e15) + - add login loading to confirm button  -  by @soybeanjs [(cb6c7)](https://github.com/soybeanjs/soybean-admin-antd/commit/cb6c7d17) + - add page manage and remove page user  -  by @soybeanjs [(73b02)](https://github.com/soybeanjs/soybean-admin-antd/commit/73b023c5) + - menu click to switch route  -  by @soybeanjs [(60ef0)](https://github.com/soybeanjs/soybean-admin-antd/commit/60ef0af3) + - keep antd menu transition same as system  -  by @soybeanjs [(77c96)](https://github.com/soybeanjs/soybean-admin-antd/commit/77c9623e) + - add tab store, PageTab  -  by @soybeanjs [(ecd0d)](https://github.com/soybeanjs/soybean-admin-antd/commit/ecd0df20) + - add LangSwitch to component, fix login page i18n  -  by @soybeanjs [(e435b)](https://github.com/soybeanjs/soybean-admin-antd/commit/e435b188) + - add tab dropdown, FullScreen  -  by @soybeanjs [(dcc4c)](https://github.com/soybeanjs/soybean-admin-antd/commit/dcc4c86b) + - add ThemeDrawer  -  by @soybeanjs [(22447)](https://github.com/soybeanjs/soybean-admin-antd/commit/22447885) + - add ReloadButton  -  by @soybeanjs [(66b90)](https://github.com/soybeanjs/soybean-admin-antd/commit/66b90702) + - add ButtonIcon with tooltip  -  by @soybeanjs [(4649d)](https://github.com/soybeanjs/soybean-admin-antd/commit/4649dec0) + - support mobile layout  -  by @soybeanjs [(cfcf8)](https://github.com/soybeanjs/soybean-admin-antd/commit/cfcf835f) + - add page animate  -  by @soybeanjs [(41c38)](https://github.com/soybeanjs/soybean-admin-antd/commit/41c384f2) + - add beadcrumb  -  by @soybeanjs [(d9279)](https://github.com/soybeanjs/soybean-admin-antd/commit/d9279896) + - routes cache  -  by @soybeanjs [(073e6)](https://github.com/soybeanjs/soybean-admin-antd/commit/073e6154) + - cache tabs  -  by @soybeanjs [(1f439)](https://github.com/soybeanjs/soybean-admin-antd/commit/1f4398d9) + - add reset routes  -  by @soybeanjs [(76400)](https://github.com/soybeanjs/soybean-admin-antd/commit/76400a83) + - themeDrawer layout mode  -  by @soybeanjs [(8c36d)](https://github.com/soybeanjs/soybean-admin-antd/commit/8c36db7c) + - add horizontal menu  -  by @soybeanjs [(012d1)](https://github.com/soybeanjs/soybean-admin-antd/commit/012d1e8c) + - menu style adapter system  -  by @soybeanjs [(32a2d)](https://github.com/soybeanjs/soybean-admin-antd/commit/32a2d982) + - vertical-mix sider  -  by @soybeanjs [(c9329)](https://github.com/soybeanjs/soybean-admin-antd/commit/c9329f99) + - HorizontalMixMenu  -  by @soybeanjs [(2d59d)](https://github.com/soybeanjs/soybean-admin-antd/commit/2d59dd63) + - theme settings theme colors  -  by @soybeanjs [(5d883)](https://github.com/soybeanjs/soybean-admin-antd/commit/5d883f51) + - finish theme settings  -  by @soybeanjs [(92b4c)](https://github.com/soybeanjs/soybean-admin-antd/commit/92b4c181) + - theme settings copy  -  by @soybeanjs [(95e38)](https://github.com/soybeanjs/soybean-admin-antd/commit/95e38c94) + - iconify offline  -  by @soybeanjs [(388e5)](https://github.com/soybeanjs/soybean-admin-antd/commit/388e5049) + - antd locale, dayjs locale  -  by @soybeanjs [(3b33c)](https://github.com/soybeanjs/soybean-admin-antd/commit/3b33ce94) + - 1.0 beta  -  by @soybeanjs [(e918a)](https://github.com/soybeanjs/soybean-admin-antd/commit/e918a2c0) + - support Vite5  -  by @soybeanjs [(8e41a)](https://github.com/soybeanjs/soybean-admin-antd/commit/8e41a8fd) + - support Vite5  -  by @soybeanjs [(96e4a)](https://github.com/soybeanjs/soybean-admin-antd/commit/96e4aff5) + - request pkgs  -  by @soybeanjs [(81a31)](https://github.com/soybeanjs/soybean-admin-antd/commit/81a312f0) + - update @sa/axios  -  by @soybeanjs [(fd790)](https://github.com/soybeanjs/soybean-admin-antd/commit/fd790fa9) + - @sa/axios: createRequest, createFlatRequest, createHookRequest  -  by @soybeanjs [(c5c45)](https://github.com/soybeanjs/soybean-admin-antd/commit/c5c456b0) + - @sa/axios: createRequest, createFlatRequest, createHookRequest  -  by @soybeanjs [(bac16)](https://github.com/soybeanjs/soybean-admin-antd/commit/bac16324) + - add sort routes  -  by @soybeanjs [(637c6)](https://github.com/soybeanjs/soybean-admin-antd/commit/637c64aa) + - add app loading  -  by @soybeanjs [(c6545)](https://github.com/soybeanjs/soybean-admin-antd/commit/c65451b3) + - add app loading  -  by @soybeanjs [(a7ef1)](https://github.com/soybeanjs/soybean-admin-antd/commit/a7ef1a51) + - add vitepress docs  -  by @soybeanjs [(5f72f)](https://github.com/soybeanjs/soybean-admin-antd/commit/5f72fa88) + - add copyright, unocss shortcut: card-wrapper, update package.json  -  by @soybeanjs [(affcc)](https://github.com/soybeanjs/soybean-admin-antd/commit/affcc26b) + - add copyright, unocss shortcut: card-wrapper, update package.json  -  by @soybeanjs [(a11b9)](https://github.com/soybeanjs/soybean-admin-antd/commit/a11b9557) + - add page: about  -  by @soybeanjs [(4955f)](https://github.com/soybeanjs/soybean-admin-antd/commit/4955f1af) + - add custom route exception  -  by @soybeanjs [(b43c9)](https://github.com/soybeanjs/soybean-admin-antd/commit/b43c9256) + - filter tabs which are not in routes  -  by @soybeanjs [(f59f3)](https://github.com/soybeanjs/soybean-admin-antd/commit/f59f3488) + - add page: about  -  by @soybeanjs [(a2b6b)](https://github.com/soybeanjs/soybean-admin-antd/commit/a2b6b4e6) + - add custom route exception  -  by @soybeanjs [(0bab9)](https://github.com/soybeanjs/soybean-admin-antd/commit/0bab9413) + - filter tabs which are not in routes  -  by @soybeanjs [(b047c)](https://github.com/soybeanjs/soybean-admin-antd/commit/b047c2e0) + - packages/scripts: add command changelog,release  -  by @soybeanjs [(dafb6)](https://github.com/soybeanjs/soybean-admin-antd/commit/dafb6fa0) + - add script: gen-route  -  by @soybeanjs [(697c1)](https://github.com/soybeanjs/soybean-admin-antd/commit/697c1b61) + - packages/scripts: add command changelog,release  -  by @soybeanjs [(50926)](https://github.com/soybeanjs/soybean-admin-antd/commit/50926f3b) + - add script: gen-route  -  by @soybeanjs [(e9b15)](https://github.com/soybeanjs/soybean-admin-antd/commit/e9b15715) + - @sa/axios: add qs stringify for params  -  by @soybeanjs [(2400c)](https://github.com/soybeanjs/soybean-admin-antd/commit/2400c026) + - @sa/axios: add qs stringify for params  -  by @soybeanjs [(6ee5a)](https://github.com/soybeanjs/soybean-admin-antd/commit/6ee5a217) + - page home & perf useEcharts  -  by @soybeanjs [(62e4d)](https://github.com/soybeanjs/soybean-admin-antd/commit/62e4da05) + - finish page home  -  by @soybeanjs [(7bd1e)](https://github.com/soybeanjs/soybean-admin-antd/commit/7bd1e47a) + - add page function_tab  -  by @soybeanjs [(6ff86)](https://github.com/soybeanjs/soybean-admin-antd/commit/6ff86e77) + - page home & perf useEcharts  -  by @soybeanjs [(37c92)](https://github.com/soybeanjs/soybean-admin-antd/commit/37c928fa) + - add page function_tab  -  by @soybeanjs [(bd645)](https://github.com/soybeanjs/soybean-admin-antd/commit/bd645634) + - page manage_role  -  by @soybeanjs [(237c6)](https://github.com/soybeanjs/soybean-admin-antd/commit/237c6d22) + - page manage_user  -  by @soybeanjs [(8a170)](https://github.com/soybeanjs/soybean-admin-antd/commit/8a170eee) + - page manage_menu  -  by @soybeanjs [(87d65)](https://github.com/soybeanjs/soybean-admin-antd/commit/87d65d3b) + - page manage_menu operateDrawer  -  by @soybeanjs [(db17c)](https://github.com/soybeanjs/soybean-admin-antd/commit/db17c916) + - Add type to TabRoute: matched  -  by @Azir-11 [(2d102)](https://github.com/soybeanjs/soybean-admin-antd/commit/2d102a05) + - support directory menu hide all child menus. fixed #325  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/325 [(7256a)](https://github.com/soybeanjs/soybean-admin-antd/commit/7256ad4e) + - mock manage list data with pagination  -  by @soybeanjs [(1a6be)](https://github.com/soybeanjs/soybean-admin-antd/commit/1a6be003) + - globalSearch add i18n  -  by **燕博文** [(0126d)](https://github.com/soybeanjs/soybean-admin-antd/commit/0126da47) + - Add route meta parameter:fixedQuery  -  by **Azir-11** [(874aa)](https://github.com/soybeanjs/soybean-admin-antd/commit/874aaca5) + - support directory menu hide all child menus.  -  by @soybeanjs [(cd72e)](https://github.com/soybeanjs/soybean-admin-antd/commit/cd72e7a4) + - support route query in menu  -  by @soybeanjs [(063f5)](https://github.com/soybeanjs/soybean-admin-antd/commit/063f5638) + - update  -  by @soybeanjs [(4158a)](https://github.com/soybeanjs/soybean-admin-antd/commit/4158a72b) + - change borderRadius to 6px of naiveUI  -  by @soybeanjs [(49558)](https://github.com/soybeanjs/soybean-admin-antd/commit/49558ca0) + - pef manage role  -  by @soybeanjs [(18709)](https://github.com/soybeanjs/soybean-admin-antd/commit/18709813) + - login page: code-login  -  by @soybeanjs [(c91dd)](https://github.com/soybeanjs/soybean-admin-antd/commit/c91dd282) + - login page: register  -  by @soybeanjs [(1ed33)](https://github.com/soybeanjs/soybean-admin-antd/commit/1ed33dc4) + - add request refresh token & logout  -  by @soybeanjs [(11a6a)](https://github.com/soybeanjs/soybean-admin-antd/commit/11a6a3bd) + - add request exception example page  -  by @soybeanjs [(41e8b)](https://github.com/soybeanjs/soybean-admin-antd/commit/41e8bc44) + - add auth example  -  by @soybeanjs [(c11d5)](https://github.com/soybeanjs/soybean-admin-antd/commit/c11d56da) + - login page: code-login  -  by @soybeanjs [(f4e7c)](https://github.com/soybeanjs/soybean-admin-antd/commit/f4e7c925) + - login page: register  -  by @soybeanjs [(b6420)](https://github.com/soybeanjs/soybean-admin-antd/commit/b6420329) + - @sa/axios: support instance state, fix flatRequest error type  -  by @soybeanjs [(3f418)](https://github.com/soybeanjs/soybean-admin-antd/commit/3f418116) + - add request exception  -  by @soybeanjs [(0b1ec)](https://github.com/soybeanjs/soybean-admin-antd/commit/0b1ece51) + - add function page: request  -  by @soybeanjs [(757d1)](https://github.com/soybeanjs/soybean-admin-antd/commit/757d1d6b) + - add function page: hide-child,super-page,toggle-auth  -  by @soybeanjs [(886ea)](https://github.com/soybeanjs/soybean-admin-antd/commit/886ea579) + - manage page: manage_role  -  by @soybeanjs [(658dc)](https://github.com/soybeanjs/soybean-admin-antd/commit/658dc94f) + - support grayscale. fixed #385  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/385 [(d335d)](https://github.com/soybeanjs/soybean-admin-antd/commit/d335df6f) + - perf page manage_role  -  by @soybeanjs [(55945)](https://github.com/soybeanjs/soybean-admin-antd/commit/5594558b) + - Add prefix to local storage  -  by **Azir** [(1fc34)](https://github.com/soybeanjs/soybean-admin-antd/commit/1fc34cc5) + - add table showTotal options  -  by @paynezhuang [(3e61e)](https://github.com/soybeanjs/soybean-admin-antd/commit/3e61eab4) + - support iframe page with diffrent url of custom route  -  by @soybeanjs [(da12d)](https://github.com/soybeanjs/soybean-admin-antd/commit/da12d4a5) + - add recommend color switch. closed #388  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/388 [(a1920)](https://github.com/soybeanjs/soybean-admin-antd/commit/a1920fca) + - add menu route field  -  by @paynezhuang [(dbe31)](https://github.com/soybeanjs/soybean-admin-antd/commit/dbe31eb1) + - support repeated request errors occur once in a short time. close #368, close #369  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/368 and https://github.com/soybeanjs/soybean-admin-antd/issues/369 [(e3bd3)](https://github.com/soybeanjs/soybean-admin-antd/commit/e3bd3972) + - close tab by mouse wheel button click  -  by **JianJroh** [(d3849)](https://github.com/soybeanjs/soybean-admin-antd/commit/d3849baa) + - page: support manage_menu more options. close #366  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/366 [(c4b5c)](https://github.com/soybeanjs/soybean-admin-antd/commit/c4b5c656) + - useTable adds expand to display  -  by @paynezhuang [(0a90d)](https://github.com/soybeanjs/soybean-admin-antd/commit/0a90dd37) + - Synchronize role management and menu management  -  by @mufeng889 in https://github.com/soybeanjs/soybean-admin-antd/issues/13 [(7943c)](https://github.com/soybeanjs/soybean-admin-antd/commit/7943ce2b) + - Syncronize user management list page  -  by @mufeng889 in https://github.com/soybeanjs/soybean-admin-antd/issues/18 [(64be7)](https://github.com/soybeanjs/soybean-admin-antd/commit/64be7d2b) + - Synchronous user management  -  by @mufeng889 in https://github.com/soybeanjs/soybean-admin-antd/issues/19 [(68231)](https://github.com/soybeanjs/soybean-admin-antd/commit/6823194b) + - support system new version update notification. close #420  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/420 [(584cd)](https://github.com/soybeanjs/soybean-admin-antd/commit/584cd54d) + - get user info in router guard and remove in localStorage. close #459  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/459 [(5531a)](https://github.com/soybeanjs/soybean-admin-antd/commit/5531a686) + - support grayscale  -  by @soybeanjs [(db2a5)](https://github.com/soybeanjs/soybean-admin-antd/commit/db2a5bb4) + - add prefix to local storage  -  by @soybeanjs [(0423c)](https://github.com/soybeanjs/soybean-admin-antd/commit/0423cb15) + - support iframe page with diffrent url of custom route  -  by @soybeanjs [(4975d)](https://github.com/soybeanjs/soybean-admin-antd/commit/4975d11b) + - add recommend color switch  -  by @soybeanjs [(7fa51)](https://github.com/soybeanjs/soybean-admin-antd/commit/7fa51361) + - support repeated request errors occur once in a short time  -  by @soybeanjs [(6e809)](https://github.com/soybeanjs/soybean-admin-antd/commit/6e809632) + - close tab by mouse wheel button click  -  by @soybeanjs [(31e1d)](https://github.com/soybeanjs/soybean-admin-antd/commit/31e1d4ed) + - support system new version update notification  -  by @soybeanjs [(cee03)](https://github.com/soybeanjs/soybean-admin-antd/commit/cee03ed1) + - get user info in router guard and remove in localStorage  -  by @soybeanjs [(ccbe3)](https://github.com/soybeanjs/soybean-admin-antd/commit/ccbe39df) + - reset scroll position when tab change  -  by @soybeanjs [(9094b)](https://github.com/soybeanjs/soybean-admin-antd/commit/9094b21c) + - reset scroll position when tab change  -  by @soybeanjs [(804f9)](https://github.com/soybeanjs/soybean-admin-antd/commit/804f9e62) + - make branch `main` tiny & modify request retry times to 0  -  by @Azir-11 [(793b1)](https://github.com/soybeanjs/soybean-admin-antd/commit/793b16e9) + - add color fading mode.close #567  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/569 and https://github.com/soybeanjs/soybean-admin-antd/issues/567 [(4dde4)](https://github.com/soybeanjs/soybean-admin-antd/commit/4dde4c22) + - add full screen watermark. close#571  -  by @paynezhuang in https://github.com/soybeanjs/soybean-admin-antd/issues/573 and https://github.com/soybeanjs/soybean-admin-antd/issues/571 [(ea8aa)](https://github.com/soybeanjs/soybean-admin-antd/commit/ea8aa6c4) + - README.zh_CN.md 添加合作推广  -  by @PZ-18664918826 in https://github.com/soybeanjs/soybean-admin-antd/issues/601 [(2fa40)](https://github.com/soybeanjs/soybean-admin-antd/commit/2fa400b1) + - Add more commit types according to Apache specifications  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/610 [(878d9)](https://github.com/soybeanjs/soybean-admin-antd/commit/878d9c39) + - does the configuration support automatic updates. close#612  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/617 and https://github.com/soybeanjs/soybean-admin-antd/issues/612 [(4c9f4)](https://github.com/soybeanjs/soybean-admin-antd/commit/4c9f4e09) + - add app error handler. close #587  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/587 [(be855)](https://github.com/soybeanjs/soybean-admin-antd/commit/be8556cd) + - supports custom menu icon sizes  -  by @soybeanjs [(c8a9e)](https://github.com/soybeanjs/soybean-admin-antd/commit/c8a9e853) + - add color fading mode  -  by @soybeanjs [(719f0)](https://github.com/soybeanjs/soybean-admin-antd/commit/719f02fb) + - add full screen watermark  -  by @soybeanjs [(6bb66)](https://github.com/soybeanjs/soybean-admin-antd/commit/6bb66a05) + - does the configuration support automatic updates  -  by @soybeanjs [(ffe4c)](https://github.com/soybeanjs/soybean-admin-antd/commit/ffe4cef7) + - add app error handler  -  by @soybeanjs [(60366)](https://github.com/soybeanjs/soybean-admin-antd/commit/60366c27) + - login supports accessible operation.  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/637 [(cfaab)](https://github.com/soybeanjs/soybean-admin-antd/commit/cfaab852) + - login supports accessible operation.  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/45 [(abe66)](https://github.com/soybeanjs/soybean-admin-antd/commit/abe66bc5) + - support scheduled detection and update system. close #657  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/669 and https://github.com/soybeanjs/soybean-admin-antd/issues/657 [(d088f)](https://github.com/soybeanjs/soybean-admin-antd/commit/d088f813) + - app version notification plugin support sub deploy path. close #668  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/668 [(a53eb)](https://github.com/soybeanjs/soybean-admin-antd/commit/a53eb10c) + - support show tab when not loggedIn  -  by @soybeanjs [(ba381)](https://github.com/soybeanjs/soybean-admin-antd/commit/ba38119e) + - support scheduled detection and update system. close #657  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/669 and https://github.com/soybeanjs/soybean-admin-antd/issues/657 [(18d73)](https://github.com/soybeanjs/soybean-admin-antd/commit/18d73e59) + - app version notification plugin support sub deploy path. close #668  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/668 [(1d8a2)](https://github.com/soybeanjs/soybean-admin-antd/commit/1d8a2544) +- **route**: + - 增加功能示例模块  -  by **Yanbowen** [(efd29)](https://github.com/soybeanjs/soybean-admin-antd/commit/efd29bc3) + - 路由meta新增activeMenu属性  -  by **燕博文** [(ebd16)](https://github.com/soybeanjs/soybean-admin-antd/commit/ebd16a4d) +- **router**: + - add sortRoutesByOrder function  -  by **Azir-11** [(0cf09)](https://github.com/soybeanjs/soybean-admin-antd/commit/0cf09bae) +- **storage**: + - local存储增加有效期  -  by **Yanbowen** [(e6c9b)](https://github.com/soybeanjs/soybean-admin-antd/commit/e6c9b35a) +- **tabs**: + - 多页签增加关闭所有  -  by **燕博文** [(8237a)](https://github.com/soybeanjs/soybean-admin-antd/commit/8237adb9) + +###    🐞 Bug Fixes + +- remove height limit h-360px  -  by **Wang Zheng** [(b5c57)](https://github.com/soybeanjs/soybean-admin-antd/commit/b5c570ad) +- set password attributes  -  by **Wang Zheng** [(a9a37)](https://github.com/soybeanjs/soybean-admin-antd/commit/a9a37036) +- **components**: + - tab组件在黑暗模式下泛白的颜色问题以及chromeTab的重叠问题  -  by **lingdu** [(6797d)](https://github.com/soybeanjs/soybean-admin-antd/commit/6797dbf1) + - 修复tab组件适应暗黑主题模式  -  by **Soybean** [(2fe3d)](https://github.com/soybeanjs/soybean-admin-antd/commit/2fe3d27a) + - 修复按钮Tab自适应主题颜色  -  by **Soybean** [(3d1f4)](https://github.com/soybeanjs/soybean-admin-antd/commit/3d1f4192) + - 修复BaseLayout的HorizontalLayout  -  by **Soybean** [(0344f)](https://github.com/soybeanjs/soybean-admin-antd/commit/0344f46c) + - 修复多页签Tab自动滚动问题  -  by **Soybean** [(20aa3)](https://github.com/soybeanjs/soybean-admin-antd/commit/20aa39f1) + - 修复多页签按钮风格的tab滚动问题  -  by **Soybean** [(c429c)](https://github.com/soybeanjs/soybean-admin-antd/commit/c429cd02) + - 修复HorizontalLayout布局  -  by **Soybean** [(9fb64)](https://github.com/soybeanjs/soybean-admin-antd/commit/9fb641f7) + - 修复Tab在移动端设备无法点击的问题  -  by **Soybean** [(2c966)](https://github.com/soybeanjs/soybean-admin-antd/commit/2c9660fd) + - 修复组件LoadingEmptyWrapper适应暗黑模式  -  by **Soybean** [(811b1)](https://github.com/soybeanjs/soybean-admin-antd/commit/811b15e6) + - 组件LoadingEmptyWrapper添加背景颜色动画过渡  -  by **Soybean** [(7add5)](https://github.com/soybeanjs/soybean-admin-antd/commit/7add5c2e) + - 修复路由在path中包含重复路单词径菜单时,被激活会错误展开  -  by **shabby2333** [(264da)](https://github.com/soybeanjs/soybean-admin-antd/commit/264da00e) + - 页面跳转被拦截, 则会出现 tab 页签与页面不一致的问题  -  by **刘璐** [(bd5dd)](https://github.com/soybeanjs/soybean-admin-antd/commit/bd5dd2cf) + - 修复iconSelect选择器点击事件失效  -  by **燕博文** [(7e505)](https://github.com/soybeanjs/soybean-admin-antd/commit/7e505f9b) + - refresh cached routes  -  by **alue_mobile** [(b0f98)](https://github.com/soybeanjs/soybean-admin-antd/commit/b0f98e4b) + - fix mix-menu layout when the locale is English (fixed 241)  -  by **Soybean** [(5c085)](https://github.com/soybeanjs/soybean-admin-antd/commit/5c085a19) + - 修复动态路由主页404  -  by **lapislazulisch** [(3ae19)](https://github.com/soybeanjs/soybean-admin-antd/commit/3ae19526) + - 修复动态路由home页404  -  by **lapislazulisch** [(ad6ac)](https://github.com/soybeanjs/soybean-admin-antd/commit/ad6ac722) + - fix tooltip zIndex of ButtonIcon  -  by @soybeanjs [(99097)](https://github.com/soybeanjs/soybean-admin-antd/commit/99097b46) + - supplement the `NaiveUI` type  -  by **tnt group** [(ccc2b)](https://github.com/soybeanjs/soybean-admin-antd/commit/ccc2b674) + - fix homeTab closeRight and disable colseLeft  -  by **~li** [(d28bf)](https://github.com/soybeanjs/soybean-admin-antd/commit/d28bf526) + - fix PinToggler label. fixed #407  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/407 [(c0ed1)](https://github.com/soybeanjs/soybean-admin-antd/commit/c0ed1f26) + - 修复主题模式按钮显示与点击的异常  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/21 [(03e09)](https://github.com/soybeanjs/soybean-admin-antd/commit/03e094e8) + - Fix the issue of search box popping up repeatedly due to carriage return  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/468 [(5bd96)](https://github.com/soybeanjs/soybean-admin-antd/commit/5bd96b8d) + - fix click `MenuToggler` throw error  -  by @soybeanjs [(45588)](https://github.com/soybeanjs/soybean-admin-antd/commit/455880b1) + - fix `TableHeaderOperation` style  -  by @soybeanjs [(251d1)](https://github.com/soybeanjs/soybean-admin-antd/commit/251d15ab) + - fix VerticalMixMenu name  -  by @soybeanjs [(20f8e)](https://github.com/soybeanjs/soybean-admin-antd/commit/20f8ed31) +- **deps**: + - 去除图片验证码依赖  -  by **Soybean** [(76a1a)](https://github.com/soybeanjs/soybean-admin-antd/commit/76a1afae) + - 降低vite版本,新版本有些许问题  -  by **Soybean** [(b429c)](https://github.com/soybeanjs/soybean-admin-antd/commit/b429c8b8) + - vite依赖放入devDependencies  -  by **Soybean** [(7527b)](https://github.com/soybeanjs/soybean-admin-antd/commit/7527b1f0) + - 降低vite版本  -  by **Soybean** [(c9c5c)](https://github.com/soybeanjs/soybean-admin-antd/commit/c9c5ca99) + - decrease @types/node version to fix TS type error [降低@types/node版本修复TS的类型错误]  -  by **Soybean** [(149d2)](https://github.com/soybeanjs/soybean-admin-antd/commit/149d22a4) + - move json5 from devDependencies to dependencies to support production usage  -  by @mufeng889 in https://github.com/soybeanjs/soybean-admin-antd/issues/618 [(7cb43)](https://github.com/soybeanjs/soybean-admin-antd/commit/7cb43fc3) + - reduced eslint version to 9.14.0  -  by @soybeanjs [(af417)](https://github.com/soybeanjs/soybean-admin-antd/commit/af4177e7) +- **hooks**: + - 修复toLogin函数导致登录重定向地址过多  -  by **Soybean** [(b4adf)](https://github.com/soybeanjs/soybean-admin-antd/commit/b4adf678) + - 修复登录页切换登录页参数丢失问题  -  by **Soybean** [(78985)](https://github.com/soybeanjs/soybean-admin-antd/commit/789855a3) + - Fix Naive Pagination's outdated API  -  by **tnt group** [(37436)](https://github.com/soybeanjs/soybean-admin-antd/commit/3743612d) + - Fixed abnormal display of table pagers  -  by @mufeng889 in https://github.com/soybeanjs/soybean-admin-antd/issues/17 [(cc256)](https://github.com/soybeanjs/soybean-admin-antd/commit/cc2562b9) + - prevent program freezing when pagesize returns 0  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/545 [(f4eeb)](https://github.com/soybeanjs/soybean-admin-antd/commit/f4eeb2ed) + - prevent program freezing when pagesize returns 0  -  by @soybeanjs [(05912)](https://github.com/soybeanjs/soybean-admin-antd/commit/05912b60) +- **packages**: + - @sa/hooks: fix searchParams of useHookTable. fixed #552  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/552 [(96c10)](https://github.com/soybeanjs/soybean-admin-antd/commit/96c1044f) + - @sa/hooks: fix searchParams of useHookTable  -  by @soybeanjs [(cb5bf)](https://github.com/soybeanjs/soybean-admin-antd/commit/cb5bf072) +- **projects**: + - 修复顶部加载条主题  -  by **Soybean** [(ea591)](https://github.com/soybeanjs/soybean-admin-antd/commit/ea5917d2) + - 修复主题配置  -  by **Soybean** [(ff24f)](https://github.com/soybeanjs/soybean-admin-antd/commit/ff24fda5) + - 修复页面滚动行为  -  by **Soybean** [(57e00)](https://github.com/soybeanjs/soybean-admin-antd/commit/57e00e64) + - 头部logo链接更正  -  by **Soybean** [(5d8c3)](https://github.com/soybeanjs/soybean-admin-antd/commit/5d8c3f54) + - 修复登录的重定向地址  -  by **Soybean** [(f97f2)](https://github.com/soybeanjs/soybean-admin-antd/commit/f97f2266) + - 修复页面缓存,添加多页签删除  -  by **Soybean** [(24893)](https://github.com/soybeanjs/soybean-admin-antd/commit/24893747) + - 修复多页签删除功能  -  by **Soybean** [(99adb)](https://github.com/soybeanjs/soybean-admin-antd/commit/99adbc5a) + - 修复页面缓存  -  by **Soybean** [(fa0a9)](https://github.com/soybeanjs/soybean-admin-antd/commit/fa0a9079) + - 修复页面滚动和页面100%视高占比  -  by **Soybean** [(fa2cc)](https://github.com/soybeanjs/soybean-admin-antd/commit/fa2cc789) + - 修复同时显示两种multiTab  -  by **Soybean** [(5be2e)](https://github.com/soybeanjs/soybean-admin-antd/commit/5be2e2a2) + - 修复vertical-mix导航模式的二级菜单显示问题  -  by **Soybean** [(6f286)](https://github.com/soybeanjs/soybean-admin-antd/commit/6f286e67) + - 修复多级菜单页面multitab显示问题  -  by **Soybean** [(f0474)](https://github.com/soybeanjs/soybean-admin-antd/commit/f0474bd9) + - 完善侧边菜单展开逻辑  -  by **Soybean** [(b5f05)](https://github.com/soybeanjs/soybean-admin-antd/commit/b5f05128) + - 修复vertical sider自适应主题  -  by **Soybean** [(9097f)](https://github.com/soybeanjs/soybean-admin-antd/commit/9097fa38) + - 修复登录页刷新跳404  -  by **Soybean** [(358d4)](https://github.com/soybeanjs/soybean-admin-antd/commit/358d4e8a) + - 修复没有子页面的路由写法问题  -  by **Soybean** [(b80c2)](https://github.com/soybeanjs/soybean-admin-antd/commit/b80c2246) + - 修复globalFooter适应暗黑模式  -  by **Soybean** [(93f08)](https://github.com/soybeanjs/soybean-admin-antd/commit/93f08d90) + - 修复主题相关,自适应操作系统暗黑模式  -  by **Soybean** [(bfa42)](https://github.com/soybeanjs/soybean-admin-antd/commit/bfa42d76) + - 修复tab过多时样式坍塌,添加tab横向滚动  -  by **Soybean** [(0ec4d)](https://github.com/soybeanjs/soybean-admin-antd/commit/0ec4d218) + - 关于页面:开发环境依赖更正  -  by **Soybean** [(3b3ba)](https://github.com/soybeanjs/soybean-admin-antd/commit/3b3baf93) + - 修复分析页折线图表布局问题  -  by **Soybean** [(43b83)](https://github.com/soybeanjs/soybean-admin-antd/commit/43b832be) + - 修复multiTab关闭逻辑,添加关闭左边和右边的标签右键操作  -  by **Soybean** [(ed90c)](https://github.com/soybeanjs/soybean-admin-antd/commit/ed90cb8f) + - wangEditor在暗黑模式下的背景色问题  -  by **Yanbowen** [(a7de3)](https://github.com/soybeanjs/soybean-admin-antd/commit/a7de3140) + - 修复百度地图sdk地址  -  by **Soybean** [(9a97d)](https://github.com/soybeanjs/soybean-admin-antd/commit/9a97d23c) + - 腾讯地图容器高自适应  -  by **Soybean** [(d7054)](https://github.com/soybeanjs/soybean-admin-antd/commit/d7054c59) + - 修复在暗黑模式下第一次进入网页不会触发暗黑模式监听  -  by **Yanbowen** [(c4a65)](https://github.com/soybeanjs/soybean-admin-antd/commit/c4a652e2) + - 修复富文本编辑器在亮色主题下全屏后背景色丢失  -  by **14534** [(4ab77)](https://github.com/soybeanjs/soybean-admin-antd/commit/4ab77021) + - 修复tab在移动端无法点击  -  by **Soybean** [(1a76d)](https://github.com/soybeanjs/soybean-admin-antd/commit/1a76de04) + - 页面各部分背景颜色添加自然过渡  -  by **Soybean** [(1c5fd)](https://github.com/soybeanjs/soybean-admin-antd/commit/1c5fdca5) + - 更正dashboard的布局文件  -  by **Soybean** [(31fda)](https://github.com/soybeanjs/soybean-admin-antd/commit/31fda0ce) + - 布局修复:从填充屏幕高的页面切换至滚动页面导致布局坍塌  -  by **Soybean** [(2fdb5)](https://github.com/soybeanjs/soybean-admin-antd/commit/2fdb5f56) + - 修复打包构建时图标错误  -  by **Soybean** [(93f9a)](https://github.com/soybeanjs/soybean-admin-antd/commit/93f9aa95) + - 添加西瓜视频实例在onUnMounted的销毁,多页签居中距离精确  -  by **Soybean** [(73896)](https://github.com/soybeanjs/soybean-admin-antd/commit/738964a7) + - 修复网络请求错误空信息的提示  -  by **Soybean** [(ff921)](https://github.com/soybeanjs/soybean-admin-antd/commit/ff9216b6) + - 请求相关细节修复  -  by **Soybean** [(2ad1a)](https://github.com/soybeanjs/soybean-admin-antd/commit/2ad1ad32) + - 修复redirect-not-found子路由  -  by **Soybean** [(5bfb8)](https://github.com/soybeanjs/soybean-admin-antd/commit/5bfb8199) + - 去除Layout组件冗余代码  -  by **Soybean** [(0e783)](https://github.com/soybeanjs/soybean-admin-antd/commit/0e783bcf) + - 修复面包屑数据  -  by **Soybean** [(28b5d)](https://github.com/soybeanjs/soybean-admin-antd/commit/28b5d224) + - 修复vertical-mix布局、重构初始化的loading  -  by **Soybean** [(579e0)](https://github.com/soybeanjs/soybean-admin-antd/commit/579e0740) + - 修复未登录时会调用获取用户路由的接口  -  by **Soybean** [(21bab)](https://github.com/soybeanjs/soybean-admin-antd/commit/21bab1f7) + - 修复路由守卫的动态路由逻辑  -  by **Soybean** [(b61b0)](https://github.com/soybeanjs/soybean-admin-antd/commit/b61b0ce2) + - vite配置修复  -  by **Soybean** [(facc0)](https://github.com/soybeanjs/soybean-admin-antd/commit/facc00e8) + - 修复分析页和工作台的布局问题  -  by **Soybean** [(e93b9)](https://github.com/soybeanjs/soybean-admin-antd/commit/e93b94cb) + - 修复项目配置拷贝功能  -  by **Soybean** [(a7a26)](https://github.com/soybeanjs/soybean-admin-antd/commit/a7a269d6) + - 修复页面切换动画无变化  -  by **Soybean** [(c4546)](https://github.com/soybeanjs/soybean-admin-antd/commit/c4546bdf) + - 修复页面切换动画开关不生效  -  by **bundle** [(9d4ed)](https://github.com/soybeanjs/soybean-admin-antd/commit/9d4ed617) + - 修复 BASE_URL 没有生效的问题  -  by **pany** [(72d7d)](https://github.com/soybeanjs/soybean-admin-antd/commit/72d7dcfa) + - 修复vite alias  -  by **Soybean** [(cd7ca)](https://github.com/soybeanjs/soybean-admin-antd/commit/cd7ca8f4) + - 修复路由守卫的动态路由逻辑  -  by **Soybean** [(e6c26)](https://github.com/soybeanjs/soybean-admin-antd/commit/e6c26fcb) + - 全局搜索弹窗弹出时动画闪屏问题  -  by @yanbowe [(bb1bb)](https://github.com/soybeanjs/soybean-admin-antd/commit/bb1bbf27) + - 去除从环境文件引入端口号导致的错误  -  by **Soybean** [(2d6d1)](https://github.com/soybeanjs/soybean-admin-antd/commit/2d6d179d) + - 修复在新版vite下环境变量获取不到的问题  -  by **Soybean** [(3fb13)](https://github.com/soybeanjs/soybean-admin-antd/commit/3fb13ca9) + - 修复获取vite环境变量的方式  -  by **Soybean** [(46e1a)](https://github.com/soybeanjs/soybean-admin-antd/commit/46e1ae78) + - 添加获取路由组件文件未找到时的错误提示  -  by **Soybean** [(219f8)](https://github.com/soybeanjs/soybean-admin-antd/commit/219f87f4) + - 添加.npmrc修复无法获取自动引入的全局组件声明类型  -  by **Soybean** [(e8488)](https://github.com/soybeanjs/soybean-admin-antd/commit/e8488e4d) + - 修复样式  -  by **Soybean** [(e8999)](https://github.com/soybeanjs/soybean-admin-antd/commit/e8999144) + - 修复插件不存在的错误提示  -  by **Grazing Wind** [(71652)](https://github.com/soybeanjs/soybean-admin-antd/commit/71652820) + - 修复权限切换路由数据未更新的问题  -  by **Soybean** [(60f91)](https://github.com/soybeanjs/soybean-admin-antd/commit/60f91250) + - 修复页面切换时导致的溢出滚动条  -  by **Soybean** [(e0233)](https://github.com/soybeanjs/soybean-admin-antd/commit/e0233061) + - 修复@antv/g2生产环境报错  -  by **Soybean** [(4558c)](https://github.com/soybeanjs/soybean-admin-antd/commit/4558c24d) + - 修复顶部菜单的位置失效问题  -  by **Soybean** [(4ee0d)](https://github.com/soybeanjs/soybean-admin-antd/commit/4ee0d94f) + - 设置tab标题导致meta属性丢失  -  by **燕博文** [(efcfa)](https://github.com/soybeanjs/soybean-admin-antd/commit/efcfa576) + - 修复tab不显示路由首页的问题  -  by **Soybean** [(a792b)](https://github.com/soybeanjs/soybean-admin-antd/commit/a792bb5c) + - 修复多个后端服务时的本地代理  -  by **Soybean** [(2aba5)](https://github.com/soybeanjs/soybean-admin-antd/commit/2aba58c9) + - 修复图标的TS类型  -  by **Soybean** [(dbd67)](https://github.com/soybeanjs/soybean-admin-antd/commit/dbd67609) + - 修复import.meta.env的TS类型  -  by **Soybean** [(19942)](https://github.com/soybeanjs/soybean-admin-antd/commit/19942625) + - 修复构建后mockjs对xhr的影响问题  -  by **Soybean** [(77572)](https://github.com/soybeanjs/soybean-admin-antd/commit/77572855) + - 修复TS类型问题  -  by **Soybean** [(16dce)](https://github.com/soybeanjs/soybean-admin-antd/commit/16dce9a4) + - 修复eslint规则  -  by **Soybean** [(d7f5b)](https://github.com/soybeanjs/soybean-admin-antd/commit/d7f5bf33) + - add iconify json  -  by **Soybean** [(8a1ec)](https://github.com/soybeanjs/soybean-admin-antd/commit/8a1ec938) + - fix vite-pwa plugin config  -  by **Soybean** [(94098)](https://github.com/soybeanjs/soybean-admin-antd/commit/94098d02) + - add router-page.d.ts to git [将router-page.d.ts添加git提交]  -  by **Soybean** [(7a580)](https://github.com/soybeanjs/soybean-admin-antd/commit/7a580355) + - fix router when the dynamic routes api was failed [修复当动态路由接口失败后路由异常问题]  -  by **Soybean** [(f2b58)](https://github.com/soybeanjs/soybean-admin-antd/commit/f2b580fc) + - fix login success message [修复登录成功的消息提示]  -  by **Soybean** [(81039)](https://github.com/soybeanjs/soybean-admin-antd/commit/810398ab) + - 修复tabs在static路由模式下可以关闭首页  -  by **燕博文** [(7211a)](https://github.com/soybeanjs/soybean-admin-antd/commit/7211a17a) + - 修复动态路由模式下路由不排序的问题  -  by **“青菜白玉汤”** [(58b27)](https://github.com/soybeanjs/soybean-admin-antd/commit/58b27c96) + - fix eslint svg cause incorrect icon render  -  by **Soybean** [(0b5af)](https://github.com/soybeanjs/soybean-admin-antd/commit/0b5afda2) + - sortRoutes recursively  -  by **sunhao1256** [(91889)](https://github.com/soybeanjs/soybean-admin-antd/commit/91889414) + - not only `/login` claim dynamic path scenario , but also others , eg:/user/1  -  by **sunhao1256** [(60598)](https://github.com/soybeanjs/soybean-admin-antd/commit/60598915) + - the length of routes children list should greater than 0  -  by **HuangZheng** [(e1afc)](https://github.com/soybeanjs/soybean-admin-antd/commit/e1afc10b) + - fix pwa logo  -  by **Soybean** [(bf2f6)](https://github.com/soybeanjs/soybean-admin-antd/commit/bf2f6172) + - fix github bug-report  -  by **Soybean** [(f73e3)](https://github.com/soybeanjs/soybean-admin-antd/commit/f73e3f64) + - fix router guide [修复路由跳转异常] fixed #216  -  by **Soybean** in https://github.com/soybeanjs/soybean-admin-antd/issues/216 [(59578)](https://github.com/soybeanjs/soybean-admin-antd/commit/5957833a) + - fix better-mock usage [修复better-mock用法]  -  by **Soybean** [(c5764)](https://github.com/soybeanjs/soybean-admin-antd/commit/c57640ac) + - tsconfig missing isolatedModules  -  by **Kirk Lin** [(ab49a)](https://github.com/soybeanjs/soybean-admin-antd/commit/ab49afd3) + - fix mockjs [修复mockjs]  -  by **Soybean** [(9b19f)](https://github.com/soybeanjs/soybean-admin-antd/commit/9b19f96f) + - add prod mockjs switch [添加生产模式的mockjs的开关]  -  by **Soybean** [(9f563)](https://github.com/soybeanjs/soybean-admin-antd/commit/9f5638f1) + - 修复面包屑导航下拉菜单语言显示问题  -  by **cc** [(ee8fa)](https://github.com/soybeanjs/soybean-admin-antd/commit/ee8fa048) + - hide the drawer when it is initial mobile mode [初始化时为移动端布局则隐藏侧边栏] fixed #238  -  by **Soybean** in https://github.com/soybeanjs/soybean-admin-antd/issues/238 [(0abde)](https://github.com/soybeanjs/soybean-admin-antd/commit/0abde46e) + - fix userRoleOptions  -  by **Soybean** [(2ca2b)](https://github.com/soybeanjs/soybean-admin-antd/commit/2ca2b766) + - fix set tab title (fixed #256)  -  by **Soybean** in https://github.com/soybeanjs/soybean-admin-antd/issues/256 [(13f6c)](https://github.com/soybeanjs/soybean-admin-antd/commit/13f6cd8e) + - correct the lang file name & add recommend vscode plugin i18n-ally  -  by @soybeanjs [(864ec)](https://github.com/soybeanjs/soybean-admin-antd/commit/864ec473) + - fix reload button animate  -  by @soybeanjs [(41f23)](https://github.com/soybeanjs/soybean-admin-antd/commit/41f23386) + - 修复路由命名为包含关系时导致导航数据出错的问题  -  by @Particaly [(76636)](https://github.com/soybeanjs/soybean-admin-antd/commit/766369f9) + - fix elegant-router plugin  -  by @soybeanjs [(282b6)](https://github.com/soybeanjs/soybean-admin-antd/commit/282b6027) + - keep hsla and rgba consistent with unocss  -  by @soybeanjs [(566cc)](https://github.com/soybeanjs/soybean-admin-antd/commit/566cce27) + - fix menu style  -  by @soybeanjs [(b80a0)](https://github.com/soybeanjs/soybean-admin-antd/commit/b80a0866) + - update tab label when locale change  -  by @soybeanjs [(50b72)](https://github.com/soybeanjs/soybean-admin-antd/commit/50b722ce) + - fix menu style  -  by @soybeanjs [(231fc)](https://github.com/soybeanjs/soybean-admin-antd/commit/231fc8b4) + - fix zIndex  -  by @soybeanjs [(eed33)](https://github.com/soybeanjs/soybean-admin-antd/commit/eed33a6c) + - fix ThemeButton tooltip trigger  -  by @soybeanjs [(19671)](https://github.com/soybeanjs/soybean-admin-antd/commit/196710dd) + - fix menu collapsed  -  by @soybeanjs [(586d6)](https://github.com/soybeanjs/soybean-admin-antd/commit/586d6d71) + - fix siderCollapse  -  by @soybeanjs [(d348b)](https://github.com/soybeanjs/soybean-admin-antd/commit/d348bd81) + - fix tab click when is mobile  -  by @soybeanjs [(ac6c3)](https://github.com/soybeanjs/soybean-admin-antd/commit/ac6c324b) + - notification add auto close  -  by @soybeanjs [(2cfcb)](https://github.com/soybeanjs/soybean-admin-antd/commit/2cfcb440) + - hide some content when is mobile layout  -  by @soybeanjs [(b175f)](https://github.com/soybeanjs/soybean-admin-antd/commit/b175fea6) + - fix breadcrumb when is not route menu  -  by @soybeanjs [(59d35)](https://github.com/soybeanjs/soybean-admin-antd/commit/59d35119) + - fix button style  -  by @soybeanjs [(93f18)](https://github.com/soybeanjs/soybean-admin-antd/commit/93f1806e) + - fix themeVars color  -  by @soybeanjs [(6329c)](https://github.com/soybeanjs/soybean-admin-antd/commit/6329c5d4) + - fix cached tabs locale  -  by @soybeanjs [(0973b)](https://github.com/soybeanjs/soybean-admin-antd/commit/0973b083) + - fix inverted menu when is horizontal-mix  -  by @soybeanjs [(1530d)](https://github.com/soybeanjs/soybean-admin-antd/commit/1530dae3) + - fix horizontal menu style  -  by @soybeanjs [(b3fce)](https://github.com/soybeanjs/soybean-admin-antd/commit/b3fce710) + - theme setting adapter mobile  -  by @soybeanjs [(8c729)](https://github.com/soybeanjs/soybean-admin-antd/commit/8c72966e) + - fix theme colors  -  by @soybeanjs [(ab60e)](https://github.com/soybeanjs/soybean-admin-antd/commit/ab60edc7) + - fix customize info color  -  by @soybeanjs [(f0f02)](https://github.com/soybeanjs/soybean-admin-antd/commit/f0f0236a) + - fix scrollbar style  -  by @soybeanjs [(cadf2)](https://github.com/soybeanjs/soybean-admin-antd/commit/cadf2e8f) + - fix ColorPicker  -  by @soybeanjs [(c735f)](https://github.com/soybeanjs/soybean-admin-antd/commit/c735fd3e) + - sider inverted visible  -  by @soybeanjs [(7b46f)](https://github.com/soybeanjs/soybean-admin-antd/commit/7b46f2b1) + - fix override theme  -  by @soybeanjs [(76eda)](https://github.com/soybeanjs/soybean-admin-antd/commit/76edab31) + - fix default menu icon  -  by @soybeanjs [(68e0d)](https://github.com/soybeanjs/soybean-admin-antd/commit/68e0d19a) + - fix vertical-mix menu when collapse  -  by @soybeanjs [(c4e64)](https://github.com/soybeanjs/soybean-admin-antd/commit/c4e6471c) + - fix layout-card  -  by @soybeanjs [(b2b92)](https://github.com/soybeanjs/soybean-admin-antd/commit/b2b9256a) + - rename zh-ch  -  by @soybeanjs [(a8a77)](https://github.com/soybeanjs/soybean-admin-antd/commit/a8a77ea5) + - fix scripts  -  by @soybeanjs [(780eb)](https://github.com/soybeanjs/soybean-admin-antd/commit/780ebf5a) + - Fix welcome notification not closing  -  by @Azir-11 [(748cf)](https://github.com/soybeanjs/soybean-admin-antd/commit/748cfa2c) + - fix i18n vscode settings  -  by @soybeanjs [(fbf4c)](https://github.com/soybeanjs/soybean-admin-antd/commit/fbf4cc43) + - add duration of login success notification  -  by @soybeanjs [(1335d)](https://github.com/soybeanjs/soybean-admin-antd/commit/1335d47a) + - fix menu indent  -  by @soybeanjs [(87143)](https://github.com/soybeanjs/soybean-admin-antd/commit/87143172) + - fix theme mode segment  -  by @soybeanjs [(2372d)](https://github.com/soybeanjs/soybean-admin-antd/commit/2372dc9b) + - fix app loading theme color  -  by @soybeanjs [(0ba19)](https://github.com/soybeanjs/soybean-admin-antd/commit/0ba19d54) + - fix app loading theme color  -  by @soybeanjs [(1ad8d)](https://github.com/soybeanjs/soybean-admin-antd/commit/1ad8dbf2) + - fix page about style in mobile  -  by @soybeanjs [(8b6de)](https://github.com/soybeanjs/soybean-admin-antd/commit/8b6de484) + - fix themeDrawer darkMode segement  -  by @soybeanjs [(1b5ca)](https://github.com/soybeanjs/soybean-admin-antd/commit/1b5caa08) + - fix themeDrawer copy  -  by @soybeanjs [(b3779)](https://github.com/soybeanjs/soybean-admin-antd/commit/b3779a63) + - remove space in tab content  -  by @soybeanjs [(4aae6)](https://github.com/soybeanjs/soybean-admin-antd/commit/4aae6a52) + - fix horizontal menu  -  by @soybeanjs [(d886e)](https://github.com/soybeanjs/soybean-admin-antd/commit/d886e50f) + - perf card style  -  by @soybeanjs [(c1afb)](https://github.com/soybeanjs/soybean-admin-antd/commit/c1afb9dc) + - fix base-menu style  -  by @soybeanjs [(dcbb3)](https://github.com/soybeanjs/soybean-admin-antd/commit/dcbb3020) + - remove space in tab content  -  by @soybeanjs [(16c76)](https://github.com/soybeanjs/soybean-admin-antd/commit/16c765f7) + - fix add import $t  -  by @soybeanjs [(2e36f)](https://github.com/soybeanjs/soybean-admin-antd/commit/2e36fbfb) + - fix manage_user title  -  by @soybeanjs [(7770b)](https://github.com/soybeanjs/soybean-admin-antd/commit/7770b378) + - default proxy prefix  -  by @smileluck [(da246)](https://github.com/soybeanjs/soybean-admin-antd/commit/da246427) + - fix request msg  -  by @soybeanjs [(ae6b6)](https://github.com/soybeanjs/soybean-admin-antd/commit/ae6b6134) + - Fix the issue of tab error displaying parent localIcon  -  by @Azir-11 [(a9c98)](https://github.com/soybeanjs/soybean-admin-antd/commit/a9c98d96) + - The matched value of TabRoute should be optional  -  by @Azir-11 [(e6fed)](https://github.com/soybeanjs/soybean-admin-antd/commit/e6fed1fd) + - fix build [unocss]: build failed to load icon "close", fixed #319  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/319 [(c18d8)](https://github.com/soybeanjs/soybean-admin-antd/commit/c18d82f9) + - fix resolve alias  -  by @soybeanjs [(3bdcb)](https://github.com/soybeanjs/soybean-admin-antd/commit/3bdcbc71) + - Missing default value for tab icon  -  by @Azir-11 [(72a46)](https://github.com/soybeanjs/soybean-admin-antd/commit/72a4679c) + - add route icon: fucntion_hide-child  -  by @soybeanjs [(0a3ef)](https://github.com/soybeanjs/soybean-admin-antd/commit/0a3efe34) + - fix table x-scroll. fixed #324  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/324 [(c7e2c)](https://github.com/soybeanjs/soybean-admin-antd/commit/c7e2c559) + - Fix the logic of root route redirection to home  -  by **恕瑞玛的皇帝** [(0123c)](https://github.com/soybeanjs/soybean-admin-antd/commit/0123c37d) + - Fix homepage mount error under dynamic routing  -  by **恕瑞玛的皇帝** [(9cf2a)](https://github.com/soybeanjs/soybean-admin-antd/commit/9cf2a513) + - fix repeat home tab  -  by @soybeanjs [(bccd6)](https://github.com/soybeanjs/soybean-admin-antd/commit/bccd6cb3) + - fix proxy config  -  by @soybeanjs [(c8019)](https://github.com/soybeanjs/soybean-admin-antd/commit/c8019c4f) + - fix proxy config  -  by @soybeanjs [(ffc95)](https://github.com/soybeanjs/soybean-admin-antd/commit/ffc95d2b) + - fix request msg  -  by @soybeanjs [(47b54)](https://github.com/soybeanjs/soybean-admin-antd/commit/47b54b06) + - fix tab error displaying parent localIcon  -  by @soybeanjs [(9d112)](https://github.com/soybeanjs/soybean-admin-antd/commit/9d11258a) + - fix build [unocss]: build failed to load icon "close"  -  by @soybeanjs [(6a5aa)](https://github.com/soybeanjs/soybean-admin-antd/commit/6a5aaecf) + - fix home when is dynamic mode router  -  by @soybeanjs [(3c229)](https://github.com/soybeanjs/soybean-admin-antd/commit/3c2296e2) + - fix table row-key ts type  -  by @soybeanjs [(0cc8f)](https://github.com/soybeanjs/soybean-admin-antd/commit/0cc8f05a) + - fix class name conflict with unocss icon  -  by @soybeanjs [(455e4)](https://github.com/soybeanjs/soybean-admin-antd/commit/455e48f7) + - fix repeat routes  -  by @soybeanjs [(2c543)](https://github.com/soybeanjs/soybean-admin-antd/commit/2c543f19) + - fix route init  -  by @soybeanjs [(23a40)](https://github.com/soybeanjs/soybean-admin-antd/commit/23a4098b) + - fix pin-toggler toolTip zIndex  -  by @soybeanjs [(f89e6)](https://github.com/soybeanjs/soybean-admin-antd/commit/f89e6c03) + - fix flatRequest error type. fixed #376  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/376 [(1ec5e)](https://github.com/soybeanjs/soybean-admin-antd/commit/1ec5ea0f) + - add maxWidth for GlobalTab to fix bg with gap. fixed #350  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/350 [(cc539)](https://github.com/soybeanjs/soybean-admin-antd/commit/cc539974) + - unify border-radius of Tag. fixed #378  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/378 [(2f15a)](https://github.com/soybeanjs/soybean-admin-antd/commit/2f15a2ac) + - fix menu edit rules  -  by @paynezhuang [(00105)](https://github.com/soybeanjs/soybean-admin-antd/commit/001059cc) + - fix SvgIcon inheritAttrs warning  -  by @soybeanjs [(efc0e)](https://github.com/soybeanjs/soybean-admin-antd/commit/efc0e25c) + - fix axios createRequest: add default state  -  by @soybeanjs [(d6eda)](https://github.com/soybeanjs/soybean-admin-antd/commit/d6eda8f9) + - fix homeTab closeRight and disable colseLeft  -  by @soybeanjs [(53f61)](https://github.com/soybeanjs/soybean-admin-antd/commit/53f61662) + - fix GlobalBreadcrumb warning  -  by @soybeanjs [(dd6fc)](https://github.com/soybeanjs/soybean-admin-antd/commit/dd6fce3b) + - add maxWidth for GlobalTab to fix bg with gap  -  by @soybeanjs [(423ea)](https://github.com/soybeanjs/soybean-admin-antd/commit/423ea0da) + - fix css var is inserted repeatedly  -  by @soybeanjs [(e58cf)](https://github.com/soybeanjs/soybean-admin-antd/commit/e58cf266) + - fix SvgIcon inheritAttrs warning  -  by @soybeanjs [(f4305)](https://github.com/soybeanjs/soybean-admin-antd/commit/f430584e) + - fix event name  -  by @soybeanjs [(642b6)](https://github.com/soybeanjs/soybean-admin-antd/commit/642b6f8d) + - update union-key.d.ts  -  by @soybeanjs [(60bef)](https://github.com/soybeanjs/soybean-admin-antd/commit/60beff7e) + - fix axios createRequest: add default state  -  by @soybeanjs [(466bc)](https://github.com/soybeanjs/soybean-admin-antd/commit/466bc7aa) + - fix update theme color  -  by @soybeanjs [(27c53)](https://github.com/soybeanjs/soybean-admin-antd/commit/27c53cd6) + - fix CHANGELOG versions  -  by @soybeanjs [(d9af5)](https://github.com/soybeanjs/soybean-admin-antd/commit/d9af5aa2) + - fix disabled page animate  -  by @soybeanjs [(23f28)](https://github.com/soybeanjs/soybean-admin-antd/commit/23f283aa) + - fix routes data when role is change. fixed #391  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/391 [(cb83d)](https://github.com/soybeanjs/soybean-admin-antd/commit/cb83d6d9) + - fix tabs data when role is change. fixed #392  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/392 [(04aa0)](https://github.com/soybeanjs/soybean-admin-antd/commit/04aa0972) + - recovery pnpm-lock.yaml  -  by @soybeanjs [(c6952)](https://github.com/soybeanjs/soybean-admin-antd/commit/c695208f) + - added responseType judgment. #396  -  by **alleycharming** in https://github.com/soybeanjs/soybean-admin-antd/issues/396 [(82eab)](https://github.com/soybeanjs/soybean-admin-antd/commit/82eabab7) + - supply $t import statement  -  by @soybeanjs [(b2660)](https://github.com/soybeanjs/soybean-admin-antd/commit/b2660358) + - fix type error  -  by @soybeanjs [(77c20)](https://github.com/soybeanjs/soybean-admin-antd/commit/77c20238) + - fix mix-menu blank. fixed #389 & cache mixMenuFixed  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/389 [(93c7f)](https://github.com/soybeanjs/soybean-admin-antd/commit/93c7ff71) + - text level low. #409  -  by **alleycharming** in https://github.com/soybeanjs/soybean-admin-antd/issues/409 [(3ddb1)](https://github.com/soybeanjs/soybean-admin-antd/commit/3ddb17a0) + - menu fixedIndexInTab default null  -  by @paynezhuang [(3d10e)](https://github.com/soybeanjs/soybean-admin-antd/commit/3d10ef1a) + - fix tab fixedIndex as null case  -  by @paynezhuang [(4708e)](https://github.com/soybeanjs/soybean-admin-antd/commit/4708eded) + - recovery the layout config before is mobile. fixed #408, fixed #361  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/408 and https://github.com/soybeanjs/soybean-admin-antd/issues/361 [(dae2a)](https://github.com/soybeanjs/soybean-admin-antd/commit/dae2aa55) + - fix manage page drawer operate about data reset. fixed #415, fixed #417  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/415 and https://github.com/soybeanjs/soybean-admin-antd/issues/417 [(f4513)](https://github.com/soybeanjs/soybean-admin-antd/commit/f4513e1e) + - fix menu-toggler zIndex  -  by @soybeanjs [(7bd43)](https://github.com/soybeanjs/soybean-admin-antd/commit/7bd43df5) + - fix manage_menu modal style  -  by @soybeanjs [(60f3b)](https://github.com/soybeanjs/soybean-admin-antd/commit/60f3b140) + - fix menu data when role is changed. fixed #391  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/391 [(3b47b)](https://github.com/soybeanjs/soybean-admin-antd/commit/3b47b5a5) + - fix useRouter. fixed #436  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/436 [(0774a)](https://github.com/soybeanjs/soybean-admin-antd/commit/0774a515) + - add error handle when get routes in dynamic route mode. fixed 440  -  by @soybeanjs [(57b4a)](https://github.com/soybeanjs/soybean-admin-antd/commit/57b4a9d5) + - fix header style & fix button highlight when click global-tab. fixed #446  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/446 [(64fc0)](https://github.com/soybeanjs/soybean-admin-antd/commit/64fc0996) + - fix multi tab page only render once. fixed #441  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/441 [(e379d)](https://github.com/soybeanjs/soybean-admin-antd/commit/e379d6ce) + - fix click menu search. fixed #466, close #467  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/466 and https://github.com/soybeanjs/soybean-admin-antd/issues/467 [(8efdb)](https://github.com/soybeanjs/soybean-admin-antd/commit/8efdb10d) + - fix reCacheRoute. fixed #464  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/464 [(59faf)](https://github.com/soybeanjs/soybean-admin-antd/commit/59faf152) + - fix register name, CodeLogin => Register  -  by @m-xlsea in https://github.com/soybeanjs/soybean-admin-antd/issues/478 [(ddf38)](https://github.com/soybeanjs/soybean-admin-antd/commit/ddf3823a) + - fix disabled page animate  -  by @soybeanjs [(e6910)](https://github.com/soybeanjs/soybean-admin-antd/commit/e6910885) + - fix routes data when role is change  -  by @soybeanjs [(03c80)](https://github.com/soybeanjs/soybean-admin-antd/commit/03c80750) + - fix tabs data when role is change  -  by @soybeanjs [(9fd89)](https://github.com/soybeanjs/soybean-admin-antd/commit/9fd89aa3) + - add missing `$t` import  -  by @soybeanjs [(8f9ee)](https://github.com/soybeanjs/soybean-admin-antd/commit/8f9ee2e5) + - add responseType judgment  -  by @soybeanjs [(2246f)](https://github.com/soybeanjs/soybean-admin-antd/commit/2246f78d) + - fix mix-menu blank & cache mixMenuFixed  -  by @soybeanjs [(9fdb6)](https://github.com/soybeanjs/soybean-admin-antd/commit/9fdb6c10) + - fix PinToggler label  -  by @soybeanjs [(b1f9c)](https://github.com/soybeanjs/soybean-admin-antd/commit/b1f9c4ce) + - recovery the layout config before is mobile  -  by @soybeanjs [(851ae)](https://github.com/soybeanjs/soybean-admin-antd/commit/851ae38c) + - fix manage page drawer operate about data reset  -  by @soybeanjs [(91dfa)](https://github.com/soybeanjs/soybean-admin-antd/commit/91dfa571) + - fix menu data when role is changed  -  by @soybeanjs [(7cc5f)](https://github.com/soybeanjs/soybean-admin-antd/commit/7cc5f9c2) + - fix useRouter in tab store  -  by @soybeanjs [(962c4)](https://github.com/soybeanjs/soybean-admin-antd/commit/962c403b) + - fix header style & fix button highlight when click global-tab  -  by @soybeanjs [(f2983)](https://github.com/soybeanjs/soybean-admin-antd/commit/f298388c) + - fix multi tab page only render once  -  by @soybeanjs [(b98b0)](https://github.com/soybeanjs/soybean-admin-antd/commit/b98b075f) + - fix login Register component name  -  by @soybeanjs [(a3ba5)](https://github.com/soybeanjs/soybean-admin-antd/commit/a3ba5166) + - fix get user info when page reload  -  by @soybeanjs [(ff51b)](https://github.com/soybeanjs/soybean-admin-antd/commit/ff51b72d) + - fix setupAppVersionNotification render  -  by @soybeanjs [(6a6eb)](https://github.com/soybeanjs/soybean-admin-antd/commit/6a6eb9af) + - fix get user info when page reload  -  by @soybeanjs [(0f6b7)](https://github.com/soybeanjs/soybean-admin-antd/commit/0f6b73fb) + - fix setupAppVersionNotification render  -  by @soybeanjs [(63d5d)](https://github.com/soybeanjs/soybean-admin-antd/commit/63d5dc50) + - hide AppVersionNotification in DEV mode  -  by @sigma-plus in https://github.com/soybeanjs/soybean-admin-antd/issues/482 [(62592)](https://github.com/soybeanjs/soybean-admin-antd/commit/62592872) + - fix menu-toggler hidden in mobile layout. fixed #483  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/483 [(4470c)](https://github.com/soybeanjs/soybean-admin-antd/commit/4470cb4e) + - hide AppVersionNotification in DEV mode  -  by @soybeanjs [(e3d91)](https://github.com/soybeanjs/soybean-admin-antd/commit/e3d91dfc) + - fix menu-toggler hidden in mobile layout  -  by @soybeanjs [(a73d2)](https://github.com/soybeanjs/soybean-admin-antd/commit/a73d2e1c) + - fix mobile browser theme issue by adding color-scheme meta tag to index.html  -  by @KickCashew in https://github.com/soybeanjs/soybean-admin-antd/issues/488 [(c2125)](https://github.com/soybeanjs/soybean-admin-antd/commit/c2125652) + - fix mobile browser theme issue by adding color-scheme meta tag to index.html  -  by @KickCashew in https://github.com/soybeanjs/soybean-admin-antd/issues/27 [(6bf97)](https://github.com/soybeanjs/soybean-admin-antd/commit/6bf972db) + - Fix secondary directory components is empty  -  by @paynezhuang in https://github.com/soybeanjs/soybean-admin-antd/issues/29 [(fb48f)](https://github.com/soybeanjs/soybean-admin-antd/commit/fb48f413) + - Fix secondary directory components is empty  -  by @paynezhuang in https://github.com/soybeanjs/soybean-admin-antd/issues/491 [(aabb2)](https://github.com/soybeanjs/soybean-admin-antd/commit/aabb2a49) + - Fix the issue of abnormal tab caching after logout. fixed #495  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/495 [(3eeac)](https://github.com/soybeanjs/soybean-admin-antd/commit/3eeace94) + - Fix the issue of abnormal tab caching after logout  -  by @soybeanjs [(e6349)](https://github.com/soybeanjs/soybean-admin-antd/commit/e63490e9) + - request modal title use i18n. fixed #507  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/507 [(f7de3)](https://github.com/soybeanjs/soybean-admin-antd/commit/f7de3fd0) + - add `getDataByPage` for `useTable`. fixed #499  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/499 [(425c6)](https://github.com/soybeanjs/soybean-admin-antd/commit/425c69ac) + - fix login redirect to routeHome when routeHome of dynamic route is not same as static route. fixed #511  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/511 [(49f60)](https://github.com/soybeanjs/soybean-admin-antd/commit/49f60b2d) + - request modal title use i18n  -  by @soybeanjs [(f97e7)](https://github.com/soybeanjs/soybean-admin-antd/commit/f97e74ec) + - add `getDataByPage` for `useTable`  -  by @soybeanjs [(cf265)](https://github.com/soybeanjs/soybean-admin-antd/commit/cf2659d1) + - fix login redirect to routeHome when routeHome of dynamic route is not same as static route  -  by @soybeanjs [(f6c66)](https://github.com/soybeanjs/soybean-admin-antd/commit/f6c66ec2) + - fix manage page edit data. fixed #32  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/32 [(740d6)](https://github.com/soybeanjs/soybean-admin-antd/commit/740d6f5d) + - fix the issue of abnormal width of the sidebar in the top menu mix and reverse mode  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/562 [(c4695)](https://github.com/soybeanjs/soybean-admin-antd/commit/c469512b) + - fix HorizontalMixMenu inverted. fixed #563  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/563 [(4e55b)](https://github.com/soybeanjs/soybean-admin-antd/commit/4e55b0e9) + - fix vertical-menu will not render when the layout is from mobile  -  by @soybeanjs [(84027)](https://github.com/soybeanjs/soybean-admin-antd/commit/84027347) + - fix vertical-mix menu selected  -  by @soybeanjs [(59f07)](https://github.com/soybeanjs/soybean-admin-antd/commit/59f07d8a) + - fix watermark settings  -  by @soybeanjs [(5646a)](https://github.com/soybeanjs/soybean-admin-antd/commit/5646a50d) + - fix menu style  -  by @soybeanjs [(4355b)](https://github.com/soybeanjs/soybean-admin-antd/commit/4355b6e4) + - avoid retrieving cached HTML  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/605 [(ef6cf)](https://github.com/soybeanjs/soybean-admin-antd/commit/ef6cf93d) + - fix login redirect  -  by @soybeanjs [(3830e)](https://github.com/soybeanjs/soybean-admin-antd/commit/3830ec7a) + - fix vertical-mix-menu when sider collapse. fixed #608  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/608 [(c3f1f)](https://github.com/soybeanjs/soybean-admin-antd/commit/c3f1f698) + - fix breadcrumb when activeMenu is parent menu. fixed #589  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/589 [(79b2a)](https://github.com/soybeanjs/soybean-admin-antd/commit/79b2a28b) + - fix refresh token when meet multi requests. fixed #581  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/581 [(27b52)](https://github.com/soybeanjs/soybean-admin-antd/commit/27b5222c) + - fix abnormal width of the sidebar in the top menu mix and reverse mode  -  by @soybeanjs [(0abce)](https://github.com/soybeanjs/soybean-admin-antd/commit/0abce882) + - fix watermark settings  -  by @soybeanjs [(dbe8e)](https://github.com/soybeanjs/soybean-admin-antd/commit/dbe8ec65) + - avoid retrieving cached HTML  -  by @soybeanjs [(75df1)](https://github.com/soybeanjs/soybean-admin-antd/commit/75df11c0) + - fix breadcrumb when activeMenu is parent menu  -  by @soybeanjs [(49092)](https://github.com/soybeanjs/soybean-admin-antd/commit/4909291b) + - fix refresh token when meet multi requests  -  by @soybeanjs [(5ae17)](https://github.com/soybeanjs/soybean-admin-antd/commit/5ae17e6f) + - fix click global-tab in iPad. fixed #624  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/624 [(04d05)](https://github.com/soybeanjs/soybean-admin-antd/commit/04d05647) + - when the roles filter submenu is empty, the parent menu is not excluded. fixed #621.  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/626 and https://github.com/soybeanjs/soybean-admin-antd/issues/621 [(0ac95)](https://github.com/soybeanjs/soybean-admin-antd/commit/0ac95bdc) + - fix click global-tab in iPad  -  by @soybeanjs [(740cf)](https://github.com/soybeanjs/soybean-admin-antd/commit/740cf4cd) + - when the roles filter submenu is empty, the parent menu is not excluded  -  by @soybeanjs [(6b2fc)](https://github.com/soybeanjs/soybean-admin-antd/commit/6b2fc0a4) + - fix global-tab click conflict with contextmenu  -  by @soybeanjs [(c0e87)](https://github.com/soybeanjs/soybean-admin-antd/commit/c0e87958) + - fix global-tab click conflict with contextmenu  -  by @soybeanjs [(3e72c)](https://github.com/soybeanjs/soybean-admin-antd/commit/3e72c3b4) + - fix issue with 'Remind Me Later' button being unclickable. fixed #46  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/47 and https://github.com/soybeanjs/soybean-admin-antd/issues/46 [(a4e8f)](https://github.com/soybeanjs/soybean-admin-antd/commit/a4e8f296) + - fix sass usage  -  by **Redon** in https://github.com/soybeanjs/soybean-admin-antd/issues/49 [(599db)](https://github.com/soybeanjs/soybean-admin-antd/commit/599db449) + - fix route guard hook `onRouteSwitchWhenLoggedIn`. fixed #680  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/680 [(ab985)](https://github.com/soybeanjs/soybean-admin-antd/commit/ab9858c7) + - check if init userInfo when initAuthRoute. fixed #680  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/680 [(9f4fb)](https://github.com/soybeanjs/soybean-admin-antd/commit/9f4fb8c3) +- **projects): fix(projects**: + - fix login redirect  -  by @soybeanjs [(5ccdb)](https://github.com/soybeanjs/soybean-admin-antd/commit/5ccdb17e) +- **route**: + - 当为左侧混合菜单时activeMenu无效情况  -  by **燕博文** [(3e4f9)](https://github.com/soybeanjs/soybean-admin-antd/commit/3e4f9e28) +- **styles**: + - fix toggle-lang bg  -  by **Soybean** [(47309)](https://github.com/soybeanjs/soybean-admin-antd/commit/473095b0) + - 用户管理页面布局自适应屏幕高度 (fixed #253)  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/253 [(0f7b9)](https://github.com/soybeanjs/soybean-admin-antd/commit/0f7b9d5e) + - fix css var is inserted repeatedly  -  by **燕博文** [(769d8)](https://github.com/soybeanjs/soybean-admin-antd/commit/769d84a7) + - fix useTable type  -  by @soybeanjs [(07124)](https://github.com/soybeanjs/soybean-admin-antd/commit/071241f8) + - fix FirstLevelMenu style. fixed #450  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/450 [(db64b)](https://github.com/soybeanjs/soybean-admin-antd/commit/db64b0e2) + - fix PinToggler style. fixed #451  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/451 [(42b12)](https://github.com/soybeanjs/soybean-admin-antd/commit/42b121a1) + - fix FirstLevelMenu style  -  by @soybeanjs [(5df82)](https://github.com/soybeanjs/soybean-admin-antd/commit/5df82d1b) + - fix PinToggler style  -  by @soybeanjs [(593ce)](https://github.com/soybeanjs/soybean-admin-antd/commit/593ceea3) +- **svg-icon**: + - 自定义图标在Dropdown组件下hover状态无法显示图标  -  by **燕博文** [(0523f)](https://github.com/soybeanjs/soybean-admin-antd/commit/0523f083) +- **types**: + - 修复naive组件回调函数参数类型错误  -  by **Soybean** [(66728)](https://github.com/soybeanjs/soybean-admin-antd/commit/667282f8) + - 数据类型 EnumDataType.boolean 为 [object Boolean]  -  by **liujunzheng** [(e9b55)](https://github.com/soybeanjs/soybean-admin-antd/commit/e9b55608) + - 修复TS类型错误  -  by **Soybean** [(45d31)](https://github.com/soybeanjs/soybean-admin-antd/commit/45d31a0f) + - 添加dotEnv类型的非空判断  -  by **Soybean** [(cff11)](https://github.com/soybeanjs/soybean-admin-antd/commit/cff11d91) + - Fixed the reference type error  -  by **dodu2014** in https://github.com/soybeanjs/soybean-admin-antd/issues/551 [(3e2a9)](https://github.com/soybeanjs/soybean-admin-antd/commit/3e2a993d) + - fix data type of useHookTable  -  by @soybeanjs [(276ea)](https://github.com/soybeanjs/soybean-admin-antd/commit/276ea7fa) + - fix the type of TableApiFn  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/599 [(26c93)](https://github.com/soybeanjs/soybean-admin-antd/commit/26c93dff) + - Fixed the reference type error  -  by @soybeanjs [(6b868)](https://github.com/soybeanjs/soybean-admin-antd/commit/6b868618) + - fix data type of useHookTable  -  by @soybeanjs [(3dd78)](https://github.com/soybeanjs/soybean-admin-antd/commit/3dd78d4f) +- **utils**: + - utils函数名称更正  -  by **Soybean** [(68f4d)](https://github.com/soybeanjs/soybean-admin-antd/commit/68f4d012) + - 修复iconifyRender  -  by **Soybean** [(c37d0)](https://github.com/soybeanjs/soybean-admin-antd/commit/c37d0ac7) + - make AxiosRequestConfig optional for request.handleDelete()  -  by **guuuuo** [(4a6fe)](https://github.com/soybeanjs/soybean-admin-antd/commit/4a6fec8a) + - modalLogout bug when esc is pressed  -  by @sigma-plus in https://github.com/soybeanjs/soybean-admin-antd/issues/470 [(bd69c)](https://github.com/soybeanjs/soybean-admin-antd/commit/bd69c00e) + - fix `isPC`. fixed #644  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/644 [(47264)](https://github.com/soybeanjs/soybean-admin-antd/commit/4726498f) + - fix `isPC`  -  by @soybeanjs [(76f61)](https://github.com/soybeanjs/soybean-admin-antd/commit/76f61609) +- **view-manage-role**: + - fix PopConfirm content to title  -  by @zyhnbyyds [(d95bd)](https://github.com/soybeanjs/soybean-admin-antd/commit/d95bd84b) +- **多页签**: + - 在pc模式下右键某个多页签会切换路由  -  by **Yanbowen** [(a4394)](https://github.com/soybeanjs/soybean-admin-antd/commit/a4394dc3) + +###    🔥 Performance + +- refresh-koken命名  -  by **“Southliu”** [(17155)](https://github.com/soybeanjs/soybean-admin-antd/commit/17155047) +- **components**: + - 添加更多主题颜色设置模态窗的层级  -  by **xiaotao2018** [(ee7eb)](https://github.com/soybeanjs/soybean-admin-antd/commit/ee7eb3ac) + - 添加更多主题颜色设置模态窗的层级,z-index为int  -  by **xiaotao2018** [(e2d65)](https://github.com/soybeanjs/soybean-admin-antd/commit/e2d65543) + - Optimize internationalized menu search code  -  by **燕博文** [(8c1ef)](https://github.com/soybeanjs/soybean-admin-antd/commit/8c1ef4b0) + - Optimize menu search code  -  by **燕博文** [(296a2)](https://github.com/soybeanjs/soybean-admin-antd/commit/296a2d2f) + - perf count-to  -  by @soybeanjs [(b2c61)](https://github.com/soybeanjs/soybean-admin-antd/commit/b2c61f03) + - components name is converted to uppercase  -  by **燕博文** [(04aa1)](https://github.com/soybeanjs/soybean-admin-antd/commit/04aa10b4) + - perf global-search  -  by @soybeanjs [(72745)](https://github.com/soybeanjs/soybean-admin-antd/commit/72745229) +- **hooks**: + - perf use-table  -  by **Soybean** [(33180)](https://github.com/soybeanjs/soybean-admin-antd/commit/3318041b) + - perf useHookTable  -  by @soybeanjs [(809fa)](https://github.com/soybeanjs/soybean-admin-antd/commit/809fa857) + - perf useSignal  -  by @soybeanjs [(5d45c)](https://github.com/soybeanjs/soybean-admin-antd/commit/5d45cef1) +- **project**: + - Initializing the static routing function does not require asynchronization  -  by **CHENZL** in https://github.com/soybeanjs/soybean-admin-antd/issues/493 [(2198b)](https://github.com/soybeanjs/soybean-admin-antd/commit/2198b982) +- **projects**: + - 添加windicss指定的扫描目录,提升构建性能  -  by **Soybean** [(8e6b0)](https://github.com/soybeanjs/soybean-admin-antd/commit/8e6b0b29) + - complete dynamic route translate [补充动态路由的翻译]  -  by **Soybean** [(7b746)](https://github.com/soybeanjs/soybean-admin-antd/commit/7b746fa0) + - move changing document title by locale to global event of composables & add appLoading unmount  -  by **Soybean** [(08e19)](https://github.com/soybeanjs/soybean-admin-antd/commit/08e194ef) + - remove useless code  -  by **Soybean** [(eb8e4)](https://github.com/soybeanjs/soybean-admin-antd/commit/eb8e49e2) + - use transformObjectToOption to generate option of object labels  -  by **Soybean** [(da611)](https://github.com/soybeanjs/soybean-admin-antd/commit/da611fb1) + - add type declaration for document startViewTransition  -  by **Soybean** [(d3ebe)](https://github.com/soybeanjs/soybean-admin-antd/commit/d3ebe950) + - remove system logo fill  -  by @soybeanjs [(e02d0)](https://github.com/soybeanjs/soybean-admin-antd/commit/e02d025e) + - perf code  -  by @soybeanjs [(c9e34)](https://github.com/soybeanjs/soybean-admin-antd/commit/c9e34f61) + - remove as any  -  by @soybeanjs [(7f61b)](https://github.com/soybeanjs/soybean-admin-antd/commit/7f61bdcd) + - perf code  -  by @soybeanjs [(3f22e)](https://github.com/soybeanjs/soybean-admin-antd/commit/3f22efa1) + - perf code  -  by @soybeanjs [(cb369)](https://github.com/soybeanjs/soybean-admin-antd/commit/cb3694c4) + - perf css of base-menu  -  by @soybeanjs [(4046a)](https://github.com/soybeanjs/soybean-admin-antd/commit/4046a8bd) + - perf theme store  -  by @soybeanjs [(b0d95)](https://github.com/soybeanjs/soybean-admin-antd/commit/b0d95f13) + - perf code  -  by @soybeanjs [(324cf)](https://github.com/soybeanjs/soybean-admin-antd/commit/324cffd9) + - perf code  -  by @soybeanjs [(c2aae)](https://github.com/soybeanjs/soybean-admin-antd/commit/c2aaea97) + - perf code  -  by @soybeanjs [(8081e)](https://github.com/soybeanjs/soybean-admin-antd/commit/8081e19e) + - env config  -  by @soybeanjs [(07423)](https://github.com/soybeanjs/soybean-admin-antd/commit/07423267) + - env config  -  by @soybeanjs [(1bac3)](https://github.com/soybeanjs/soybean-admin-antd/commit/1bac3b78) + - add detailed annotations for route role  -  by @soybeanjs [(2a0ec)](https://github.com/soybeanjs/soybean-admin-antd/commit/2a0ec388) + - add detailed annotations for route role  -  by @soybeanjs [(f6bab)](https://github.com/soybeanjs/soybean-admin-antd/commit/f6bab0cc) + - perf code  -  by @soybeanjs [(5c49d)](https://github.com/soybeanjs/soybean-admin-antd/commit/5c49d245) + - remove useless file  -  by @soybeanjs [(da280)](https://github.com/soybeanjs/soybean-admin-antd/commit/da280765) + - remove useless file  -  by @soybeanjs [(c624f)](https://github.com/soybeanjs/soybean-admin-antd/commit/c624f325) + - remove @soybeanjs/cli  -  by @soybeanjs [(41349)](https://github.com/soybeanjs/soybean-admin-antd/commit/41349555) + - perf card style  -  by @soybeanjs [(9895a)](https://github.com/soybeanjs/soybean-admin-antd/commit/9895a379) + - echarts loading style  -  by @soybeanjs [(456c3)](https://github.com/soybeanjs/soybean-admin-antd/commit/456c318a) + - echarts loading style  -  by @soybeanjs [(dca53)](https://github.com/soybeanjs/soybean-admin-antd/commit/dca53b0b) + - perf page manage_role, useTable  -  by @soybeanjs [(39aa7)](https://github.com/soybeanjs/soybean-admin-antd/commit/39aa7aa2) + - perf table columns style  -  by @soybeanjs [(babdb)](https://github.com/soybeanjs/soybean-admin-antd/commit/babdb5d5) + - perf page manage_menu style  -  by @soybeanjs [(0aa75)](https://github.com/soybeanjs/soybean-admin-antd/commit/0aa75c04) + - perf code  -  by @soybeanjs [(7fa87)](https://github.com/soybeanjs/soybean-admin-antd/commit/7fa87f53) + - perf code  -  by @soybeanjs [(05db8)](https://github.com/soybeanjs/soybean-admin-antd/commit/05db8c08) + - perf code  -  by @soybeanjs [(dc24a)](https://github.com/soybeanjs/soybean-admin-antd/commit/dc24a367) + - perf manage page style  -  by @soybeanjs [(779ba)](https://github.com/soybeanjs/soybean-admin-antd/commit/779ba4e4) + - perf code  -  by @soybeanjs [(8b960)](https://github.com/soybeanjs/soybean-admin-antd/commit/8b9607ff) + - remove useless code  -  by @soybeanjs [(3115e)](https://github.com/soybeanjs/soybean-admin-antd/commit/3115ef4d) + - perf code  -  by @soybeanjs [(a1220)](https://github.com/soybeanjs/soybean-admin-antd/commit/a122088a) + - perf manage menu  -  by @soybeanjs [(71f2c)](https://github.com/soybeanjs/soybean-admin-antd/commit/71f2c553) + - manage menu: add transform to component  -  by @soybeanjs [(0abbf)](https://github.com/soybeanjs/soybean-admin-antd/commit/0abbfa5d) + - perf code  -  by @soybeanjs [(a0bad)](https://github.com/soybeanjs/soybean-admin-antd/commit/a0bad57a) + - perf code  -  by @soybeanjs [(b7f07)](https://github.com/soybeanjs/soybean-admin-antd/commit/b7f07491) + - remove useless prop `title` of `NDrawer`  -  by @soybeanjs [(fdde6)](https://github.com/soybeanjs/soybean-admin-antd/commit/fdde679c) + - add tsconfig.json for @sa/color-palette  -  by @soybeanjs [(d460e)](https://github.com/soybeanjs/soybean-admin-antd/commit/d460e5cc) + - perf judgement the fixed tab  -  by @soybeanjs [(b3e9b)](https://github.com/soybeanjs/soybean-admin-antd/commit/b3e9bbae) + - perf judgement the fixed tab  -  by @soybeanjs [(90c20)](https://github.com/soybeanjs/soybean-admin-antd/commit/90c205d4) + +###    🛠 Optimizations + +- **components**: + - accuracy draggable area for TableColumnSetting with animation  -  by @orangelckc in https://github.com/soybeanjs/soybean-admin-antd/issues/465 [(2aa85)](https://github.com/soybeanjs/soybean-admin-antd/commit/2aa85c6f) + - ButtonIcon with smarter class merging and tippy  -  by @mufeng889 [(95960)](https://github.com/soybeanjs/soybean-admin-antd/commit/95960b0c) + - accuracy draggable area for TableColumnSetting with animation  -  by @soybeanjs [(8a2e0)](https://github.com/soybeanjs/soybean-admin-antd/commit/8a2e0ebd) +- **projects**: + - remove deprecated code  -  by @soybeanjs [(72ccb)](https://github.com/soybeanjs/soybean-admin-antd/commit/72ccb6bf) + - optimize code  -  by @soybeanjs [(bc8dc)](https://github.com/soybeanjs/soybean-admin-antd/commit/bc8dc47d) + - unocss border shortcut  -  by @soybeanjs [(40d0f)](https://github.com/soybeanjs/soybean-admin-antd/commit/40d0f8ac) + - optimize RouteMeta remarks  -  by @soybeanjs [(ffb48)](https://github.com/soybeanjs/soybean-admin-antd/commit/ffb48b15) + - optimize manage_menu  -  by @soybeanjs [(bf406)](https://github.com/soybeanjs/soybean-admin-antd/commit/bf406425) + - remove deprecated code  -  by @soybeanjs [(00361)](https://github.com/soybeanjs/soybean-admin-antd/commit/00361721) + - unocss border shortcut  -  by @soybeanjs [(4ebeb)](https://github.com/soybeanjs/soybean-admin-antd/commit/4ebeb908) + - optimize table scrollConfig. fixed #25  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/25 [(d0f8e)](https://github.com/soybeanjs/soybean-admin-antd/commit/d0f8e55f) + - optimize table rowSelection  -  by @soybeanjs [(49c57)](https://github.com/soybeanjs/soybean-admin-antd/commit/49c572b1) + - optimize `setupAppVersionNotification`  -  by @soybeanjs [(b5a72)](https://github.com/soybeanjs/soybean-admin-antd/commit/b5a723cb) + - optimize `setupAppVersionNotification`  -  by @soybeanjs [(f061d)](https://github.com/soybeanjs/soybean-admin-antd/commit/f061d8b8) + - get buildTime with timezone 'Asia/Shanghai'  -  by @soybeanjs [(069fa)](https://github.com/soybeanjs/soybean-admin-antd/commit/069fa8a8) + - get buildTime with timezone 'Asia/Shanghai'  -  by @soybeanjs [(b256a)](https://github.com/soybeanjs/soybean-admin-antd/commit/b256a3e0) + - optimize code  -  by @soybeanjs [(b94ba)](https://github.com/soybeanjs/soybean-admin-antd/commit/b94baa18) + - Initializing the static routing function does not require asynchronization  -  by @soybeanjs [(02d66)](https://github.com/soybeanjs/soybean-admin-antd/commit/02d66cb6) + - optimize `getRouteQueryOfLoginRoute`  -  by @soybeanjs [(693f7)](https://github.com/soybeanjs/soybean-admin-antd/commit/693f7046) + - supports custom menu icon sizes  -  by @wynn-w in https://github.com/soybeanjs/soybean-admin-antd/issues/534 [(e035e)](https://github.com/soybeanjs/soybean-admin-antd/commit/e035eab2) + - add type WatermarkProps  -  by @soybeanjs [(f26d0)](https://github.com/soybeanjs/soybean-admin-antd/commit/f26d0a61) + - remove home NAlert closable  -  by @soybeanjs [(98b75)](https://github.com/soybeanjs/soybean-admin-antd/commit/98b75c22) + - optimize response code comparison  -  by @soybeanjs [(cf67d)](https://github.com/soybeanjs/soybean-admin-antd/commit/cf67d55c) + - optimize code  -  by @soybeanjs [(cb1d4)](https://github.com/soybeanjs/soybean-admin-antd/commit/cb1d4452) + - optimize menu selectedKey  -  by @soybeanjs [(531bf)](https://github.com/soybeanjs/soybean-admin-antd/commit/531bfaf1) + - optimize response code comparison  -  by @soybeanjs [(d7025)](https://github.com/soybeanjs/soybean-admin-antd/commit/d7025240) + - optimize code  -  by @soybeanjs [(6e8a5)](https://github.com/soybeanjs/soybean-admin-antd/commit/6e8a55d1) + - optimize type  -  by @soybeanjs [(4679b)](https://github.com/soybeanjs/soybean-admin-antd/commit/4679b17a) + - optimize code  -  by @soybeanjs [(6561f)](https://github.com/soybeanjs/soybean-admin-antd/commit/6561f0b5) + - optimize code  -  by @soybeanjs [(38eeb)](https://github.com/soybeanjs/soybean-admin-antd/commit/38eeb678) + - remove defineModel setting,enabled by default  -  by @yanbowe in https://github.com/soybeanjs/soybean-admin-antd/issues/620 [(60bbd)](https://github.com/soybeanjs/soybean-admin-antd/commit/60bbd2d1) + - remove defineModel setting,enabled by default  -  by @mufeng889 in https://github.com/soybeanjs/soybean-admin-antd/issues/42 [(05bad)](https://github.com/soybeanjs/soybean-admin-antd/commit/05bad8dc) + - optimize code  -  by @soybeanjs [(9ad5d)](https://github.com/soybeanjs/soybean-admin-antd/commit/9ad5d717) + - optimize router guard  -  by @soybeanjs [(0dfcf)](https://github.com/soybeanjs/soybean-admin-antd/commit/0dfcf18b) + - use `defu` to fill added theme config  -  by @soybeanjs [(101b6)](https://github.com/soybeanjs/soybean-admin-antd/commit/101b6f90) + - optimize manage page: use `ref` replace `reactive`  -  by @soybeanjs [(e6d2a)](https://github.com/soybeanjs/soybean-admin-antd/commit/e6d2a289) +- **types**: + - Enhance compatibility of global types  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/494 [(cd9d5)](https://github.com/soybeanjs/soybean-admin-antd/commit/cd9d58d4) + - Enhance compatibility of global types  -  by @soybeanjs [(dc359)](https://github.com/soybeanjs/soybean-admin-antd/commit/dc359f5f) + - remove useless types.  -  by **Azir** [(eed61)](https://github.com/soybeanjs/soybean-admin-antd/commit/eed617f9) +- **utils**: + - Reduce code indentation and improve readability  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/496 [(ad2f2)](https://github.com/soybeanjs/soybean-admin-antd/commit/ad2f2470) + - Reduce code indentation and improve readability  -  by @soybeanjs [(54ae8)](https://github.com/soybeanjs/soybean-admin-antd/commit/54ae82b2) + +###    💅 Refactors + +- **auth**: + - 页面跳转逻辑优化  -  by **Soybean** [(c84c3)](https://github.com/soybeanjs/soybean-admin-antd/commit/c84c37d1) +- **components**: + - 用NCard组件替换ShadowCard  -  by **Soybean** [(048ea)](https://github.com/soybeanjs/soybean-admin-antd/commit/048eae67) + - hoverContainer组件属性调整  -  by **Soybean** [(4642e)](https://github.com/soybeanjs/soybean-admin-antd/commit/4642ee62) + - 重构AppProvider  -  by **Soybean** [(e70a3)](https://github.com/soybeanjs/soybean-admin-antd/commit/e70a3282) + - basicLayout布局组件重构完成:根据NavMode拆分为多个布局组件  -  by **Soybean** [(ffe98)](https://github.com/soybeanjs/soybean-admin-antd/commit/ffe98783) + - blankLayout引入GlobalContent  -  by **Soybean** [(1ffb7)](https://github.com/soybeanjs/soybean-admin-antd/commit/1ffb75af) + - 去除packages的soybean-layout,通过npm的方式引入  -  by **Soybean** [(c1182)](https://github.com/soybeanjs/soybean-admin-antd/commit/c1182fef) +- **czg**: + - update cz-git,czg breaking changes  -  by **燕博文** [(fcb7a)](https://github.com/soybeanjs/soybean-admin-antd/commit/fcb7ad96) +- **hooks**: + - 状态管理模块拆分  -  by **Soybean** [(1128a)](https://github.com/soybeanjs/soybean-admin-antd/commit/1128ae18) + - 重构hook函数取消监听方式  -  by **燕博文** [(fd948)](https://github.com/soybeanjs/soybean-admin-antd/commit/fd948867) + - refactor @sa/color-palette  -  by @soybeanjs [(93191)](https://github.com/soybeanjs/soybean-admin-antd/commit/93191737) + - refactor useSignal, useComputed  -  by @soybeanjs [(3b5e4)](https://github.com/soybeanjs/soybean-admin-antd/commit/3b5e4b34) + - deleting the route export of useRoutePush, use vue-router  -  by @soybeanjs [(b81f7)](https://github.com/soybeanjs/soybean-admin-antd/commit/b81f749e) + - refactor @sa/color-palette to @sa/color  -  by @soybeanjs [(fda42)](https://github.com/soybeanjs/soybean-admin-antd/commit/fda42d6f) +- **layouts**: + - layout/header 反转色样式补充  -  by **元家怿** [(01d0b)](https://github.com/soybeanjs/soybean-admin-antd/commit/01d0bcbf) +- **packages**: + - @sa/materials: remove tab close shortcut by mouse  -  by @soybeanjs [(9fb72)](https://github.com/soybeanjs/soybean-admin-antd/commit/9fb722d5) + - @sa/materials: remove tab close shortcut by mouse  -  by @soybeanjs [(4da58)](https://github.com/soybeanjs/soybean-admin-antd/commit/4da588c6) +- **projects**: + - element-plus国际化  -  by **Soybean** [(88320)](https://github.com/soybeanjs/soybean-admin-antd/commit/88320a8e) + - 名称变更  -  by **Soybean** [(93bba)](https://github.com/soybeanjs/soybean-admin-antd/commit/93bbaca8) + - 完善路由配置  -  by **Soybean** [(ab77d)](https://github.com/soybeanjs/soybean-admin-antd/commit/ab77d58e) + - 顶部header和多页签的高度调整  -  by **Soybean** [(e1dc0)](https://github.com/soybeanjs/soybean-admin-antd/commit/e1dc0f29) + - 环境文件重命名  -  by **Soybean** [(e9db6)](https://github.com/soybeanjs/soybean-admin-antd/commit/e9db67ee) + - 重构browser tab初步  -  by **Soybean** [(51b86)](https://github.com/soybeanjs/soybean-admin-antd/commit/51b86035) + - chrome Tab重构完成  -  by **Soybean** [(d4884)](https://github.com/soybeanjs/soybean-admin-antd/commit/d488451f) + - 路由文件夹拆分模块,代码重构  -  by **Soybean** [(73505)](https://github.com/soybeanjs/soybean-admin-antd/commit/73505d91) + - 登录重定向地址相关重构  -  by **Soybean** [(04008)](https://github.com/soybeanjs/soybean-admin-antd/commit/04008b63) + - 路由组件导入拆分  -  by **Soybean** [(3edf4)](https://github.com/soybeanjs/soybean-admin-antd/commit/3edf46eb) + - 路由文件夹重构  -  by **Soybean** [(b2854)](https://github.com/soybeanjs/soybean-admin-antd/commit/b2854d57) + - 精简代码  -  by **Soybean** [(5dc86)](https://github.com/soybeanjs/soybean-admin-antd/commit/5dc8626c) + - 注入全局常量:PROJECT_BUILD_TIME - 构建时间  -  by **Soybean** [(ec907)](https://github.com/soybeanjs/soybean-admin-antd/commit/ec907f06) + - 项目依赖信息直接从package.json获取  -  by **Soybean** [(4487f)](https://github.com/soybeanjs/soybean-admin-antd/commit/4487f9fb) + - 添加exportDefaults替换defineProps  -  by **Soybean** [(e61ee)](https://github.com/soybeanjs/soybean-admin-antd/commit/e61ee32a) + - 去除vicons,统一使用iconify图标  -  by **Soybean** [(cd6db)](https://github.com/soybeanjs/soybean-admin-antd/commit/cd6db3d4) + - 地图插件页面布局重构  -  by **Soybean** [(36e0e)](https://github.com/soybeanjs/soybean-admin-antd/commit/36e0e669) + - 嵌入naive-ui的css vars,替换windicss的extend color  -  by **Soybean** [(2869b)](https://github.com/soybeanjs/soybean-admin-antd/commit/2869b4cd) + - basicLayout重构初步  -  by **Soybean** [(33770)](https://github.com/soybeanjs/soybean-admin-antd/commit/33770d23) + - 路由声明重构,添加composables,BaseLayout进行中,文件夹规范  -  by **Soybean** [(1e84d)](https://github.com/soybeanjs/soybean-admin-antd/commit/1e84d13d) + - 系统暗黑主题模式抽离成composables  -  by **Soybean** [(195e5)](https://github.com/soybeanjs/soybean-admin-antd/commit/195e5b9e) + - 优化路由声明,添加路由模块导入,规范路相关文件夹  -  by **Soybean** [(f1997)](https://github.com/soybeanjs/soybean-admin-antd/commit/f199794d) + - 请求函数重构初步  -  by **Soybean** [(9f643)](https://github.com/soybeanjs/soybean-admin-antd/commit/9f64321d) + - axios封装:文件夹规范,错误处理完善  -  by **Soybean** [(451c7)](https://github.com/soybeanjs/soybean-admin-antd/commit/451c7547) + - axios封装完成  -  by **Soybean** [(03b39)](https://github.com/soybeanjs/soybean-admin-antd/commit/03b398af) + - axios处理的请求结果去除网路状态  -  by **Soybean** [(05696)](https://github.com/soybeanjs/soybean-admin-antd/commit/0569666a) + - 文件夹位置规范  -  by **Soybean** [(f5a5f)](https://github.com/soybeanjs/soybean-admin-antd/commit/f5a5f44a) + - 细节完善  -  by **Soybean** [(62611)](https://github.com/soybeanjs/soybean-admin-antd/commit/6261156c) + - 重构路由类型和路由元数据类型,重构多级菜单路由写法  -  by **Soybean** [(d6838)](https://github.com/soybeanjs/soybean-admin-antd/commit/d683894b) + - 优化路由导入页面写法,页面路由调整  -  by **Soybean** [(0b10b)](https://github.com/soybeanjs/soybean-admin-antd/commit/0b10b505) + - 登录模块由query变更为动态路由params  -  by **Soybean** [(225c4)](https://github.com/soybeanjs/soybean-admin-antd/commit/225c4fe0) + - 精简版+动态路由权限初步  -  by **Soybean** [(de205)](https://github.com/soybeanjs/soybean-admin-antd/commit/de2057f1) + - 单独一级路由相关逻辑重构  -  by **Soybean** [(ab9a6)](https://github.com/soybeanjs/soybean-admin-antd/commit/ab9a6a2f) + - 单独路由逻辑重构、路由转换函数优化  -  by **Soybean** [(b36a6)](https://github.com/soybeanjs/soybean-admin-antd/commit/b36a62b1) + - 恢复pinia默认写法  -  by **Soybean** [(b2a4d)](https://github.com/soybeanjs/soybean-admin-antd/commit/b2a4ddf5) + - 请求构造函数适配不同后端接口的数据结构  -  by **Soybean** [(4f9d5)](https://github.com/soybeanjs/soybean-admin-antd/commit/4f9d544d) + - 细节完善  -  by **Soybean** [(651e5)](https://github.com/soybeanjs/soybean-admin-antd/commit/651e58dc) + - 重构路由页面组件的导入  -  by **Soybean** [(e6503)](https://github.com/soybeanjs/soybean-admin-antd/commit/e65034d9) + - 代码优化  -  by **Soybean** [(4e31a)](https://github.com/soybeanjs/soybean-admin-antd/commit/4e31abd4) + - lint命令修改  -  by **Soybean** [(20911)](https://github.com/soybeanjs/soybean-admin-antd/commit/20911dd8) + - 代码优化  -  by **Soybean** [(e8b53)](https://github.com/soybeanjs/soybean-admin-antd/commit/e8b534b8) + - 去除在pinia的getters的函数调用副作用,用watch代替  -  by **Soybean** [(b35ed)](https://github.com/soybeanjs/soybean-admin-antd/commit/b35ed896) + - 代码优化  -  by **Soybean** [(5e276)](https://github.com/soybeanjs/soybean-admin-antd/commit/5e276421) + - mock权限相关数据优化  -  by **Soybean** [(41e46)](https://github.com/soybeanjs/soybean-admin-antd/commit/41e46a5d) + - 代码优化  -  by **Soybean** [(251b5)](https://github.com/soybeanjs/soybean-admin-antd/commit/251b5b96) + - 代码优化  -  by **Soybean** [(a7824)](https://github.com/soybeanjs/soybean-admin-antd/commit/a7824614) + - 细节优化  -  by **Soybean** [(c275f)](https://github.com/soybeanjs/soybean-admin-antd/commit/c275f263) + - layout和tab组件依赖名称变更、样式修复  -  by **Soybean** [(de5fb)](https://github.com/soybeanjs/soybean-admin-antd/commit/de5fb842) + - merge branch unocss to main  -  by **Soybean** [(69d51)](https://github.com/soybeanjs/soybean-admin-antd/commit/69d51318) + - 动态路由权限完善  -  by **Soybean** [(55ddc)](https://github.com/soybeanjs/soybean-admin-antd/commit/55ddc9ca) + - 代码优化  -  by **Soybean** [(14c14)](https://github.com/soybeanjs/soybean-admin-antd/commit/14c145ee) + - 代码优化  -  by **Soybean** [(3590b)](https://github.com/soybeanjs/soybean-admin-antd/commit/3590b65e) + - 代码优化  -  by **Soybean** [(a1c7e)](https://github.com/soybeanjs/soybean-admin-antd/commit/a1c7e105) + - 代码优化  -  by **Soybean** [(44ab5)](https://github.com/soybeanjs/soybean-admin-antd/commit/44ab55d5) + - 代码优化  -  by **Soybean** [(095c4)](https://github.com/soybeanjs/soybean-admin-antd/commit/095c4323) + - 代码优化  -  by **Soybean** [(d28b9)](https://github.com/soybeanjs/soybean-admin-antd/commit/d28b9039) + - 代码优化  -  by **Soybean** [(4c2f5)](https://github.com/soybeanjs/soybean-admin-antd/commit/4c2f535a) + - 代码优化  -  by **Soybean** [(d9ac7)](https://github.com/soybeanjs/soybean-admin-antd/commit/d9ac7e4d) + - 优化菜单支持横向滚动  -  by **Soybean** [(8f3e8)](https://github.com/soybeanjs/soybean-admin-antd/commit/8f3e855f) + - 代码优化  -  by **Soybean** [(5fa82)](https://github.com/soybeanjs/soybean-admin-antd/commit/5fa822f4) + - 代码优化  -  by **燕博文** [(41147)](https://github.com/soybeanjs/soybean-admin-antd/commit/41147b34) + - 添加subscribeAppStore  -  by **Soybean** [(aa2f7)](https://github.com/soybeanjs/soybean-admin-antd/commit/aa2f78a8) + - 代码优化  -  by **Soybean** [(b60db)](https://github.com/soybeanjs/soybean-admin-antd/commit/b60db898) + - 代码优化  -  by **Soybean** [(61436)](https://github.com/soybeanjs/soybean-admin-antd/commit/61436052) + - 请求适配器函数范型重构、优化请求相关的命名  -  by **Soybean** [(7f9c9)](https://github.com/soybeanjs/soybean-admin-antd/commit/7f9c98ab) + - 更新搜索弹窗的图标  -  by **Soybean** [(ed9cd)](https://github.com/soybeanjs/soybean-admin-antd/commit/ed9cd6ce) + - 抽离格式化相关依赖配置  -  by **Soybean** [(f4d37)](https://github.com/soybeanjs/soybean-admin-antd/commit/f4d37cf7) + - 代码优化  -  by **Soybean** [(49f95)](https://github.com/soybeanjs/soybean-admin-antd/commit/49f95c4e) + - cancel autoinstall @iconify-json [取消@iconify-json自动安装]  -  by **Soybean** [(c29b8)](https://github.com/soybeanjs/soybean-admin-antd/commit/c29b887e) + - refactor page: user-management [重构用户管理页面]  -  by **Soybean** [(468b4)](https://github.com/soybeanjs/soybean-admin-antd/commit/468b4bb0) + - format code style [调整代码格式]  -  by **Soybean** [(a9d58)](https://github.com/soybeanjs/soybean-admin-antd/commit/a9d58f88) + - import cz-git, czg replace @soybeanjs/cli [引入cz-git、czg替换@soybeanjs/cli]  -  by **Soybean** [(1bdd8)](https://github.com/soybeanjs/soybean-admin-antd/commit/1bdd81a1) + - perfect scrollbar style [完善滚动条]  -  by **Soybean** [(1a02c)](https://github.com/soybeanjs/soybean-admin-antd/commit/1a02cab9) + - refactor app init loading [重构系统初始化的加载]  -  by **Soybean** [(57bfe)](https://github.com/soybeanjs/soybean-admin-antd/commit/57bfe278) + - new storage system [新的本地数据存储系统]  -  by **Soybean** [(97191)](https://github.com/soybeanjs/soybean-admin-antd/commit/97191594) + - add simple-git-hooks replace husky  -  by **Soybean** [(9110d)](https://github.com/soybeanjs/soybean-admin-antd/commit/9110d875) + - all file and folder use kebab-case  -  by **Soybean** [(cea60)](https://github.com/soybeanjs/soybean-admin-antd/commit/cea600f1) + - update service and proxy config  -  by **Soybean** [(8debf)](https://github.com/soybeanjs/soybean-admin-antd/commit/8debfe7e) + - remove enum  -  by **Soybean** [(21d52)](https://github.com/soybeanjs/soybean-admin-antd/commit/21d52142) + - rename union key  -  by **Soybean** [(e2b32)](https://github.com/soybeanjs/soybean-admin-antd/commit/e2b320ad) + - update useTable  -  by **Soybean** [(211ae)](https://github.com/soybeanjs/soybean-admin-antd/commit/211ae1f9) + - remove page examples: tree [去除tree相关示例页面]  -  by **Soybean** [(f3090)](https://github.com/soybeanjs/soybean-admin-antd/commit/f309003e) + - use better-mock replace mockjs [用better-mock替换mockjs]  -  by **Soybean** [(9d3c7)](https://github.com/soybeanjs/soybean-admin-antd/commit/9d3c7329) + - upgrade vue3.3, official support defineOptions  -  by **Kirk Lin** [(86a37)](https://github.com/soybeanjs/soybean-admin-antd/commit/86a370fd) + - 生产环境缓存主题变更为sessionStorage  -  by @soybeanjs [(c46a5)](https://github.com/soybeanjs/soybean-admin-antd/commit/c46a5920) + - add reCacheRoute method  -  by @soybeanjs [(f92ee)](https://github.com/soybeanjs/soybean-admin-antd/commit/f92ee770) + - update soybean domain  -  by @soybeanjs [(073fd)](https://github.com/soybeanjs/soybean-admin-antd/commit/073fd16b) + - remove plugin-web-update-notification  -  by @soybeanjs [(f6c6d)](https://github.com/soybeanjs/soybean-admin-antd/commit/f6c6dbd3) + - perf code  -  by @soybeanjs [(0b2e0)](https://github.com/soybeanjs/soybean-admin-antd/commit/0b2e046b) + - init route store in router guide  -  by @soybeanjs [(bc056)](https://github.com/soybeanjs/soybean-admin-antd/commit/bc056dee) + - remove requiresAuth option of route meta  -  by @soybeanjs [(5a137)](https://github.com/soybeanjs/soybean-admin-antd/commit/5a13749d) + - fix tooltop of ButtonIcon  -  by @soybeanjs [(a5b16)](https://github.com/soybeanjs/soybean-admin-antd/commit/a5b16663) + - useStore variable name  -  by @soybeanjs [(29291)](https://github.com/soybeanjs/soybean-admin-antd/commit/29291779) + - add createRoutes replace export routes directly  -  by @soybeanjs [(16bca)](https://github.com/soybeanjs/soybean-admin-antd/commit/16bca45b) + - refactor ColorPicker  -  by @soybeanjs [(f80c1)](https://github.com/soybeanjs/soybean-admin-antd/commit/f80c1ae5) + - themeStore: isCustomizeInfoColor to isInfoFollowPrimary  -  by @soybeanjs [(0867f)](https://github.com/soybeanjs/soybean-admin-antd/commit/0867f4bf) + - rename zh-cn locale  -  by @soybeanjs [(ba10c)](https://github.com/soybeanjs/soybean-admin-antd/commit/ba10c3f2) + - rename zh-cn locale  -  by @soybeanjs [(26714)](https://github.com/soybeanjs/soybean-admin-antd/commit/26714e9e) + - fix conflict with locale file  -  by @soybeanjs [(3346b)](https://github.com/soybeanjs/soybean-admin-antd/commit/3346bcdf) + - split @sa/request to @sa/axios, @sa/fetch  -  by @soybeanjs [(9ecb5)](https://github.com/soybeanjs/soybean-admin-antd/commit/9ecb5162) + - remove @sa/eslint-config  -  by @soybeanjs [(23002)](https://github.com/soybeanjs/soybean-admin-antd/commit/230027ca) + - remove docs to soybean-admin-docs  -  by @soybeanjs [(be008)](https://github.com/soybeanjs/soybean-admin-antd/commit/be0087cf) + - refactor app-loading  -  by @soybeanjs [(b4f3d)](https://github.com/soybeanjs/soybean-admin-antd/commit/b4f3dd2f) + - refactor app-loading  -  by @soybeanjs [(c3c14)](https://github.com/soybeanjs/soybean-admin-antd/commit/c3c143b6) + - use naive-ui color-picker  -  by @soybeanjs [(b5551)](https://github.com/soybeanjs/soybean-admin-antd/commit/b5551d67) + - login components => modules  -  by @soybeanjs [(49237)](https://github.com/soybeanjs/soybean-admin-antd/commit/4923781c) + - perf page home  -  by @soybeanjs [(4c61c)](https://github.com/soybeanjs/soybean-admin-antd/commit/4c61c6ff) + - login components => modules  -  by @soybeanjs [(59bec)](https://github.com/soybeanjs/soybean-admin-antd/commit/59bec2d9) + - perf page function_tab  -  by @soybeanjs [(b5477)](https://github.com/soybeanjs/soybean-admin-antd/commit/b5477e89) + - update mock api  -  by @soybeanjs [(27241)](https://github.com/soybeanjs/soybean-admin-antd/commit/2724169e) + - page manage_role: extract module  -  by @soybeanjs [(0e9e2)](https://github.com/soybeanjs/soybean-admin-antd/commit/0e9e2e1d) + - perf page manage_role  -  by @soybeanjs [(a19f8)](https://github.com/soybeanjs/soybean-admin-antd/commit/a19f895c) + - manage_route => manage_menu  -  by @soybeanjs [(f8467)](https://github.com/soybeanjs/soybean-admin-antd/commit/f8467ceb) + - refactor service env config  -  by @soybeanjs [(43193)](https://github.com/soybeanjs/soybean-admin-antd/commit/43193e28) + - refactor unocss shortcuts: wh-full => size-full  -  by @soybeanjs [(b4c00)](https://github.com/soybeanjs/soybean-admin-antd/commit/b4c00ce1) + - use enquirer replace prompts  -  by @soybeanjs [(b546f)](https://github.com/soybeanjs/soybean-admin-antd/commit/b546ff86) + - keep directory "locales/langs" same with version naive-ui  -  by @soybeanjs [(5ecf3)](https://github.com/soybeanjs/soybean-admin-antd/commit/5ecf3841) + - refactor service env config  -  by @soybeanjs [(d89ee)](https://github.com/soybeanjs/soybean-admin-antd/commit/d89ee4f4) + - refactor unocss shortcuts: wh-full => size-full  -  by @soybeanjs [(835cb)](https://github.com/soybeanjs/soybean-admin-antd/commit/835cb4fc) + - use enquirer replace prompts  -  by @soybeanjs [(64b27)](https://github.com/soybeanjs/soybean-admin-antd/commit/64b272cb) + - refactor useTable  -  by @soybeanjs [(c3efa)](https://github.com/soybeanjs/soybean-admin-antd/commit/c3efa1b6) + - finish refactor useTable  -  by @soybeanjs [(86301)](https://github.com/soybeanjs/soybean-admin-antd/commit/8630175a) + - finish refactor useTable and apply  -  by @soybeanjs [(3fd15)](https://github.com/soybeanjs/soybean-admin-antd/commit/3fd15e56) + - perf code  -  by @soybeanjs [(f91ef)](https://github.com/soybeanjs/soybean-admin-antd/commit/f91ef30b) + - new route guard  -  by @soybeanjs [(37d20)](https://github.com/soybeanjs/soybean-admin-antd/commit/37d20b8e) + - refactor addThemeVarsToHtml  -  by @soybeanjs [(41e47)](https://github.com/soybeanjs/soybean-admin-antd/commit/41e470ed) + - perf code  -  by @soybeanjs [(81f08)](https://github.com/soybeanjs/soybean-admin-antd/commit/81f08f6c) + - constant routes, route guard  -  by @soybeanjs [(ddec7)](https://github.com/soybeanjs/soybean-admin-antd/commit/ddec7d8f) + - update naive-ui.d.ts  -  by @soybeanjs [(bb74d)](https://github.com/soybeanjs/soybean-admin-antd/commit/bb74d994) + - useMixMenuContext replace useMixMenu  -  by @soybeanjs [(1e142)](https://github.com/soybeanjs/soybean-admin-antd/commit/1e14293d) + - refactor @sa/color-palette => @sa/color & perf @sa/utils  -  by @soybeanjs [(34999)](https://github.com/soybeanjs/soybean-admin-antd/commit/34999971) + - `Soybean Admin` to `SoybeanAdmin`  -  by @soybeanjs [(a8dbc)](https://github.com/soybeanjs/soybean-admin-antd/commit/a8dbc03e) + - menu-operate-drawer => menu-operate-modal  -  by @soybeanjs [(003e1)](https://github.com/soybeanjs/soybean-admin-antd/commit/003e145e) + - useMixMenuContext replace useMixMenu  -  by @soybeanjs [(e0aa7)](https://github.com/soybeanjs/soybean-admin-antd/commit/e0aa7523) + - Soybean Admin to SoybeanAdmin  -  by @soybeanjs [(9427d)](https://github.com/soybeanjs/soybean-admin-antd/commit/9427d077) + - replace `cloneDeep` of `lodash-es` with `klona`  -  by @soybeanjs [(a9133)](https://github.com/soybeanjs/soybean-admin-antd/commit/a91335d7) + - combine `theme tokens` and `theme settings`. close #379  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/379 [(1d1b1)](https://github.com/soybeanjs/soybean-admin-antd/commit/1d1b148c) + - change css vars mount to root  -  by @soybeanjs [(00f41)](https://github.com/soybeanjs/soybean-admin-antd/commit/00f41dd2) + - replace `cloneDeep` of `lodash-es` with `klona`  -  by @soybeanjs [(240ab)](https://github.com/soybeanjs/soybean-admin-antd/commit/240ab795) + - combine theme tokens and theme settings  -  by @soybeanjs [(3f289)](https://github.com/soybeanjs/soybean-admin-antd/commit/3f289110) + - change css vars mount to root  -  by @soybeanjs [(47c46)](https://github.com/soybeanjs/soybean-admin-antd/commit/47c46e30) + - refactor router guard. fix #655  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/667 and https://github.com/soybeanjs/soybean-admin-antd/issues/655 [(09144)](https://github.com/soybeanjs/soybean-admin-antd/commit/09144dfe) +- **styles**: + - 样式调整  -  by **Soybean** [(f2910)](https://github.com/soybeanjs/soybean-admin-antd/commit/f29106e4) + - 代码格式  -  by **Soybean** [(8f6d6)](https://github.com/soybeanjs/soybean-admin-antd/commit/8f6d6ce3) + - sort defineProps, defineEmits with TS type  -  by @soybeanjs [(37a64)](https://github.com/soybeanjs/soybean-admin-antd/commit/37a64a53) + +###    📖 Documentation + +- **other**: + - 注释文案修改  -  by **毛博文** [(d0064)](https://github.com/soybeanjs/soybean-admin-antd/commit/d00643c9) +- **projects**: + - 更新README.md  -  by **Soybean** [(963ae)](https://github.com/soybeanjs/soybean-admin-antd/commit/963aebee) + - 更新README.md  -  by **Soybean** [(848fa)](https://github.com/soybeanjs/soybean-admin-antd/commit/848fa0c0) + - 更新README.md  -  by **Soybean** [(39a74)](https://github.com/soybeanjs/soybean-admin-antd/commit/39a7411d) + - update README.md  -  by **Soybean** [(22f8f)](https://github.com/soybeanjs/soybean-admin-antd/commit/22f8f3f0) + - 添加书写规范文档  -  by **Soybean** [(d9fd9)](https://github.com/soybeanjs/soybean-admin-antd/commit/d9fd91d1) + - 文档更新  -  by **Soybean** [(8d2ba)](https://github.com/soybeanjs/soybean-admin-antd/commit/8d2ba3e5) + - 文档格式规范  -  by **Soybean** [(560b8)](https://github.com/soybeanjs/soybean-admin-antd/commit/560b8a15) + - 文档更新  -  by **Soybean** [(448d2)](https://github.com/soybeanjs/soybean-admin-antd/commit/448d28db) + - 更新README  -  by **Soybean** [(c950a)](https://github.com/soybeanjs/soybean-admin-antd/commit/c950ae9c) + - vscode配置更新  -  by **Soybean** [(7c5ed)](https://github.com/soybeanjs/soybean-admin-antd/commit/7c5ed9d3) + - 更新README.md  -  by **Soybean** [(5790a)](https://github.com/soybeanjs/soybean-admin-antd/commit/5790a4f5) + - 更新README.md  -  by **Soybean** [(1d64e)](https://github.com/soybeanjs/soybean-admin-antd/commit/1d64ebea) + - 更新README.md  -  by **Soybean** [(6940f)](https://github.com/soybeanjs/soybean-admin-antd/commit/6940f376) + - 更新README.md  -  by **Soybean** [(4ef2e)](https://github.com/soybeanjs/soybean-admin-antd/commit/4ef2ea58) + - update README.md  -  by **Soybean** [(54577)](https://github.com/soybeanjs/soybean-admin-antd/commit/54577f10) + - update README.md  -  by **Soybean** [(1b346)](https://github.com/soybeanjs/soybean-admin-antd/commit/1b3463d2) + - update README.md  -  by **Soybean** [(98a7d)](https://github.com/soybeanjs/soybean-admin-antd/commit/98a7d25c) + - update README.md  -  by **Soybean** [(659e4)](https://github.com/soybeanjs/soybean-admin-antd/commit/659e4606) + - update README.md  -  by **Soybean** [(90ddf)](https://github.com/soybeanjs/soybean-admin-antd/commit/90ddf983) + - update README.md  -  by **Soybean** [(5eddb)](https://github.com/soybeanjs/soybean-admin-antd/commit/5eddb491) + - update README.md  -  by **Soybean** [(02c51)](https://github.com/soybeanjs/soybean-admin-antd/commit/02c51e6f) + - update README.md  -  by **Soybean** [(47f28)](https://github.com/soybeanjs/soybean-admin-antd/commit/47f2871c) + - update README.md  -  by **Soybean** [(7ed5d)](https://github.com/soybeanjs/soybean-admin-antd/commit/7ed5d0de) + - update README.md  -  by **Soybean** [(3befb)](https://github.com/soybeanjs/soybean-admin-antd/commit/3befb229) + - update README.md  -  by **Soybean** [(e856c)](https://github.com/soybeanjs/soybean-admin-antd/commit/e856cdb7) + - update README.md  -  by **Soybean** [(3aded)](https://github.com/soybeanjs/soybean-admin-antd/commit/3aded404) + - update README.md  -  by **Soybean** [(225e7)](https://github.com/soybeanjs/soybean-admin-antd/commit/225e7128) + - update README.md  -  by **Soybean** [(5b401)](https://github.com/soybeanjs/soybean-admin-antd/commit/5b401a79) + - update README.md  -  by **Soybean** [(8cdad)](https://github.com/soybeanjs/soybean-admin-antd/commit/8cdad542) + - update README.md  -  by **Soybean** [(a0dfa)](https://github.com/soybeanjs/soybean-admin-antd/commit/a0dfa3d3) + - update README.md  -  by **Soybean** [(b8db2)](https://github.com/soybeanjs/soybean-admin-antd/commit/b8db2116) + - update README.md  -  by **Soybean** [(21645)](https://github.com/soybeanjs/soybean-admin-antd/commit/21645537) + - update README.md  -  by **Soybean** [(9a90f)](https://github.com/soybeanjs/soybean-admin-antd/commit/9a90f18e) + - update README.md  -  by **Soybean** [(60a55)](https://github.com/soybeanjs/soybean-admin-antd/commit/60a55a77) + - update README.md  -  by **Soybean** [(d5c75)](https://github.com/soybeanjs/soybean-admin-antd/commit/d5c75115) + - update README.md  -  by **Soybean** [(3d8be)](https://github.com/soybeanjs/soybean-admin-antd/commit/3d8befa3) + - update README.md  -  by **Soybean** [(21e63)](https://github.com/soybeanjs/soybean-admin-antd/commit/21e63998) + - update README.md  -  by **Soybean** [(0811f)](https://github.com/soybeanjs/soybean-admin-antd/commit/0811ffa5) + - update README.md  -  by **Soybean** [(84cb0)](https://github.com/soybeanjs/soybean-admin-antd/commit/84cb07ba) + - update README.md  -  by **Soybean** [(4b80a)](https://github.com/soybeanjs/soybean-admin-antd/commit/4b80a661) + - update docs  -  by **Soybean** [(e9656)](https://github.com/soybeanjs/soybean-admin-antd/commit/e9656c6e) + - update README.md  -  by **Soybean** [(ae99e)](https://github.com/soybeanjs/soybean-admin-antd/commit/ae99e57c) + - update README.md  -  by **Soybean** [(0c70a)](https://github.com/soybeanjs/soybean-admin-antd/commit/0c70a9e0) + - update README.md  -  by **Soybean** [(e2727)](https://github.com/soybeanjs/soybean-admin-antd/commit/e2727e6f) + - revert docs  -  by **Soybean** [(2c562)](https://github.com/soybeanjs/soybean-admin-antd/commit/2c562331) + - update README  -  by **Soybean** [(828a2)](https://github.com/soybeanjs/soybean-admin-antd/commit/828a2f5b) + - update README  -  by **Soybean** [(a3562)](https://github.com/soybeanjs/soybean-admin-antd/commit/a3562d92) + - update README.md  -  by **Soybean** [(cf8c7)](https://github.com/soybeanjs/soybean-admin-antd/commit/cf8c7cb2) + - update README.md  -  by **Soybean** [(1ef1b)](https://github.com/soybeanjs/soybean-admin-antd/commit/1ef1b6bd) + - update README.md  -  by **Soybean** [(aaef0)](https://github.com/soybeanjs/soybean-admin-antd/commit/aaef0bec) + - add qq to README.md [文档添加QQ群]  -  by **Soybean** [(f74a6)](https://github.com/soybeanjs/soybean-admin-antd/commit/f74a6424) + - update README.md [更新README.md]  -  by **Soybean** [(39709)](https://github.com/soybeanjs/soybean-admin-antd/commit/397092c2) + - update README.md [更新README.md]  -  by **Soybean** [(5a4f8)](https://github.com/soybeanjs/soybean-admin-antd/commit/5a4f8427) + - update README.md [更新README.md]  -  by **Soybean** [(a765d)](https://github.com/soybeanjs/soybean-admin-antd/commit/a765da6e) + - update README.md [更新README.md]  -  by **Soybean** [(a989b)](https://github.com/soybeanjs/soybean-admin-antd/commit/a989b44a) + - 优化README.md  -  by **xiaojunnuo** [(6ea75)](https://github.com/soybeanjs/soybean-admin-antd/commit/6ea755f2) + - readme.md 二次开发的项目内容换行  -  by **xiaojunnuo** [(f3a17)](https://github.com/soybeanjs/soybean-admin-antd/commit/f3a1707b) + - update CHANGELOG.md  -  by **Soybean** [(5f6ca)](https://github.com/soybeanjs/soybean-admin-antd/commit/5f6caab3) + - CHANGELOG.md  -  by **Soybean** [(a2521)](https://github.com/soybeanjs/soybean-admin-antd/commit/a2521385) + - update README.md  -  by **Soybean** [(b5839)](https://github.com/soybeanjs/soybean-admin-antd/commit/b5839eab) + - CHANGELOG.md  -  by **Soybean** [(bb2ea)](https://github.com/soybeanjs/soybean-admin-antd/commit/bb2eab60) + - update README.md: update example image url [更新示例图片的链接]  -  by **Soybean** [(4f512)](https://github.com/soybeanjs/soybean-admin-antd/commit/4f512635) + - fix README.md: example image link  -  by **Soybean** [(56ea8)](https://github.com/soybeanjs/soybean-admin-antd/commit/56ea8937) + - CHANGELOG.md  -  by **Soybean** [(ff5bf)](https://github.com/soybeanjs/soybean-admin-antd/commit/ff5bf629) + - generate full CHANGELOG.md  -  by **Soybean** [(055d4)](https://github.com/soybeanjs/soybean-admin-antd/commit/055d4cce) + - update README.md  -  by **Soybean** [(3c7e1)](https://github.com/soybeanjs/soybean-admin-antd/commit/3c7e1cf4) + - update README.md  -  by **Soybean** [(1681c)](https://github.com/soybeanjs/soybean-admin-antd/commit/1681c34a) + - update README.md picture url  -  by **Soybean** [(4eefc)](https://github.com/soybeanjs/soybean-admin-antd/commit/4eefc95b) + - update README.md  -  by **Soybean** [(8f24a)](https://github.com/soybeanjs/soybean-admin-antd/commit/8f24a94e) + - update CHANGELOG.md by regenerate changelog  -  by **Soybean** [(2a9b7)](https://github.com/soybeanjs/soybean-admin-antd/commit/2a9b725c) + - update README.md logo  -  by @soybeanjs [(19141)](https://github.com/soybeanjs/soybean-admin-antd/commit/19141a73) + - update Docker deployment method  -  by **muzzyh** [(00da0)](https://github.com/soybeanjs/soybean-admin-antd/commit/00da0009) + - update git hooks init command  -  by **muzzyh** [(7f35e)](https://github.com/soybeanjs/soybean-admin-antd/commit/7f35e87e) + - update README.md  -  by **Ikko Eltociear Ashimine** [(93ed5)](https://github.com/soybeanjs/soybean-admin-antd/commit/93ed5ad0) + - update README.md  -  by @soybeanjs [(78364)](https://github.com/soybeanjs/soybean-admin-antd/commit/783648f5) + - update README.md  -  by @soybeanjs [(1ea48)](https://github.com/soybeanjs/soybean-admin-antd/commit/1ea4817f) + - add README  -  by @soybeanjs [(67fbf)](https://github.com/soybeanjs/soybean-admin-antd/commit/67fbfc73) + - add README  -  by @soybeanjs [(2371b)](https://github.com/soybeanjs/soybean-admin-antd/commit/2371ba84) + - update README  -  by @soybeanjs [(d16a9)](https://github.com/soybeanjs/soybean-admin-antd/commit/d16a9d58) + - update README.md  -  by @soybeanjs [(6a771)](https://github.com/soybeanjs/soybean-admin-antd/commit/6a771eae) + - update README.md  -  by @soybeanjs [(57b6d)](https://github.com/soybeanjs/soybean-admin-antd/commit/57b6d8a0) + - update README.md  -  by @soybeanjs [(3b31b)](https://github.com/soybeanjs/soybean-admin-antd/commit/3b31b19c) + - update README.md  -  by @soybeanjs [(b30c0)](https://github.com/soybeanjs/soybean-admin-antd/commit/b30c0359) + - update README.md  -  by @soybeanjs [(c260f)](https://github.com/soybeanjs/soybean-admin-antd/commit/c260fe26) + - update README.md  -  by @soybeanjs [(43743)](https://github.com/soybeanjs/soybean-admin-antd/commit/43743a0e) + - update README.md  -  by @soybeanjs [(03c42)](https://github.com/soybeanjs/soybean-admin-antd/commit/03c42aa8) + - update README.md  -  by @soybeanjs [(d71b6)](https://github.com/soybeanjs/soybean-admin-antd/commit/d71b6ed6) + - update README.md  -  by @soybeanjs [(0fae9)](https://github.com/soybeanjs/soybean-admin-antd/commit/0fae9932) + - update README.md  -  by @soybeanjs [(4e4d2)](https://github.com/soybeanjs/soybean-admin-antd/commit/4e4d2de5) + - update README.md  -  by @soybeanjs [(86b44)](https://github.com/soybeanjs/soybean-admin-antd/commit/86b445c2) + - update README.md  -  by @soybeanjs [(e2085)](https://github.com/soybeanjs/soybean-admin-antd/commit/e2085e05) + - update README.md  -  by @soybeanjs [(6ea9b)](https://github.com/soybeanjs/soybean-admin-antd/commit/6ea9b85f) + - update README.md  -  by @soybeanjs [(ef4af)](https://github.com/soybeanjs/soybean-admin-antd/commit/ef4af79a) + - update README.md  -  by @soybeanjs [(41830)](https://github.com/soybeanjs/soybean-admin-antd/commit/418302a3) + - update README.md  -  by @soybeanjs [(427a0)](https://github.com/soybeanjs/soybean-admin-antd/commit/427a0a5a) + - add CHANGELOG.md  -  by @soybeanjs [(46b61)](https://github.com/soybeanjs/soybean-admin-antd/commit/46b61566) + - add communication  -  by @soybeanjs [(8c7ea)](https://github.com/soybeanjs/soybean-admin-antd/commit/8c7ea235) + - update README.md  -  by @soybeanjs [(07d8d)](https://github.com/soybeanjs/soybean-admin-antd/commit/07d8d25d) + - update README.md  -  by @soybeanjs [(1a707)](https://github.com/soybeanjs/soybean-admin-antd/commit/1a7070f0) + - update README.md  -  by @soybeanjs [(f69e1)](https://github.com/soybeanjs/soybean-admin-antd/commit/f69e1523) + - update README.md  -  by @soybeanjs [(76011)](https://github.com/soybeanjs/soybean-admin-antd/commit/76011af8) + - update README.md  -  by @soybeanjs [(f4a9c)](https://github.com/soybeanjs/soybean-admin-antd/commit/f4a9cf83) + - update README.md  -  by @soybeanjs [(5a523)](https://github.com/soybeanjs/soybean-admin-antd/commit/5a5232bd) + - update README.md  -  by @soybeanjs [(79d9c)](https://github.com/soybeanjs/soybean-admin-antd/commit/79d9c514) + - update CHANGELOG.md  -  by @soybeanjs [(cf5bc)](https://github.com/soybeanjs/soybean-admin-antd/commit/cf5bc88a) + - add ecosystem to README.md  -  by @soybeanjs [(d0f17)](https://github.com/soybeanjs/soybean-admin-antd/commit/d0f17a44) + - add PanisAdmin to README  -  by @paynezhuang [(ce2a7)](https://github.com/soybeanjs/soybean-admin-antd/commit/ce2a75b5) + - add CHANGELOG.zh_CN.md  -  by @soybeanjs [(18b3f)](https://github.com/soybeanjs/soybean-admin-antd/commit/18b3f053) + - update CHANGELOG  -  by @soybeanjs [(4d17c)](https://github.com/soybeanjs/soybean-admin-antd/commit/4d17cfdc) + - update CHANGELOG  -  by @soybeanjs [(19783)](https://github.com/soybeanjs/soybean-admin-antd/commit/1978397c) + - update README.md  -  by @soybeanjs [(fa56e)](https://github.com/soybeanjs/soybean-admin-antd/commit/fa56e9c9) + - update README.md  -  by @soybeanjs [(419ea)](https://github.com/soybeanjs/soybean-admin-antd/commit/419ea423) + - update CHANGELOG  -  by @soybeanjs [(87b18)](https://github.com/soybeanjs/soybean-admin-antd/commit/87b18386) + - update CHANGELOG  -  by @soybeanjs [(756f8)](https://github.com/soybeanjs/soybean-admin-antd/commit/756f84ab) + - update Node&pnpm version  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/472 [(9b05d)](https://github.com/soybeanjs/soybean-admin-antd/commit/9b05d73e) + - update CHANGELOG  -  by @soybeanjs [(2bec8)](https://github.com/soybeanjs/soybean-admin-antd/commit/2bec8990) + - update CHANGELOG  -  by @soybeanjs [(fe06b)](https://github.com/soybeanjs/soybean-admin-antd/commit/fe06b8c4) + - update README  -  by @soybeanjs [(4045e)](https://github.com/soybeanjs/soybean-admin-antd/commit/4045e41a) + - add CHANGELOG  -  by @soybeanjs [(01fbb)](https://github.com/soybeanjs/soybean-admin-antd/commit/01fbbacd) + - update README  -  by @soybeanjs [(8f9a7)](https://github.com/soybeanjs/soybean-admin-antd/commit/8f9a7050) + - update README  -  by @soybeanjs [(bab68)](https://github.com/soybeanjs/soybean-admin-antd/commit/bab68176) + - Fixed the hyperlink pointing error  -  by **Azir** [(20a81)](https://github.com/soybeanjs/soybean-admin-antd/commit/20a81274) + - Fixed the hyperlink pointing error  -  by **Azir** [(d5602)](https://github.com/soybeanjs/soybean-admin-antd/commit/d5602ed9) + - update README  -  by @soybeanjs [(70261)](https://github.com/soybeanjs/soybean-admin-antd/commit/7026126a) + - update README  -  by @soybeanjs [(9527e)](https://github.com/soybeanjs/soybean-admin-antd/commit/9527ead2) + - update CHANGELOG  -  by @soybeanjs [(b3368)](https://github.com/soybeanjs/soybean-admin-antd/commit/b3368415) + - update CHANGELOG  -  by @soybeanjs [(5c67d)](https://github.com/soybeanjs/soybean-admin-antd/commit/5c67d065) + - update README  -  by @soybeanjs [(1e67a)](https://github.com/soybeanjs/soybean-admin-antd/commit/1e67ae8c) + - update README  -  by @soybeanjs [(a769b)](https://github.com/soybeanjs/soybean-admin-antd/commit/a769b1a3) + - update CHANGELOG  -  by @soybeanjs [(58fc0)](https://github.com/soybeanjs/soybean-admin-antd/commit/58fc0962) + - update CHANGELOG  -  by @soybeanjs [(a0b76)](https://github.com/soybeanjs/soybean-admin-antd/commit/a0b76dae) + - update CHANGELOG  -  by @soybeanjs [(613c8)](https://github.com/soybeanjs/soybean-admin-antd/commit/613c836e) + - update CHANGELOG  -  by @soybeanjs [(d3759)](https://github.com/soybeanjs/soybean-admin-antd/commit/d37591dd) + - update CHANGELOG  -  by @soybeanjs [(ebc83)](https://github.com/soybeanjs/soybean-admin-antd/commit/ebc838c3) + - update README  -  by @mufeng889 in https://github.com/soybeanjs/soybean-admin-antd/issues/594 [(a8f92)](https://github.com/soybeanjs/soybean-admin-antd/commit/a8f923eb) + - update README  -  by @soybeanjs [(e9a2e)](https://github.com/soybeanjs/soybean-admin-antd/commit/e9a2ee4a) + - update README  -  by @soybeanjs [(73e91)](https://github.com/soybeanjs/soybean-admin-antd/commit/73e917ad) + - update the location of important information in the document  -  by **Azir** [(9c012)](https://github.com/soybeanjs/soybean-admin-antd/commit/9c012c7d) + - update CHANGELOG  -  by @soybeanjs [(5baf1)](https://github.com/soybeanjs/soybean-admin-antd/commit/5baf19d2) + - update QQ group link.  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/43 [(589ec)](https://github.com/soybeanjs/soybean-admin-antd/commit/589ecae4) + - set the Chinese version of README as default  -  by @soybeanjs [(9d28b)](https://github.com/soybeanjs/soybean-admin-antd/commit/9d28b31c) + - ✏️ add element-plus version link  -  by **一寸灰** in https://github.com/soybeanjs/soybean-admin-antd/issues/679 [(5c6ab)](https://github.com/soybeanjs/soybean-admin-antd/commit/5c6ab0b5) + - set the Chinese version of README as default  -  by @soybeanjs [(e1ef1)](https://github.com/soybeanjs/soybean-admin-antd/commit/e1ef14a5) +- **projects): docs(projects**: + - 更新README  -  by **Soybean** [(fb0dd)](https://github.com/soybeanjs/soybean-admin-antd/commit/fb0dd3f2) +- **projects): docs(projects): docs(projects**: + - 更新README  -  by **Soybean** [(1b440)](https://github.com/soybeanjs/soybean-admin-antd/commit/1b440403) + +###    📦 Build + +- **deps**: + - 添加多种插件:element-plus、iconify、windicss  -  by **Soybean** [(afd4d)](https://github.com/soybeanjs/soybean-admin-antd/commit/afd4d041) + - 添加smooth-scroll插件、axios封装  -  by **Soybean** [(82411)](https://github.com/soybeanjs/soybean-admin-antd/commit/82411cc5) + - 添加打包时跳过对依赖的类型校验  -  by **Soybean** [(f5220)](https://github.com/soybeanjs/soybean-admin-antd/commit/f5220e5a) + - 依赖升级  -  by **Soybean** [(4382b)](https://github.com/soybeanjs/soybean-admin-antd/commit/4382bfa9) + - 修复element-plus国际化引入问题  -  by **Soybean** [(aa16d)](https://github.com/soybeanjs/soybean-admin-antd/commit/aa16dc65) + - 升级依赖  -  by **Soybean** [(1e393)](https://github.com/soybeanjs/soybean-admin-antd/commit/1e393eb9) + - 依赖升级  -  by **Soybean** [(97820)](https://github.com/soybeanjs/soybean-admin-antd/commit/97820a4e) + - 依赖升级  -  by **Soybean** [(78a28)](https://github.com/soybeanjs/soybean-admin-antd/commit/78a28a45) + - 依赖升级  -  by **Soybean** [(6b7f4)](https://github.com/soybeanjs/soybean-admin-antd/commit/6b7f4cfc) + - 升级依赖  -  by **Soybean** [(50c1d)](https://github.com/soybeanjs/soybean-admin-antd/commit/50c1d51e) + - 更新依赖  -  by **Soybean** [(ffe50)](https://github.com/soybeanjs/soybean-admin-antd/commit/ffe50143) + - 更新依赖  -  by **Soybean** [(d2464)](https://github.com/soybeanjs/soybean-admin-antd/commit/d246450d) + - 更新依赖  -  by **Soybean** [(0fb01)](https://github.com/soybeanjs/soybean-admin-antd/commit/0fb011f6) + - 更新依赖  -  by **Soybean** [(e59b8)](https://github.com/soybeanjs/soybean-admin-antd/commit/e59b85a8) + - 升级依赖  -  by **Soybean** [(9c7bd)](https://github.com/soybeanjs/soybean-admin-antd/commit/9c7bdb67) + - 升级依赖  -  by **Soybean** [(4e1a0)](https://github.com/soybeanjs/soybean-admin-antd/commit/4e1a09c7) + - 升级依赖  -  by **Soybean** [(6de48)](https://github.com/soybeanjs/soybean-admin-antd/commit/6de48ad9) + - 升级依赖  -  by **Soybean** [(4e04a)](https://github.com/soybeanjs/soybean-admin-antd/commit/4e04a8f8) + - 升级依赖  -  by **Soybean** [(c8122)](https://github.com/soybeanjs/soybean-admin-antd/commit/c81221ef) + - 升级依赖  -  by **Soybean** [(a6bdc)](https://github.com/soybeanjs/soybean-admin-antd/commit/a6bdc380) + - 升级依赖  -  by **Soybean** [(ae7ec)](https://github.com/soybeanjs/soybean-admin-antd/commit/ae7ec99a) + - 升级依赖  -  by **Soybean** [(e755c)](https://github.com/soybeanjs/soybean-admin-antd/commit/e755caab) + - 升级依赖  -  by **Soybean** [(f3c86)](https://github.com/soybeanjs/soybean-admin-antd/commit/f3c86efb) + - 升级依赖  -  by **Soybean** [(e776d)](https://github.com/soybeanjs/soybean-admin-antd/commit/e776df49) + - 升级依赖  -  by **Soybean** [(777cf)](https://github.com/soybeanjs/soybean-admin-antd/commit/777cf8e0) + - 升级依赖  -  by **Soybean** [(284af)](https://github.com/soybeanjs/soybean-admin-antd/commit/284af63c) + - 升级依赖  -  by **Soybean** [(57c69)](https://github.com/soybeanjs/soybean-admin-antd/commit/57c692be) + - 升级依赖  -  by **Soybean** [(7ba33)](https://github.com/soybeanjs/soybean-admin-antd/commit/7ba332cd) + - upgrade deps  -  by **Soybean** [(50c8b)](https://github.com/soybeanjs/soybean-admin-antd/commit/50c8b9da) + - upgrade deps  -  by **Soybean** [(8d00b)](https://github.com/soybeanjs/soybean-admin-antd/commit/8d00b238) + - upgrade deps  -  by **Soybean** [(b298a)](https://github.com/soybeanjs/soybean-admin-antd/commit/b298af1d) + - update deps  -  by **Soybean** [(cecce)](https://github.com/soybeanjs/soybean-admin-antd/commit/cecce83b) + - update deps  -  by **Soybean** [(5c75e)](https://github.com/soybeanjs/soybean-admin-antd/commit/5c75e9d9) + - update deps  -  by **Soybean** [(518f7)](https://github.com/soybeanjs/soybean-admin-antd/commit/518f7eed) + - update deps  -  by **Soybean** [(92b84)](https://github.com/soybeanjs/soybean-admin-antd/commit/92b84064) + - update deps  -  by **Soybean** [(50d7c)](https://github.com/soybeanjs/soybean-admin-antd/commit/50d7ccd8) + - update deps  -  by **Soybean** [(3f822)](https://github.com/soybeanjs/soybean-admin-antd/commit/3f822a7d) + - update deps  -  by **Soybean** [(02809)](https://github.com/soybeanjs/soybean-admin-antd/commit/028096e5) + - update deps  -  by **Soybean** [(be45d)](https://github.com/soybeanjs/soybean-admin-antd/commit/be45d837) + - update deps  -  by **Soybean** [(6a5a3)](https://github.com/soybeanjs/soybean-admin-antd/commit/6a5a357f) + - 依赖升级  -  by **Soybean** [(e3c4a)](https://github.com/soybeanjs/soybean-admin-antd/commit/e3c4a6ec) + - update deps  -  by **Soybean** [(906ae)](https://github.com/soybeanjs/soybean-admin-antd/commit/906aed5e) + - update deps  -  by **Soybean** [(9917b)](https://github.com/soybeanjs/soybean-admin-antd/commit/9917b5e5) + - update deps  -  by **Soybean** [(83301)](https://github.com/soybeanjs/soybean-admin-antd/commit/833018a8) + - update deps  -  by **Soybean** [(69e39)](https://github.com/soybeanjs/soybean-admin-antd/commit/69e39c14) + - update deps  -  by **Soybean** [(ea1a3)](https://github.com/soybeanjs/soybean-admin-antd/commit/ea1a3365) + - update deps  -  by **Soybean** [(73fa3)](https://github.com/soybeanjs/soybean-admin-antd/commit/73fa3d14) + - update deps  -  by **Soybean** [(973ab)](https://github.com/soybeanjs/soybean-admin-antd/commit/973ab144) + - update deps  -  by **Soybean** [(75000)](https://github.com/soybeanjs/soybean-admin-antd/commit/750000ec) + - update deps  -  by **Soybean** [(8dcfb)](https://github.com/soybeanjs/soybean-admin-antd/commit/8dcfbb29) + - update deps  -  by **Soybean** [(1523c)](https://github.com/soybeanjs/soybean-admin-antd/commit/1523c7b0) + - update deps  -  by **Soybean** [(da407)](https://github.com/soybeanjs/soybean-admin-antd/commit/da407b66) + - update deps  -  by **Soybean** [(cec0f)](https://github.com/soybeanjs/soybean-admin-antd/commit/cec0f25c) + - update deps  -  by **Soybean** [(d9cfe)](https://github.com/soybeanjs/soybean-admin-antd/commit/d9cfeabb) + - update deps  -  by **Soybean** [(dd113)](https://github.com/soybeanjs/soybean-admin-antd/commit/dd113248) + - update deps  -  by **Soybean** [(d0823)](https://github.com/soybeanjs/soybean-admin-antd/commit/d0823b03) + - update deps  -  by **Soybean** [(94ff7)](https://github.com/soybeanjs/soybean-admin-antd/commit/94ff7870) + - update deps  -  by **Soybean** [(b32bc)](https://github.com/soybeanjs/soybean-admin-antd/commit/b32bca49) + - update deps  -  by **Soybean** [(f6b61)](https://github.com/soybeanjs/soybean-admin-antd/commit/f6b61418) + - update deps  -  by **Soybean** [(0f0cd)](https://github.com/soybeanjs/soybean-admin-antd/commit/0f0cd0b7) + - 更新@soybeanjs/eslint-config  -  by **Soybean** [(36f06)](https://github.com/soybeanjs/soybean-admin-antd/commit/36f06bc8) + - update deps  -  by **Soybean** [(d9324)](https://github.com/soybeanjs/soybean-admin-antd/commit/d9324f07) + - update deps  -  by **Soybean** [(1ad92)](https://github.com/soybeanjs/soybean-admin-antd/commit/1ad92a2d) + - 升级依赖  -  by **Soybean** [(7240b)](https://github.com/soybeanjs/soybean-admin-antd/commit/7240be84) + - update deps  -  by **Soybean** [(c5ba6)](https://github.com/soybeanjs/soybean-admin-antd/commit/c5ba6318) + - update deps  -  by **Soybean** [(3e0cc)](https://github.com/soybeanjs/soybean-admin-antd/commit/3e0cc8c2) + - update deps  -  by **Soybean** [(21b6f)](https://github.com/soybeanjs/soybean-admin-antd/commit/21b6fb69) + - update deps  -  by **Soybean** [(d823e)](https://github.com/soybeanjs/soybean-admin-antd/commit/d823ee56) + - unplugin-vue-define-options替换为unplugin-vue-macros  -  by **Soybean** [(22c90)](https://github.com/soybeanjs/soybean-admin-antd/commit/22c90257) + - update deps  -  by **Soybean** [(7dd7c)](https://github.com/soybeanjs/soybean-admin-antd/commit/7dd7c71d) + - update deps  -  by **Soybean** [(fe8ca)](https://github.com/soybeanjs/soybean-admin-antd/commit/fe8cab3d) + - unplugin-icon autoinstall @iconify-json [unplugin-icon自动安装@iconify-json]  -  by **Soybean** [(c045e)](https://github.com/soybeanjs/soybean-admin-antd/commit/c045e3fe) + - update deps [升级依赖]  -  by **Soybean** [(331b1)](https://github.com/soybeanjs/soybean-admin-antd/commit/331b14e7) + - update deps  -  by **Soybean** [(88e53)](https://github.com/soybeanjs/soybean-admin-antd/commit/88e535f6) + - update deps  -  by **Soybean** [(89985)](https://github.com/soybeanjs/soybean-admin-antd/commit/8998581b) + - update deps  -  by **Soybean** [(65ac6)](https://github.com/soybeanjs/soybean-admin-antd/commit/65ac69ef) + - update deps  -  by **Soybean** [(abd02)](https://github.com/soybeanjs/soybean-admin-antd/commit/abd02d19) + - update deps  -  by **Soybean** [(d6b15)](https://github.com/soybeanjs/soybean-admin-antd/commit/d6b15307) + - update deps  -  by **Soybean** [(8e801)](https://github.com/soybeanjs/soybean-admin-antd/commit/8e801dd7) + - update deps  -  by **Soybean** [(41b3b)](https://github.com/soybeanjs/soybean-admin-antd/commit/41b3bcb4) + - update deps  -  by **Soybean** [(1f3e6)](https://github.com/soybeanjs/soybean-admin-antd/commit/1f3e6e4f) + - update deps  -  by **Soybean** [(74772)](https://github.com/soybeanjs/soybean-admin-antd/commit/74772a1f) + - update deps  -  by **Soybean** [(84567)](https://github.com/soybeanjs/soybean-admin-antd/commit/84567509) + - update deps  -  by **Soybean** [(fcc65)](https://github.com/soybeanjs/soybean-admin-antd/commit/fcc65c37) + - update deps  -  by **Soybean** [(c097b)](https://github.com/soybeanjs/soybean-admin-antd/commit/c097b568) + - update deps  -  by **Soybean** [(61998)](https://github.com/soybeanjs/soybean-admin-antd/commit/61998886) + - update deps  -  by **Soybean** [(db629)](https://github.com/soybeanjs/soybean-admin-antd/commit/db629593) + - update deps [升级依赖]  -  by **Soybean** [(f2e82)](https://github.com/soybeanjs/soybean-admin-antd/commit/f2e82da7) + - update deps and remove vite-plugin-html [升级依赖,去除vite-plugin-html]  -  by **Soybean** [(eaf36)](https://github.com/soybeanjs/soybean-admin-antd/commit/eaf36787) + - update deps [升级依赖]  -  by **Soybean** [(bae17)](https://github.com/soybeanjs/soybean-admin-antd/commit/bae17671) + - update deps [升级依赖]  -  by **Soybean** [(c2642)](https://github.com/soybeanjs/soybean-admin-antd/commit/c2642160) + - update deps [升级依赖]  -  by **Soybean** [(40f85)](https://github.com/soybeanjs/soybean-admin-antd/commit/40f8587f) +- **other**: + - update cz config  -  by **Soybean** [(07baa)](https://github.com/soybeanjs/soybean-admin-antd/commit/07baac7c) +- **projects**: + - 依赖升级,规范目录  -  by **Soybean** [(a0ec8)](https://github.com/soybeanjs/soybean-admin-antd/commit/a0ec8458) + - 依赖升级  -  by **Soybean** [(025a9)](https://github.com/soybeanjs/soybean-admin-antd/commit/025a9bea) + - 依赖升级  -  by **Soybean** [(09a28)](https://github.com/soybeanjs/soybean-admin-antd/commit/09a28d8e) + - pnpm替换yarn  -  by **Soybean** [(36491)](https://github.com/soybeanjs/soybean-admin-antd/commit/36491310) + - 依赖升级  -  by **Soybean** [(f1649)](https://github.com/soybeanjs/soybean-admin-antd/commit/f1649de6) + - 依赖升级  -  by **Soybean** [(d00bb)](https://github.com/soybeanjs/soybean-admin-antd/commit/d00bb228) + - 主题配置完善  -  by **Soybean** [(20503)](https://github.com/soybeanjs/soybean-admin-antd/commit/20503739) + - 添加构建打包的不同环境配置  -  by **Soybean** [(ef57d)](https://github.com/soybeanjs/soybean-admin-antd/commit/ef57d9e6) + - 更新README.md  -  by **Soybean** [(f2ad7)](https://github.com/soybeanjs/soybean-admin-antd/commit/f2ad76df) + - 项目名称变更,添加README内容:项目基本介绍  -  by **Soybean** [(638a8)](https://github.com/soybeanjs/soybean-admin-antd/commit/638a8e98) + - 添加vscode插件推荐配置和设置配置  -  by **Soybean** [(b9395)](https://github.com/soybeanjs/soybean-admin-antd/commit/b9395221) + - 取消打包显示brotliSize  -  by **Soybean** [(9af89)](https://github.com/soybeanjs/soybean-admin-antd/commit/9af89885) + - 添加构建大小可视化分析的插件  -  by **Soybean** [(8ba8a)](https://github.com/soybeanjs/soybean-admin-antd/commit/8ba8a4fe) + - vite配置更新  -  by **Soybean** [(e5d99)](https://github.com/soybeanjs/soybean-admin-antd/commit/e5d9962a) + - 环境变量获取方式变更  -  by **Soybean** [(21c2f)](https://github.com/soybeanjs/soybean-admin-antd/commit/21c2f5a8) + - 修改vscode配置  -  by **Soybean** [(0c577)](https://github.com/soybeanjs/soybean-admin-antd/commit/0c5770df) + - 添加vercel打包的环境  -  by **Soybean** [(371fa)](https://github.com/soybeanjs/soybean-admin-antd/commit/371fad4f) + - add license  -  by **Soybean** [(b1672)](https://github.com/soybeanjs/soybean-admin-antd/commit/b16721b2) + - 更新tsconfig.json  -  by **Soybean** [(f42ee)](https://github.com/soybeanjs/soybean-admin-antd/commit/f42ee9db) + - update tsconfig、eslintrc  -  by **Soybean** [(75de2)](https://github.com/soybeanjs/soybean-admin-antd/commit/75de2b06) + - vite.config代码优化  -  by **Soybean** [(ca707)](https://github.com/soybeanjs/soybean-admin-antd/commit/ca707a45) + - 细节调整  -  by **Soybean** [(401f0)](https://github.com/soybeanjs/soybean-admin-antd/commit/401f0c74) + - update config  -  by **Soybean** [(a0c40)](https://github.com/soybeanjs/soybean-admin-antd/commit/a0c405da) + - 代码优化  -  by **Soybean** [(de09f)](https://github.com/soybeanjs/soybean-admin-antd/commit/de09f825) + - 配置优化  -  by **Soybean** [(fd787)](https://github.com/soybeanjs/soybean-admin-antd/commit/fd787912) + - 配置更改  -  by **Soybean** [(c8717)](https://github.com/soybeanjs/soybean-admin-antd/commit/c8717c25) + - update deps, update config  -  by **Soybean** [(8e6e7)](https://github.com/soybeanjs/soybean-admin-antd/commit/8e6e7875) + - 代码优化  -  by **Soybean** [(5c1b0)](https://github.com/soybeanjs/soybean-admin-antd/commit/5c1b086c) + - update tsconfig  -  by **Soybean** [(9ce58)](https://github.com/soybeanjs/soybean-admin-antd/commit/9ce58073) + - update vscode settings  -  by **Soybean** [(3fe4e)](https://github.com/soybeanjs/soybean-admin-antd/commit/3fe4e92f) + - 添加.gitattributes  -  by **Soybean** [(896e6)](https://github.com/soybeanjs/soybean-admin-antd/commit/896e6f2e) + - 代码优化  -  by **Soybean** [(6a9a3)](https://github.com/soybeanjs/soybean-admin-antd/commit/6a9a362c) + - 升级依赖,添加对json的eslint检测及格式化  -  by **Soybean** [(711a4)](https://github.com/soybeanjs/soybean-admin-antd/commit/711a4ae3) + - update deps and README.md  -  by **Soybean** [(35aee)](https://github.com/soybeanjs/soybean-admin-antd/commit/35aeedf3) + - 升级依赖、vite配置optimizeDeps  -  by **Soybean** [(ee434)](https://github.com/soybeanjs/soybean-admin-antd/commit/ee434b46) + - 去除prettier,已集成进@soybeanjs/eslint-config  -  by **Soybean** [(182da)](https://github.com/soybeanjs/soybean-admin-antd/commit/182dac0d) + - update eslint  -  by **Soybean** [(907cf)](https://github.com/soybeanjs/soybean-admin-antd/commit/907cf44c) + - 引入pwa插件,更新配置  -  by **Soybean** [(695ec)](https://github.com/soybeanjs/soybean-admin-antd/commit/695ec7e5) + - 更新依赖、调整页面  -  by **Soybean** [(40ecc)](https://github.com/soybeanjs/soybean-admin-antd/commit/40ecc320) + - 引入vite-plugin-progress  -  by **Soybean** [(44ab0)](https://github.com/soybeanjs/soybean-admin-antd/commit/44ab0777) + - 升级依赖、修复T标签右键菜单连续显示问题  -  by **Soybean** [(639c4)](https://github.com/soybeanjs/soybean-admin-antd/commit/639c4458) + - 引入TS高级类型库  -  by **Soybean** [(71a75)](https://github.com/soybeanjs/soybean-admin-antd/commit/71a753f3) + - 更换eslint依赖为eslint-config-soybeanjs-vue  -  by **Soybean** [(07325)](https://github.com/soybeanjs/soybean-admin-antd/commit/07325a42) + - 升级依赖,降低naive-ui版本修复打包问题  -  by **Soybean** [(f408e)](https://github.com/soybeanjs/soybean-admin-antd/commit/f408ea01) + - 升级依赖,修复TS类型  -  by **Soybean** [(73ce5)](https://github.com/soybeanjs/soybean-admin-antd/commit/73ce53a3) + - 引入@unocss/vite替换unocss,精简体积  -  by **Soybean** [(3540b)](https://github.com/soybeanjs/soybean-admin-antd/commit/3540b755) + - update deps, update logos  -  by **Soybean** [(22c05)](https://github.com/soybeanjs/soybean-admin-antd/commit/22c05674) + - add constant page content  -  by **Soybean** [(13d0c)](https://github.com/soybeanjs/soybean-admin-antd/commit/13d0c415) + - add tauri scripts, change tauri icon, fix mockjs [添加tauri相关的命令,变更tauri图标,修复mockjs]  -  by **Soybean** [(1b45b)](https://github.com/soybeanjs/soybean-admin-antd/commit/1b45b71f) + - use @soybeanjs/cli replace commitizen  -  by **Soybean** [(428d4)](https://github.com/soybeanjs/soybean-admin-antd/commit/428d41b4) + - use pnpm patch replace @milahu/patch-package  -  by **Soybean** [(9455a)](https://github.com/soybeanjs/soybean-admin-antd/commit/9455ad9a) + - remove useless file: commitlint.config.js  -  by **Soybean** [(67736)](https://github.com/soybeanjs/soybean-admin-antd/commit/6773659e) + - move tauri to branch tauri  -  by **Soybean** [(6c14b)](https://github.com/soybeanjs/soybean-admin-antd/commit/6c14bfe6) + - update deps and update config  -  by **Soybean** [(7d699)](https://github.com/soybeanjs/soybean-admin-antd/commit/7d699926) + - new router branch  -  by **Soybean** [(288d5)](https://github.com/soybeanjs/soybean-admin-antd/commit/288d586d) + - add vite plugin @soybeanjs/router-page  -  by **Soybean** [(40c1e)](https://github.com/soybeanjs/soybean-admin-antd/commit/40c1e13b) + - update plugin config  -  by **Soybean** [(6a344)](https://github.com/soybeanjs/soybean-admin-antd/commit/6a344ff2) + - update deps and perfect the details [升级依赖,完善细节]  -  by **Soybean** [(61a43)](https://github.com/soybeanjs/soybean-admin-antd/commit/61a43b8e) + - update deps and update config  -  by **Soybean** [(b08c3)](https://github.com/soybeanjs/soybean-admin-antd/commit/b08c389e) + - update lint-staged config  -  by **Soybean** [(0882c)](https://github.com/soybeanjs/soybean-admin-antd/commit/0882c250) + - add VSCode debug config file  -  by **Soybean** [(0c126)](https://github.com/soybeanjs/soybean-admin-antd/commit/0c12665f) + - update deps  -  by **Soybean** [(f7181)](https://github.com/soybeanjs/soybean-admin-antd/commit/f71812d6) + - update deps and fix project config  -  by **Soybean** [(da521)](https://github.com/soybeanjs/soybean-admin-antd/commit/da521b35) + - perf logo  -  by **Soybean** [(a8a6e)](https://github.com/soybeanjs/soybean-admin-antd/commit/a8a6ed97) + - update vscode config  -  by **Soybean** [(608d7)](https://github.com/soybeanjs/soybean-admin-antd/commit/608d7fb3) + - update unocss config  -  by **Soybean** [(3503d)](https://github.com/soybeanjs/soybean-admin-antd/commit/3503dff6) + - update deps, add prettier format command  -  by **Soybean** [(36e5f)](https://github.com/soybeanjs/soybean-admin-antd/commit/36e5feac) + - remove old layout,tab package [去除旧的布局和页签依赖]  -  by **Soybean** [(42e6d)](https://github.com/soybeanjs/soybean-admin-antd/commit/42e6de39) + - update deps and fix type error [升级依赖并修复类型问题]  -  by **Soybean** [(34f02)](https://github.com/soybeanjs/soybean-admin-antd/commit/34f023c4) + - update deps and fix style [升级依赖&修复代码格式]  -  by **Soybean** [(c1c43)](https://github.com/soybeanjs/soybean-admin-antd/commit/c1c4335c) + +###    🏡 Chore + +- rename env.d.ts to vite-env.d.ts  -  by @wzc520pyfm in https://github.com/soybeanjs/soybean-admin-antd/issues/675 [(b93c2)](https://github.com/soybeanjs/soybean-admin-antd/commit/b93c2036) +- **deps**: + - update deps  -  by **Soybean** [(4eb46)](https://github.com/soybeanjs/soybean-admin-antd/commit/4eb46ea3) + - update deps  -  by **Soybean** [(a70e4)](https://github.com/soybeanjs/soybean-admin-antd/commit/a70e4161) + - update deps  -  by **Soybean** [(7487a)](https://github.com/soybeanjs/soybean-admin-antd/commit/7487ab79) + - update deps  -  by **Soybean** [(cebbe)](https://github.com/soybeanjs/soybean-admin-antd/commit/cebbef68) + - update deps  -  by **Soybean** [(f9d47)](https://github.com/soybeanjs/soybean-admin-antd/commit/f9d47c08) + - update deps  -  by **Soybean** [(47ab0)](https://github.com/soybeanjs/soybean-admin-antd/commit/47ab0184) + - decrease vite-plugin-page-route  -  by **Soybean** [(882f2)](https://github.com/soybeanjs/soybean-admin-antd/commit/882f2814) + - update deps  -  by **Soybean** [(e6abf)](https://github.com/soybeanjs/soybean-admin-antd/commit/e6abf934) + - update deps  -  by **Soybean** [(bba68)](https://github.com/soybeanjs/soybean-admin-antd/commit/bba68bff) + - update deps  -  by **Soybean** [(0e6d2)](https://github.com/soybeanjs/soybean-admin-antd/commit/0e6d2891) + - update deps  -  by @soybeanjs [(135ce)](https://github.com/soybeanjs/soybean-admin-antd/commit/135ce772) + - update deps  -  by @soybeanjs [(44ba3)](https://github.com/soybeanjs/soybean-admin-antd/commit/44ba3273) + - update deps  -  by @soybeanjs [(9296e)](https://github.com/soybeanjs/soybean-admin-antd/commit/9296e698) + - update deps  -  by @soybeanjs [(751de)](https://github.com/soybeanjs/soybean-admin-antd/commit/751ded44) + - update deps  -  by @soybeanjs [(305d9)](https://github.com/soybeanjs/soybean-admin-antd/commit/305d9567) + - update deps  -  by @soybeanjs [(3eaf0)](https://github.com/soybeanjs/soybean-admin-antd/commit/3eaf05bd) + - update deps  -  by @soybeanjs [(4caa4)](https://github.com/soybeanjs/soybean-admin-antd/commit/4caa45d3) + - update deps  -  by @soybeanjs [(bd3ef)](https://github.com/soybeanjs/soybean-admin-antd/commit/bd3efe6b) + - update deps  -  by @soybeanjs [(56931)](https://github.com/soybeanjs/soybean-admin-antd/commit/56931a26) + - update deps  -  by @soybeanjs [(56e7d)](https://github.com/soybeanjs/soybean-admin-antd/commit/56e7dc3b) + - update deps  -  by @soybeanjs [(892e2)](https://github.com/soybeanjs/soybean-admin-antd/commit/892e2d6b) + - updtae deps  -  by @soybeanjs [(7088d)](https://github.com/soybeanjs/soybean-admin-antd/commit/7088ddcf) + - update deps  -  by @soybeanjs [(b0b48)](https://github.com/soybeanjs/soybean-admin-antd/commit/b0b4830a) + - update deps  -  by @soybeanjs [(7f049)](https://github.com/soybeanjs/soybean-admin-antd/commit/7f049ba3) + - update deps  -  by @soybeanjs [(854ce)](https://github.com/soybeanjs/soybean-admin-antd/commit/854ce363) + - update deps  -  by @soybeanjs [(82ccf)](https://github.com/soybeanjs/soybean-admin-antd/commit/82ccfbcd) + - update deps  -  by @soybeanjs [(36fe1)](https://github.com/soybeanjs/soybean-admin-antd/commit/36fe1dad) + - update deps  -  by @soybeanjs [(b0546)](https://github.com/soybeanjs/soybean-admin-antd/commit/b0546614) + - update deps  -  by @soybeanjs [(55342)](https://github.com/soybeanjs/soybean-admin-antd/commit/55342941) + - update deps  -  by @soybeanjs [(adc36)](https://github.com/soybeanjs/soybean-admin-antd/commit/adc36565) + - update deps  -  by @soybeanjs [(f1b86)](https://github.com/soybeanjs/soybean-admin-antd/commit/f1b86ccb) + - update deps  -  by @soybeanjs [(c655a)](https://github.com/soybeanjs/soybean-admin-antd/commit/c655a240) + - update deps  -  by @soybeanjs [(840e7)](https://github.com/soybeanjs/soybean-admin-antd/commit/840e7f99) + - update deps  -  by @soybeanjs [(345b6)](https://github.com/soybeanjs/soybean-admin-antd/commit/345b6878) + - update deps  -  by @soybeanjs [(6114b)](https://github.com/soybeanjs/soybean-admin-antd/commit/6114b9f9) + - update deps  -  by @soybeanjs [(70962)](https://github.com/soybeanjs/soybean-admin-antd/commit/70962f5b) + - update deps  -  by @soybeanjs [(9cc7e)](https://github.com/soybeanjs/soybean-admin-antd/commit/9cc7ee5c) + - update deps  -  by @soybeanjs [(2d4d1)](https://github.com/soybeanjs/soybean-admin-antd/commit/2d4d1077) + - update deps  -  by @soybeanjs [(9c4ba)](https://github.com/soybeanjs/soybean-admin-antd/commit/9c4ba665) + - update deps  -  by @soybeanjs [(fb3b9)](https://github.com/soybeanjs/soybean-admin-antd/commit/fb3b94b1) + - update deps  -  by @soybeanjs [(14aa8)](https://github.com/soybeanjs/soybean-admin-antd/commit/14aa856a) + - update deps  -  by @soybeanjs [(02d4b)](https://github.com/soybeanjs/soybean-admin-antd/commit/02d4b0a5) + - update deps  -  by @soybeanjs [(b2ee9)](https://github.com/soybeanjs/soybean-admin-antd/commit/b2ee9eef) + - update deps  -  by @soybeanjs [(9e493)](https://github.com/soybeanjs/soybean-admin-antd/commit/9e493e54) + - update deps  -  by @soybeanjs [(0fee1)](https://github.com/soybeanjs/soybean-admin-antd/commit/0fee104b) + - update deps  -  by @soybeanjs [(c0a65)](https://github.com/soybeanjs/soybean-admin-antd/commit/c0a65a16) + - update deps  -  by @soybeanjs [(6b513)](https://github.com/soybeanjs/soybean-admin-antd/commit/6b5132c1) + - update deps  -  by @soybeanjs [(82b53)](https://github.com/soybeanjs/soybean-admin-antd/commit/82b53d7e) + - update deps  -  by @soybeanjs [(a1b48)](https://github.com/soybeanjs/soybean-admin-antd/commit/a1b484a8) + - update deps  -  by @soybeanjs [(eba20)](https://github.com/soybeanjs/soybean-admin-antd/commit/eba2014a) + - update deps  -  by @soybeanjs [(ac928)](https://github.com/soybeanjs/soybean-admin-antd/commit/ac928173) + - update deps  -  by @soybeanjs [(3ceeb)](https://github.com/soybeanjs/soybean-admin-antd/commit/3ceeb6f9) + - update deps  -  by @soybeanjs [(9a669)](https://github.com/soybeanjs/soybean-admin-antd/commit/9a66979f) + - update deps  -  by @soybeanjs [(e57bf)](https://github.com/soybeanjs/soybean-admin-antd/commit/e57bf0b0) + - update deps  -  by @soybeanjs [(fbd80)](https://github.com/soybeanjs/soybean-admin-antd/commit/fbd80c28) + - update deps  -  by @soybeanjs [(1cb38)](https://github.com/soybeanjs/soybean-admin-antd/commit/1cb3816e) + - update deps  -  by @soybeanjs [(413a8)](https://github.com/soybeanjs/soybean-admin-antd/commit/413a8b29) + - update deps  -  by @soybeanjs [(734ef)](https://github.com/soybeanjs/soybean-admin-antd/commit/734ef985) + - update deps  -  by @soybeanjs [(599b4)](https://github.com/soybeanjs/soybean-admin-antd/commit/599b4e19) + - update deps  -  by @soybeanjs [(d0380)](https://github.com/soybeanjs/soybean-admin-antd/commit/d0380ce5) + - update deps  -  by @soybeanjs [(1f464)](https://github.com/soybeanjs/soybean-admin-antd/commit/1f4647b9) + - update deps  -  by @soybeanjs [(060c0)](https://github.com/soybeanjs/soybean-admin-antd/commit/060c0a91) + - update deps  -  by @soybeanjs [(909ce)](https://github.com/soybeanjs/soybean-admin-antd/commit/909ceb8d) + - update deps  -  by @soybeanjs [(08827)](https://github.com/soybeanjs/soybean-admin-antd/commit/08827a42) + - update deps  -  by @soybeanjs [(a6c0e)](https://github.com/soybeanjs/soybean-admin-antd/commit/a6c0eaee) + - update deps  -  by @soybeanjs [(813d8)](https://github.com/soybeanjs/soybean-admin-antd/commit/813d8ce4) + - update deps  -  by @soybeanjs [(9954c)](https://github.com/soybeanjs/soybean-admin-antd/commit/9954c8e3) + - update deps  -  by @soybeanjs [(d9f9f)](https://github.com/soybeanjs/soybean-admin-antd/commit/d9f9f9fd) + - update deps  -  by @soybeanjs [(bf718)](https://github.com/soybeanjs/soybean-admin-antd/commit/bf718374) + - update deps  -  by @soybeanjs [(423fa)](https://github.com/soybeanjs/soybean-admin-antd/commit/423fafc6) + - update deps  -  by @soybeanjs [(b094d)](https://github.com/soybeanjs/soybean-admin-antd/commit/b094d688) + - update deps. close #510  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/510 [(53143)](https://github.com/soybeanjs/soybean-admin-antd/commit/531432d5) + - update deps.  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/30 [(e110d)](https://github.com/soybeanjs/soybean-admin-antd/commit/e110dd09) + - update deps  -  by @soybeanjs [(c7f6f)](https://github.com/soybeanjs/soybean-admin-antd/commit/c7f6f2a5) + - update deps  -  by @soybeanjs [(72ede)](https://github.com/soybeanjs/soybean-admin-antd/commit/72ede8bf) + - update deps  -  by @soybeanjs [(be13c)](https://github.com/soybeanjs/soybean-admin-antd/commit/be13ca27) + - update deps  -  by @soybeanjs [(5fcf2)](https://github.com/soybeanjs/soybean-admin-antd/commit/5fcf2bd6) + - update deps  -  by @soybeanjs [(752ec)](https://github.com/soybeanjs/soybean-admin-antd/commit/752ec1e9) + - update deps  -  by @soybeanjs [(cf019)](https://github.com/soybeanjs/soybean-admin-antd/commit/cf0192ad) + - update deps  -  by @soybeanjs [(f6bd6)](https://github.com/soybeanjs/soybean-admin-antd/commit/f6bd6b86) + - update deps  -  by @soybeanjs [(993e9)](https://github.com/soybeanjs/soybean-admin-antd/commit/993e9caf) + - update deps  -  by @soybeanjs [(a1c14)](https://github.com/soybeanjs/soybean-admin-antd/commit/a1c14a15) + - update deps  -  by @soybeanjs [(7fa55)](https://github.com/soybeanjs/soybean-admin-antd/commit/7fa55905) + - update deps  -  by @soybeanjs [(a44ea)](https://github.com/soybeanjs/soybean-admin-antd/commit/a44ea624) + - update deps  -  by @soybeanjs [(7bc1d)](https://github.com/soybeanjs/soybean-admin-antd/commit/7bc1d987) + - update deps  -  by @soybeanjs [(207d6)](https://github.com/soybeanjs/soybean-admin-antd/commit/207d6eb6) + - update deps  -  by @soybeanjs [(f3562)](https://github.com/soybeanjs/soybean-admin-antd/commit/f35627e1) + - update deps  -  by @soybeanjs [(5e0c2)](https://github.com/soybeanjs/soybean-admin-antd/commit/5e0c288e) + - update deps  -  by @soybeanjs [(baefd)](https://github.com/soybeanjs/soybean-admin-antd/commit/baefdfd8) + - update deps  -  by @soybeanjs [(3453c)](https://github.com/soybeanjs/soybean-admin-antd/commit/3453c814) + - update deps  -  by @soybeanjs [(8dcda)](https://github.com/soybeanjs/soybean-admin-antd/commit/8dcda385) + - update deps  -  by @soybeanjs [(91de4)](https://github.com/soybeanjs/soybean-admin-antd/commit/91de4a8e) + - update deps  -  by @soybeanjs [(0c809)](https://github.com/soybeanjs/soybean-admin-antd/commit/0c809de6) + - update deps  -  by @soybeanjs [(0f15c)](https://github.com/soybeanjs/soybean-admin-antd/commit/0f15c335) +- **other**: + - correct spell mistake  -  by @orangelckc in https://github.com/soybeanjs/soybean-admin-antd/issues/460 [(086ba)](https://github.com/soybeanjs/soybean-admin-antd/commit/086bad47) + - correct spell mistake  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/462 [(f1850)](https://github.com/soybeanjs/soybean-admin-antd/commit/f1850416) + - correct spell mistake  -  by @soybeanjs [(308bf)](https://github.com/soybeanjs/soybean-admin-antd/commit/308bff69) +- **project**: + - delete src/locales/lang/zh-CN.ts  -  by @soybeanjs [(377db)](https://github.com/soybeanjs/soybean-admin-antd/commit/377db829) +- **projects**: + - 更新.cz-config  -  by **Soybean** [(b18c4)](https://github.com/soybeanjs/soybean-admin-antd/commit/b18c49e9) + - 更新eslint配置  -  by **Soybean** [(872bb)](https://github.com/soybeanjs/soybean-admin-antd/commit/872bb845) + - add github action  -  by **lixin** [(f355a)](https://github.com/soybeanjs/soybean-admin-antd/commit/f355a698) + - 修复issue模板格式问题  -  by **lixin59** [(d8bab)](https://github.com/soybeanjs/soybean-admin-antd/commit/d8baba58) + - remove useless packages, update lint-staged config, add githublogen  -  by **Soybean** [(5aaa3)](https://github.com/soybeanjs/soybean-admin-antd/commit/5aaa3181) + - add switch for pageRoute plugin [添加自动生成路由的插件的开关]  -  by **Soybean** [(780ac)](https://github.com/soybeanjs/soybean-admin-antd/commit/780ac75b) + - update deps and use soy lint-staged replace lint-staged  -  by **Soybean** [(9a238)](https://github.com/soybeanjs/soybean-admin-antd/commit/9a238174) + - remove bumpp & add release script  -  by **Soybean** [(a3dfe)](https://github.com/soybeanjs/soybean-admin-antd/commit/a3dfe61a) + - update @soybeanjs/cli and generate total changelog  -  by **Soybean** [(58591)](https://github.com/soybeanjs/soybean-admin-antd/commit/58591f66) + - update deps & update unocss deprecated api exclude  -  by **Soybean** [(0907d)](https://github.com/soybeanjs/soybean-admin-antd/commit/0907d38c) + - update deps & update package.json  -  by **Soybean** [(0b2f6)](https://github.com/soybeanjs/soybean-admin-antd/commit/0b2f68ac) + - add vite-plugin-vue-devtools  -  by **Soybean** [(c1bee)](https://github.com/soybeanjs/soybean-admin-antd/commit/c1bee404) + - update deps and fix swiper  -  by @soybeanjs [(9d105)](https://github.com/soybeanjs/soybean-admin-antd/commit/9d1051b0) + - update package.json  -  by @soybeanjs [(d7aea)](https://github.com/soybeanjs/soybean-admin-antd/commit/d7aea9d1) + - update deps & fix eslint code  -  by @soybeanjs [(08e0c)](https://github.com/soybeanjs/soybean-admin-antd/commit/08e0cf5a) + - update pnpm-lock.yaml  -  by @soybeanjs [(94644)](https://github.com/soybeanjs/soybean-admin-antd/commit/94644739) + - update VSCode setting  -  by @soybeanjs [(56c77)](https://github.com/soybeanjs/soybean-admin-antd/commit/56c770c4) + - correct the word spell  -  by @soybeanjs [(458e3)](https://github.com/soybeanjs/soybean-admin-antd/commit/458e387b) + - correct word spell & eslint fix code  -  by @soybeanjs [(cffc3)](https://github.com/soybeanjs/soybean-admin-antd/commit/cffc30af) + - When tab is switched, keep the page without refreshing  -  by @linjiangl [(83f25)](https://github.com/soybeanjs/soybean-admin-antd/commit/83f25144) + - rename project  -  by @soybeanjs [(5dfe9)](https://github.com/soybeanjs/soybean-admin-antd/commit/5dfe9688) + - update version and perf code  -  by @soybeanjs [(97035)](https://github.com/soybeanjs/soybean-admin-antd/commit/970352c7) + - fix pkg version  -  by @soybeanjs [(4b375)](https://github.com/soybeanjs/soybean-admin-antd/commit/4b37577d) + - add sourcemap  -  by @soybeanjs [(d25ed)](https://github.com/soybeanjs/soybean-admin-antd/commit/d25ed445) + - add pnpm-lock  -  by @soybeanjs [(0e4cb)](https://github.com/soybeanjs/soybean-admin-antd/commit/0e4cbd91) + - update deps and perf code  -  by @soybeanjs [(19c12)](https://github.com/soybeanjs/soybean-admin-antd/commit/19c1200b) + - update gitignore  -  by @soybeanjs [(910fe)](https://github.com/soybeanjs/soybean-admin-antd/commit/910fe4ec) + - update pnpm-lock  -  by @soybeanjs [(1d0b0)](https://github.com/soybeanjs/soybean-admin-antd/commit/1d0b0614) + - update vscode settings  -  by @soybeanjs [(c2b6a)](https://github.com/soybeanjs/soybean-admin-antd/commit/c2b6aa61) + - use eslint flat config  -  by @soybeanjs [(11adc)](https://github.com/soybeanjs/soybean-admin-antd/commit/11adc8c2) + - add config files  -  by @soybeanjs [(87aa0)](https://github.com/soybeanjs/soybean-admin-antd/commit/87aa0695) + - update deps & update @sa/scripts config  -  by @soybeanjs [(31f67)](https://github.com/soybeanjs/soybean-admin-antd/commit/31f676ae) + - use eslint flat config & update config  -  by @soybeanjs [(a176d)](https://github.com/soybeanjs/soybean-admin-antd/commit/a176dc44) + - update @sa/scripts  -  by @soybeanjs [(d7785)](https://github.com/soybeanjs/soybean-admin-antd/commit/d778560d) + - update pnpm version  -  by @soybeanjs [(47819)](https://github.com/soybeanjs/soybean-admin-antd/commit/478194dc) + - create LICENSE  -  by @soybeanjs [(853f5)](https://github.com/soybeanjs/soybean-admin-antd/commit/853f5c1e) + - update pnpm version  -  by @soybeanjs [(91121)](https://github.com/soybeanjs/soybean-admin-antd/commit/91121939) + - update pnpm version  -  by @soybeanjs [(55f76)](https://github.com/soybeanjs/soybean-admin-antd/commit/55f76385) + - update eslint config  -  by @soybeanjs [(5023f)](https://github.com/soybeanjs/soybean-admin-antd/commit/5023f371) + - update eslint config  -  by @soybeanjs [(7029b)](https://github.com/soybeanjs/soybean-admin-antd/commit/7029b499) + - lock deps version  -  by @soybeanjs [(8ff39)](https://github.com/soybeanjs/soybean-admin-antd/commit/8ff398f0) + - lock deps versions  -  by @soybeanjs [(a24f9)](https://github.com/soybeanjs/soybean-admin-antd/commit/a24f9631) + - remove @soybeanjs/cli  -  by @soybeanjs [(02c05)](https://github.com/soybeanjs/soybean-admin-antd/commit/02c05393) + - update pnpm version  -  by @soybeanjs [(ea02b)](https://github.com/soybeanjs/soybean-admin-antd/commit/ea02b237) + - update pnpm version  -  by @soybeanjs [(c6b00)](https://github.com/soybeanjs/soybean-admin-antd/commit/c6b00bb4) + - remove @simonwep/pickr  -  by @soybeanjs [(502a4)](https://github.com/soybeanjs/soybean-admin-antd/commit/502a4d2b) + - remove soybean.svg  -  by @soybeanjs [(4031f)](https://github.com/soybeanjs/soybean-admin-antd/commit/4031fafc) + - update mock api  -  by @soybeanjs [(c0079)](https://github.com/soybeanjs/soybean-admin-antd/commit/c0079357) + - update pnpm version  -  by @soybeanjs [(adec0)](https://github.com/soybeanjs/soybean-admin-antd/commit/adec0d75) + - update deps & fix keep-alive  -  by @soybeanjs [(13001)](https://github.com/soybeanjs/soybean-admin-antd/commit/13001bc8) + - update @elegant-router/vue, fix inject name in windows  -  by @soybeanjs [(0b56e)](https://github.com/soybeanjs/soybean-admin-antd/commit/0b56e44c) + - add dev and build command with service env  -  by @soybeanjs [(ebb15)](https://github.com/soybeanjs/soybean-admin-antd/commit/ebb15484) + - update deps & remove packages docs  -  by @soybeanjs [(57963)](https://github.com/soybeanjs/soybean-admin-antd/commit/579636b0) + - update pnpm-lock.yaml  -  by @soybeanjs [(147f6)](https://github.com/soybeanjs/soybean-admin-antd/commit/147f60d1) + - update repository url  -  by @soybeanjs [(806a1)](https://github.com/soybeanjs/soybean-admin-antd/commit/806a1cba) + - update deps & update pnpm version  -  by @soybeanjs [(9772a)](https://github.com/soybeanjs/soybean-admin-antd/commit/9772aec2) + - add unocss eslint config  -  by @soybeanjs [(40635)](https://github.com/soybeanjs/soybean-admin-antd/commit/4063529a) + - update launch.json  -  by @soybeanjs [(3db82)](https://github.com/soybeanjs/soybean-admin-antd/commit/3db82acb) + - update vscode extensions.json  -  by @soybeanjs [(4e29a)](https://github.com/soybeanjs/soybean-admin-antd/commit/4e29acaa) + - update pnpm version  -  by @soybeanjs [(7065f)](https://github.com/soybeanjs/soybean-admin-antd/commit/7065f6f0) + - update pnpm version  -  by @soybeanjs [(88f26)](https://github.com/soybeanjs/soybean-admin-antd/commit/88f26411) + - update repository url  -  by @soybeanjs [(f46ce)](https://github.com/soybeanjs/soybean-admin-antd/commit/f46ce2a0) + - update vscode config  -  by @soybeanjs [(bfaec)](https://github.com/soybeanjs/soybean-admin-antd/commit/bfaecce0) + - update component.d.ts  -  by @soybeanjs [(1bebf)](https://github.com/soybeanjs/soybean-admin-antd/commit/1bebf8b2) + - add unocss eslint config  -  by @soybeanjs [(6f004)](https://github.com/soybeanjs/soybean-admin-antd/commit/6f004ce6) + - update deps & fix eslint vue rule  -  by @soybeanjs [(8143b)](https://github.com/soybeanjs/soybean-admin-antd/commit/8143b006) + - update pnpm version  -  by @soybeanjs [(6ad51)](https://github.com/soybeanjs/soybean-admin-antd/commit/6ad51e94) + - add .gitattributes  -  by @soybeanjs [(c0009)](https://github.com/soybeanjs/soybean-admin-antd/commit/c0009203) + - update deps  -  by @soybeanjs [(4babb)](https://github.com/soybeanjs/soybean-admin-antd/commit/4babbe19) + - update pnpm version  -  by @soybeanjs [(9125c)](https://github.com/soybeanjs/soybean-admin-antd/commit/9125cc9b) + - disabled unocss eslint rule: order-attributify  -  by @soybeanjs [(1c72d)](https://github.com/soybeanjs/soybean-admin-antd/commit/1c72dc76) + - update .gitattributes  -  by @soybeanjs [(e5235)](https://github.com/soybeanjs/soybean-admin-antd/commit/e5235e06) + - update pnpm version  -  by @soybeanjs [(30c97)](https://github.com/soybeanjs/soybean-admin-antd/commit/30c97290) + - disabled unocss eslint rule: order-attributify  -  by @soybeanjs [(87838)](https://github.com/soybeanjs/soybean-admin-antd/commit/87838042) + - update pnpm-lock.yaml  -  by @soybeanjs [(8f5a6)](https://github.com/soybeanjs/soybean-admin-antd/commit/8f5a6b1f) + - update pnpm version  -  by @soybeanjs [(42e16)](https://github.com/soybeanjs/soybean-admin-antd/commit/42e16a01) + - update deps & update pnpm version & update eslint config  -  by @soybeanjs [(7392b)](https://github.com/soybeanjs/soybean-admin-antd/commit/7392bebf) + - lower vue version to 3.4.23  -  by @soybeanjs [(b5243)](https://github.com/soybeanjs/soybean-admin-antd/commit/b52432a7) + - update pnpm-lock.yaml  -  by @soybeanjs [(516f4)](https://github.com/soybeanjs/soybean-admin-antd/commit/516f46a4) + - update deps & update pnpm version  -  by @soybeanjs [(5260d)](https://github.com/soybeanjs/soybean-admin-antd/commit/5260d67c) + - use `engines` replace `packageManager`  -  by @soybeanjs [(dcd51)](https://github.com/soybeanjs/soybean-admin-antd/commit/dcd51f4c) + - update pnpm version requirement  -  by @soybeanjs [(19e65)](https://github.com/soybeanjs/soybean-admin-antd/commit/19e65c1a) + - update .npmrc  -  by @soybeanjs [(52188)](https://github.com/soybeanjs/soybean-admin-antd/commit/52188d88) + - update vscode settings  -  by @soybeanjs [(c137b)](https://github.com/soybeanjs/soybean-admin-antd/commit/c137b970) + - merge main to v1.1.0  -  by @soybeanjs [(ebe55)](https://github.com/soybeanjs/soybean-admin-antd/commit/ebe55af7) + - update deps & fix TS error  -  by @soybeanjs [(4ea9c)](https://github.com/soybeanjs/soybean-admin-antd/commit/4ea9c857) + - update eslint-config & fix code  -  by @soybeanjs [(68ea9)](https://github.com/soybeanjs/soybean-admin-antd/commit/68ea9746) + - update @elegant-router/vue & add error handle for resolve route. fixed #442  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/442 [(24ff8)](https://github.com/soybeanjs/soybean-admin-antd/commit/24ff8521) + - update vscode launch.json  -  by @soybeanjs [(4c1c7)](https://github.com/soybeanjs/soybean-admin-antd/commit/4c1c7e65) + - close http proxy  -  by @soybeanjs [(d08a3)](https://github.com/soybeanjs/soybean-admin-antd/commit/d08a3817) + - update mock url  -  by @soybeanjs [(e6086)](https://github.com/soybeanjs/soybean-admin-antd/commit/e6086f0f) + - update mock url  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/22 [(32c00)](https://github.com/soybeanjs/soybean-admin-antd/commit/32c006ae) + - update deps & add lock file  -  by @soybeanjs [(e1777)](https://github.com/soybeanjs/soybean-admin-antd/commit/e1777b45) + - update vscode settings  -  by @soybeanjs [(910df)](https://github.com/soybeanjs/soybean-admin-antd/commit/910dfca8) + - synchronize recent changes  -  by @mufeng889 in https://github.com/soybeanjs/soybean-admin-antd/issues/23 [(d5348)](https://github.com/soybeanjs/soybean-admin-antd/commit/d53487bd) + - update vscode settings: vue official  -  by @soybeanjs [(76649)](https://github.com/soybeanjs/soybean-admin-antd/commit/76649e2a) + - update eslint config  -  by @soybeanjs [(9c450)](https://github.com/soybeanjs/soybean-admin-antd/commit/9c450098) + - update .npmrc  -  by @soybeanjs [(5d15b)](https://github.com/soybeanjs/soybean-admin-antd/commit/5d15bdaf) + - update vscode settings  -  by @soybeanjs [(e77bd)](https://github.com/soybeanjs/soybean-admin-antd/commit/e77bda10) + - Fix deprecated configuration config  -  by @paynezhuang in https://github.com/soybeanjs/soybean-admin-antd/issues/524 [(0d20e)](https://github.com/soybeanjs/soybean-admin-antd/commit/0d20e4c9) + - Fix deprecated configuration config  -  by @soybeanjs [(5275b)](https://github.com/soybeanjs/soybean-admin-antd/commit/5275bb47) + - add script `czh`  -  by @soybeanjs [(02069)](https://github.com/soybeanjs/soybean-admin-antd/commit/0206969e) + - update deps & fix vue-router type  -  by @soybeanjs [(96837)](https://github.com/soybeanjs/soybean-admin-antd/commit/968370b1) + - use json5 resolve env `VITE_OTHER_SERVICE_BASE_URL` & fix proxy enable  -  by @soybeanjs [(b16a9)](https://github.com/soybeanjs/soybean-admin-antd/commit/b16a9632) + - add script czh  -  by @soybeanjs [(1e345)](https://github.com/soybeanjs/soybean-admin-antd/commit/1e345aaa) + - rename script czh to `commit:zh`  -  by @soybeanjs [(01d96)](https://github.com/soybeanjs/soybean-admin-antd/commit/01d962ac) + - use json5 resolve env VITE_OTHER_SERVICE_BASE_URL & fix proxy enable  -  by @soybeanjs [(f8b29)](https://github.com/soybeanjs/soybean-admin-antd/commit/f8b29c4b) + - update vscode extensions  -  by @soybeanjs [(24bb6)](https://github.com/soybeanjs/soybean-admin-antd/commit/24bb6d95) + - update deps & fix sass usage  -  by @soybeanjs [(71e63)](https://github.com/soybeanjs/soybean-admin-antd/commit/71e6307d) + - add desc for base url of app  -  by @soybeanjs [(17d7e)](https://github.com/soybeanjs/soybean-admin-antd/commit/17d7e522) + - update deps & fix vite config  -  by @soybeanjs [(3e0eb)](https://github.com/soybeanjs/soybean-admin-antd/commit/3e0eb720) + - update vscode extensions  -  by @soybeanjs [(39893)](https://github.com/soybeanjs/soybean-admin-antd/commit/39893488) + - update deps & fix vite config  -  by @soybeanjs [(3243d)](https://github.com/soybeanjs/soybean-admin-antd/commit/3243dd9f) + - add desc for base url of app  -  by @soybeanjs [(4966d)](https://github.com/soybeanjs/soybean-admin-antd/commit/4966ddce) +- **release**: + - 0.0.2  -  by **Soybean** [(e44f5)](https://github.com/soybeanjs/soybean-admin-antd/commit/e44f5d72) + - 0.0.3  -  by **Soybean** [(e1dac)](https://github.com/soybeanjs/soybean-admin-antd/commit/e1dacdbc) + - 0.0.4  -  by **Soybean** [(8b27f)](https://github.com/soybeanjs/soybean-admin-antd/commit/8b27fc8b) + - 0.0.5  -  by **Soybean** [(e53e7)](https://github.com/soybeanjs/soybean-admin-antd/commit/e53e7936) + - 0.1.1 精简版发布  -  by **Soybean** [(db3c2)](https://github.com/soybeanjs/soybean-admin-antd/commit/db3c25ea) + - 0.1.2  -  by **Soybean** [(db75c)](https://github.com/soybeanjs/soybean-admin-antd/commit/db75c914) + - 0.1.3  -  by **Soybean** [(32a7c)](https://github.com/soybeanjs/soybean-admin-antd/commit/32a7cc40) + - 0.9.1  -  by **Soybean** [(be374)](https://github.com/soybeanjs/soybean-admin-antd/commit/be374089) + - 0.9.2  -  by **Soybean** [(11407)](https://github.com/soybeanjs/soybean-admin-antd/commit/11407227) + - 0.9.3  -  by **Soybean** [(d0522)](https://github.com/soybeanjs/soybean-admin-antd/commit/d0522ce5) + - 0.9.4  -  by **Soybean** [(97c92)](https://github.com/soybeanjs/soybean-admin-antd/commit/97c92626) + - 0.9.5  -  by **Soybean** [(08d83)](https://github.com/soybeanjs/soybean-admin-antd/commit/08d83ecb) + - 0.9.6  -  by **Soybean** [(65c21)](https://github.com/soybeanjs/soybean-admin-antd/commit/65c21812) + - 0.9.8  -  by **Soybean** [(34ffd)](https://github.com/soybeanjs/soybean-admin-antd/commit/34ffd9c1) + - 0.9.9  -  by **Soybean** [(c0066)](https://github.com/soybeanjs/soybean-admin-antd/commit/c0066b22) +- **types**: + - remove type declaration for document.startViewTransition (TypeScript 5.6 includes it)  -  by @NHZEX in https://github.com/soybeanjs/soybean-admin-antd/issues/633 [(83ba7)](https://github.com/soybeanjs/soybean-admin-antd/commit/83ba7987) + - remove type declaration for document.startViewTransition (TypeScript 5.6 includes it)  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/44 [(e154f)](https://github.com/soybeanjs/soybean-admin-antd/commit/e154fe6c) + +###    🎨 Styles + +- **GlobalBreadcrumb**: + - 代码格式fix  -  by **Eric_Yuan** [(0243b)](https://github.com/soybeanjs/soybean-admin-antd/commit/0243b275) +- **components**: + - 格式规范  -  by **Soybean** [(d8d3c)](https://github.com/soybeanjs/soybean-admin-antd/commit/d8d3cc23) + - 代码优化  -  by **Soybean** [(1e2fd)](https://github.com/soybeanjs/soybean-admin-antd/commit/1e2fdda0) + - Uniform icon size for header  -  by @Azir-11 [(b37c1)](https://github.com/soybeanjs/soybean-admin-antd/commit/b37c1e94) +- **other**: + - modify the Chinese name of the grayscale mode  -  by **Azir** [(53770)](https://github.com/soybeanjs/soybean-admin-antd/commit/53770029) +- **projects**: + - 格式化代码  -  by **Soybean** [(d680e)](https://github.com/soybeanjs/soybean-admin-antd/commit/d680e7d9) + - 代码格式化  -  by **Soybean** [(2bc50)](https://github.com/soybeanjs/soybean-admin-antd/commit/2bc50009) + - 路由相关文件夹简化  -  by **Soybean** [(e5793)](https://github.com/soybeanjs/soybean-admin-antd/commit/e5793e1c) + - update prettier config  -  by **Soybean** [(df56a)](https://github.com/soybeanjs/soybean-admin-antd/commit/df56abe1) + - format yaml  -  by **Soybean** [(fb46d)](https://github.com/soybeanjs/soybean-admin-antd/commit/fb46d7ec) + - per style [完善样式]  -  by **Soybean** [(209ef)](https://github.com/soybeanjs/soybean-admin-antd/commit/209ef3d8) + - unify card border radius, 16px to 8px  -  by **Soybean** [(cbda4)](https://github.com/soybeanjs/soybean-admin-antd/commit/cbda4a38) + - update default theme color  -  by @soybeanjs [(43ac2)](https://github.com/soybeanjs/soybean-admin-antd/commit/43ac23f1) + - prettier format code  -  by @soybeanjs [(24cf1)](https://github.com/soybeanjs/soybean-admin-antd/commit/24cf1d92) + - fix menu style  -  by @soybeanjs [(d8b9b)](https://github.com/soybeanjs/soybean-admin-antd/commit/d8b9b942) + - perf layout card style  -  by @soybeanjs [(fc409)](https://github.com/soybeanjs/soybean-admin-antd/commit/fc409db0) + - format code  -  by @soybeanjs [(a7481)](https://github.com/soybeanjs/soybean-admin-antd/commit/a7481663) + - fix event style  -  by @soybeanjs [(e935f)](https://github.com/soybeanjs/soybean-admin-antd/commit/e935f77e) + - update theme mode segment height  -  by @soybeanjs [(4d846)](https://github.com/soybeanjs/soybean-admin-antd/commit/4d8469e2) + - fix tooltip zIndex of ButtonIcon  -  by @soybeanjs [(db747)](https://github.com/soybeanjs/soybean-admin-antd/commit/db747c4a) + - sort defineProps, defineEmits with TS type  -  by @soybeanjs [(123fd)](https://github.com/soybeanjs/soybean-admin-antd/commit/123fd4f9) + - unify button icon style. close #26  -  by @soybeanjs in https://github.com/soybeanjs/soybean-admin-antd/issues/26 [(ef60e)](https://github.com/soybeanjs/soybean-admin-antd/commit/ef60e2cb) + - fit table column width of checkbox  -  by @soybeanjs [(ebcfb)](https://github.com/soybeanjs/soybean-admin-antd/commit/ebcfbe1b) + - rename script czh to commit:zh  -  by @Azir-11 in https://github.com/soybeanjs/soybean-admin-antd/issues/597 [(5094f)](https://github.com/soybeanjs/soybean-admin-antd/commit/5094f0ee) + - reduce ambiguity in theme configuration instructions.  -  by @Azir-11 [(75cbf)](https://github.com/soybeanjs/soybean-admin-antd/commit/75cbfbbf) + - reduce ambiguity in theme configuration instructions.  -  by @Azir-11 [(cf4cc)](https://github.com/soybeanjs/soybean-admin-antd/commit/cf4ccad9) + +###    🤖 CI + +- add docker build  -  by **徐志强** [(af740)](https://github.com/soybeanjs/soybean-admin-antd/commit/af740461) +- change docker image name  -  by **徐志强** [(6fbde)](https://github.com/soybeanjs/soybean-admin-antd/commit/6fbde1eb) +- **projects**: + - add github actions config  -  by @soybeanjs [(4cb17)](https://github.com/soybeanjs/soybean-admin-antd/commit/4cb17c74) + - update release.yml  -  by @soybeanjs [(7b298)](https://github.com/soybeanjs/soybean-admin-antd/commit/7b298c67) + - add issue template  -  by @soybeanjs [(06e20)](https://github.com/soybeanjs/soybean-admin-antd/commit/06e204a7) + - add github config  -  by @soybeanjs [(fe15a)](https://github.com/soybeanjs/soybean-admin-antd/commit/fe15a9a2) + - add github issues template  -  by @soybeanjs [(b5027)](https://github.com/soybeanjs/soybean-admin-antd/commit/b5027c8f) + - update github issues template  -  by @soybeanjs [(ff1d5)](https://github.com/soybeanjs/soybean-admin-antd/commit/ff1d5046) + - add and update github issues template  -  by @soybeanjs [(a3619)](https://github.com/soybeanjs/soybean-admin-antd/commit/a361927f) + +###    ❤️ Contributors + +[![soybeanjs](https://github.com/soybeanjs.png?size=48)](https://github.com/soybeanjs)  [![Azir-11](https://github.com/Azir-11.png?size=48)](https://github.com/Azir-11)  [![wzc520pyfm](https://github.com/wzc520pyfm.png?size=48)](https://github.com/wzc520pyfm)  [![JOU-amjs](https://github.com/JOU-amjs.png?size=48)](https://github.com/JOU-amjs)  [![NHZEX](https://github.com/NHZEX.png?size=48)](https://github.com/NHZEX)  [![mufeng889](https://github.com/mufeng889.png?size=48)](https://github.com/mufeng889)  [![yanbowe](https://github.com/yanbowe.png?size=48)](https://github.com/yanbowe)  [![PZ-18664918826](https://github.com/PZ-18664918826.png?size=48)](https://github.com/PZ-18664918826)  [![paynezhuang](https://github.com/paynezhuang.png?size=48)](https://github.com/paynezhuang)  [![mmdapl](https://github.com/mmdapl.png?size=48)](https://github.com/mmdapl)  [![wynn-w](https://github.com/wynn-w.png?size=48)](https://github.com/wynn-w)  [![KickCashew](https://github.com/KickCashew.png?size=48)](https://github.com/KickCashew)  [![sigma-plus](https://github.com/sigma-plus.png?size=48)](https://github.com/sigma-plus)  [![m-xlsea](https://github.com/m-xlsea.png?size=48)](https://github.com/m-xlsea)  [![orangelckc](https://github.com/orangelckc.png?size=48)](https://github.com/orangelckc)  [![zyhnbyyds](https://github.com/zyhnbyyds.png?size=48)](https://github.com/zyhnbyyds)  [![smileluck](https://github.com/smileluck.png?size=48)](https://github.com/smileluck)  [![Particaly](https://github.com/Particaly.png?size=48)](https://github.com/Particaly)  [![linjiangl](https://github.com/linjiangl.png?size=48)](https://github.com/linjiangl)   +[一寸灰](mailto:webzhangfei@163.com), [Redon](mailto:790348264@qq.com), [Azir](mailto:2075125282@qq.com), [dodu2014](mailto:dodu@live.cn), [CHENZL](mailto:zlong5568863@qq.com), [JianJroh](mailto:rhjian@foxmail.com), [alleycharming](mailto:alleycharming@gmail.com), [燕博文](mailto:349952469@qq.com), [~li](mailto:miciili-02@outlook.com), [Kori](mailto:kexin@korix.top), [Ikko Eltociear Ashimine](mailto:eltociear@gmail.com), [lapislazulisch](mailto:108389666+lapislazulisch@users.noreply.github.com), [muzzyh](mailto:1430750200@qq.com), [liwei](mailto:liwei@e-agency-china.com), [Soybean](mailto:honghuangdc@gmail.com), [cc](mailto:cc@qq.com), [xiaojunnuo](mailto:xiaojunnuo@qq.com), [Kirk Lin](mailto:linkirk@163.com), [small_happy](mailto:5304122+small_happy@user.noreply.gitee.com), [guuuuo](mailto:1460412+guuuuo@users.noreply.github.com), [lixin59](mailto:1453287107@qq.com), [alue_mobile](mailto:hi.alue@qq.com), [HuangZheng](mailto:huangzheng@shu.edu.cn), [sunhao1256](mailto:lssh731105702@qq.com), [shabby2333](mailto:1308933842@qq.com), [zuihou](mailto:244387066@qq.com), [Wang Zheng](mailto:wz@sdu.edu.cn), [RockerHX](mailto:rockerhx@gmail.com), [Henry.Huang](mailto:hhglory@outlook.com), [徐志强](mailto:zhiqiang.xu@dolphindb.com), [xiaotao2018](mailto:37537969+xiaotao2018@users.noreply.github.com), [Soybean](mailto:2570172956@qq.com), [tanminglin](mailto:846518677@qq.com), [Grazing Wind](mailto:dxxzst@gmail.com), [Eric_Yuan](mailto:330365043@qq.com), [元家怿](mailto:jiayi.yuan@lkcoffee.com), [相思](mailto:admin@toolv.cn), [元家怿](mailto:jiayi.yuan@luckincoffee.com), [“Southliu”](mailto:1275093225@qq.com), [Soybean](mailto:49704545+honghuangdc@users.noreply.github.com), [毛博文](mailto:maobowen@bonc.com.cn), [pany](mailto:939630029@qq.com), [bundle](mailto:bundle.js@gmail.com), [Lsq128](mailto:924500075@qq.com), [Liushengqun](mailto:18232366809@163.com), [liujunzheng](mailto:liujunzheng@weihaizixun.com), [lingdu](mailto:waong2005@126.com) + ## [v1.3.9](https://github.com/soybeanjs/soybean-admin-antd/compare/v1.3.10...v1.3.9) (2024-11-17) ###    🚀 Features diff --git a/package.json b/package.json index 28f0ece..7d06a60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "soybean-admin-antd", "type": "module", - "version": "1.3.9", + "version": "1.3.10", "description": "A fresh and elegant admin template, based on Vue3,Vite3,TypeScript,AntDesign and UnoCSS.", "author": { "name": "Soybean", diff --git a/packages/axios/package.json b/packages/axios/package.json index e11c2ad..0864aee 100644 --- a/packages/axios/package.json +++ b/packages/axios/package.json @@ -1,6 +1,6 @@ { "name": "@sa/axios", - "version": "1.3.9", + "version": "1.3.10", "exports": { ".": "./src/index.ts" }, diff --git a/packages/color/package.json b/packages/color/package.json index a6ac842..6987184 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@sa/color", - "version": "1.3.9", + "version": "1.3.10", "exports": { ".": "./src/index.ts" }, diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 2645c02..1215917 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@sa/hooks", - "version": "1.3.9", + "version": "1.3.10", "exports": { ".": "./src/index.ts" }, diff --git a/packages/materials/package.json b/packages/materials/package.json index 79971fc..52ffeae 100644 --- a/packages/materials/package.json +++ b/packages/materials/package.json @@ -1,6 +1,6 @@ { "name": "@sa/materials", - "version": "1.3.9", + "version": "1.3.10", "exports": { ".": "./src/index.ts" }, diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json index dfd0332..f7fbb1b 100644 --- a/packages/ofetch/package.json +++ b/packages/ofetch/package.json @@ -1,6 +1,6 @@ { "name": "@sa/fetch", - "version": "1.3.9", + "version": "1.3.10", "exports": { ".": "./src/index.ts" }, diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 542d0b7..55fca6f 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@sa/scripts", - "version": "1.3.9", + "version": "1.3.10", "bin": { "sa": "./bin.ts" }, diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json index 9d4c6ed..80dca4a 100644 --- a/packages/uno-preset/package.json +++ b/packages/uno-preset/package.json @@ -1,6 +1,6 @@ { "name": "@sa/uno-preset", - "version": "1.3.9", + "version": "1.3.10", "exports": { ".": "./src/index.ts" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index c319ae4..13a681a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@sa/utils", - "version": "1.3.9", + "version": "1.3.10", "exports": { ".": "./src/index.ts" },