diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2544fa9..870cb7b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,28 @@
# Changelog
+## [v1.3.1](https://github.com/honghuangdc/soybean-admin/compare/v1.3.0...v1.3.1) (2024-07-22)
+
+### 🐞 Bug Fixes
+
+- **projects**:
+ - fix the issue of abnormal width of the sidebar in the top menu mix and reverse mode - by @Azir-11 in https://github.com/honghuangdc/soybean-admin/issues/562 [(c4695)](https://github.com/honghuangdc/soybean-admin/commit/c469512)
+ - fix HorizontalMixMenu inverted. fixed #563 - by @honghuangdc in https://github.com/honghuangdc/soybean-admin/issues/563 [(4e55b)](https://github.com/honghuangdc/soybean-admin/commit/4e55b0e)
+ - fix vertical-menu will not render when the layout is from mobile - by @honghuangdc [(84027)](https://github.com/honghuangdc/soybean-admin/commit/8402734)
+
+### 📖 Documentation
+
+- **projects**: update CHANGELOG - by @honghuangdc [(613c8)](https://github.com/honghuangdc/soybean-admin/commit/613c836)
+
+### 🎨 Styles
+
+- **other**: modify the Chinese name of the grayscale mode - by **Azir** [(53770)](https://github.com/honghuangdc/soybean-admin/commit/5377002)
+
+### ❤️ Contributors
+
+[](https://github.com/honghuangdc) [](https://github.com/Azir-11)
+[Azir](mailto:2075125282@qq.com),
+
## [v1.3.0](https://github.com/soybeanjs/soybean-admin/compare/v1.2.8...v1.3.0) (2024-07-22)
### 🚨 Breaking Changes
diff --git a/package.json b/package.json
index 4d0707a9..ad578836 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "soybean-admin",
"type": "module",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
"author": {
"name": "Soybean",
diff --git a/packages/axios/package.json b/packages/axios/package.json
index ccc1bbd6..2a87e04c 100644
--- a/packages/axios/package.json
+++ b/packages/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
- "version": "1.3.0",
+ "version": "1.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/color/package.json b/packages/color/package.json
index 77c28c4a..9e6a5edf 100644
--- a/packages/color/package.json
+++ b/packages/color/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
- "version": "1.3.0",
+ "version": "1.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/hooks/package.json b/packages/hooks/package.json
index ec68a9cd..ed047710 100644
--- a/packages/hooks/package.json
+++ b/packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
- "version": "1.3.0",
+ "version": "1.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/materials/package.json b/packages/materials/package.json
index 2bb83d37..e478c01d 100644
--- a/packages/materials/package.json
+++ b/packages/materials/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
- "version": "1.3.0",
+ "version": "1.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json
index 59dda211..f353d94e 100644
--- a/packages/ofetch/package.json
+++ b/packages/ofetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
- "version": "1.3.0",
+ "version": "1.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index a1a8c87c..94d1ff56 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
- "version": "1.3.0",
+ "version": "1.3.1",
"bin": {
"sa": "./bin.ts"
},
diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json
index ee6ffbed..78fe0e6c 100644
--- a/packages/uno-preset/package.json
+++ b/packages/uno-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/uno-preset",
- "version": "1.3.0",
+ "version": "1.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 86b241d6..09530aaa 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
- "version": "1.3.0",
+ "version": "1.3.1",
"exports": {
".": "./src/index.ts"
},
diff --git a/src/layouts/modules/global-menu/index.vue b/src/layouts/modules/global-menu/index.vue
index e828fe9c..45434d92 100644
--- a/src/layouts/modules/global-menu/index.vue
+++ b/src/layouts/modules/global-menu/index.vue
@@ -1,6 +1,7 @@
-
+
diff --git a/src/layouts/modules/global-menu/modules/horizontal-mix-menu.vue b/src/layouts/modules/global-menu/modules/horizontal-mix-menu.vue
index 83391670..66baa6cf 100644
--- a/src/layouts/modules/global-menu/modules/horizontal-mix-menu.vue
+++ b/src/layouts/modules/global-menu/modules/horizontal-mix-menu.vue
@@ -18,8 +18,6 @@ const themeStore = useThemeStore();
const { allMenus, childLevelMenus, activeFirstLevelMenuKey, setActiveFirstLevelMenuKey } = useMixMenuContext();
const { routerPushByKeyWithMetaQuery } = useRouterPush();
-const inverted = computed(() => !themeStore.darkMode && themeStore.sider.inverted);
-
const selectedKey = computed(() => {
const { hideInMenu, activeMenu } = route.meta;
const name = route.name as string;
@@ -53,7 +51,6 @@ function handleSelectMixMenu(menu: App.Global.Menu) {
!themeStore.darkMode && themeStore.sider.inverted);
-
const selectedKey = computed(() => {
const { hideInMenu, activeMenu } = route.meta;
const name = route.name as string;
@@ -86,7 +84,6 @@ watch(
:collapsed-width="themeStore.sider.collapsedWidth"
:collapsed-icon-size="22"
:options="childLevelMenus"
- :inverted="inverted"
:indent="18"
@update:value="routerPushByKeyWithMetaQuery"
/>
diff --git a/src/locales/langs/zh-cn.ts b/src/locales/langs/zh-cn.ts
index c2950764..45920815 100644
--- a/src/locales/langs/zh-cn.ts
+++ b/src/locales/langs/zh-cn.ts
@@ -64,7 +64,7 @@ const local: App.I18n.Schema = {
dark: '暗黑模式',
auto: '跟随系统'
},
- grayscale: '灰度模式',
+ grayscale: '灰色模式',
layoutMode: {
title: '布局模式',
vertical: '左侧菜单模式',