diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f3f20c6..ec1b71b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog
+## [v1.3.3](https://github.com/honghuangdc/soybean-admin/compare/v1.3.2...v1.3.3) (2024-07-30)
+
+### 🐞 Bug Fixes
+
+- **projects**: fix watermark settings - by @honghuangdc [(5646a)](https://github.com/honghuangdc/soybean-admin/commit/5646a50)
+
+### 📖 Documentation
+
+- **projects**: update CHANGELOG - by @honghuangdc [(ebc83)](https://github.com/honghuangdc/soybean-admin/commit/ebc838c)
+
+### ❤️ Contributors
+
+[](https://github.com/honghuangdc)
+
## [v1.3.2](https://github.com/honghuangdc/soybean-admin/compare/v1.3.1...v1.3.2) (2024-07-30)
### 🚀 Features
diff --git a/CHANGELOG.zh_CN.md b/CHANGELOG.zh_CN.md
index 55f66d45..028d6bdc 100644
--- a/CHANGELOG.zh_CN.md
+++ b/CHANGELOG.zh_CN.md
@@ -1,5 +1,39 @@
# 更新日志
+## [v1.3.2](https://github.com/honghuangdc/soybean-admin/compare/v1.3.1...v1.3.2) (2024-07-30)
+
+### 🚀 新功能
+
+- **项目**:
+ - 添加颜色渐变模式。关闭 #567 - 由 @Azir-11 在 https://github.com/honghuangdc/soybean-admin/issues/569 和 https://github.com/honghuangdc/soybean-admin/issues/567 [(4dde4)](https://github.com/honghuangdc/soybean-admin/commit/4dde4c2)
+ - 添加全屏水印。关闭 #571 - 由 @paynezhuang 在 https://github.com/honghuangdc/soybean-admin/issues/573 和 https://github.com/honghuangdc/soybean-admin/issues/571 [(ea8aa)](https://github.com/honghuangdc/soybean-admin/commit/ea8aa6c)
+
+### 🐞 Bug 修复
+
+- **项目**: 修复 vertical-mix 菜单选中问题 - 由 @honghuangdc [(59f07)](https://github.com/honghuangdc/soybean-admin/commit/59f07d8)
+
+### 🛠 优化
+
+- **项目**:
+ - 添加类型 WatermarkProps - 由 @honghuangdc [(f26d0)](https://github.com/honghuangdc/soybean-admin/commit/f26d0a6)
+ - 移除 home NAlert 可关闭 - 由 @honghuangdc [(98b75)](https://github.com/honghuangdc/soybean-admin/commit/98b75c2)
+ - 优化响应代码比较 - 由 @honghuangdc [(cf67d)](https://github.com/honghuangdc/soybean-admin/commit/cf67d55)
+- **类型**:
+ - 移除无用类型。 - 由 **Azir** [(eed61)](https://github.com/honghuangdc/soybean-admin/commit/eed617f)
+
+### 📖 文档
+
+- **项目**: 更新更新日志 - 由 @honghuangdc [(d3759)](https://github.com/honghuangdc/soybean-admin/commit/d37591d)
+
+### 🏡 杂项
+
+- **依赖**: 更新依赖 - 由 @honghuangdc [(993e9)](https://github.com/honghuangdc/soybean-admin/commit/993e9ca)
+
+### ❤️ 贡献者
+
+[](https://github.com/honghuangdc) [](https://github.com/paynezhuang) [](https://github.com/Azir-11)
+[Azir](mailto:2075125282@qq.com),
+
## [v1.3.1](https://github.com/honghuangdc/soybean-admin/compare/v1.3.0...v1.3.1) (2024-07-22)
### 🐞 Bug 修复
diff --git a/package.json b/package.json
index a4d4cd92..23808176 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "soybean-admin",
"type": "module",
- "version": "1.3.2",
+ "version": "1.3.3",
"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 8369b302..08af38cd 100644
--- a/packages/axios/package.json
+++ b/packages/axios/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/axios",
- "version": "1.3.2",
+ "version": "1.3.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/color/package.json b/packages/color/package.json
index 86f98e82..d86bfb70 100644
--- a/packages/color/package.json
+++ b/packages/color/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/color",
- "version": "1.3.2",
+ "version": "1.3.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/hooks/package.json b/packages/hooks/package.json
index a0da898f..e2bc2788 100644
--- a/packages/hooks/package.json
+++ b/packages/hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/hooks",
- "version": "1.3.2",
+ "version": "1.3.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/materials/package.json b/packages/materials/package.json
index 4174228c..db9c173c 100644
--- a/packages/materials/package.json
+++ b/packages/materials/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/materials",
- "version": "1.3.2",
+ "version": "1.3.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/ofetch/package.json b/packages/ofetch/package.json
index dae1ed5e..0cbfa3f1 100644
--- a/packages/ofetch/package.json
+++ b/packages/ofetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/fetch",
- "version": "1.3.2",
+ "version": "1.3.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/scripts/package.json b/packages/scripts/package.json
index 0860ba7b..fe3a0ed1 100644
--- a/packages/scripts/package.json
+++ b/packages/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/scripts",
- "version": "1.3.2",
+ "version": "1.3.3",
"bin": {
"sa": "./bin.ts"
},
diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json
index c0569bc3..1a92c971 100644
--- a/packages/uno-preset/package.json
+++ b/packages/uno-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/uno-preset",
- "version": "1.3.2",
+ "version": "1.3.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 8e367322..ba811940 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@sa/utils",
- "version": "1.3.2",
+ "version": "1.3.3",
"exports": {
".": "./src/index.ts"
},
diff --git a/src/App.vue b/src/App.vue
index e617af50..cd1b555a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -25,7 +25,7 @@ const naiveDateLocale = computed(() => {
const watermarkProps = computed(() => {
return {
- content: themeStore.watermark.text,
+ content: themeStore.watermark?.text || 'SoybeanAdmin',
cross: true,
fullscreen: true,
fontSize: 16,
@@ -50,7 +50,7 @@ const watermarkProps = computed(() => {
>
-
+
diff --git a/src/layouts/modules/theme-drawer/modules/page-fun.vue b/src/layouts/modules/theme-drawer/modules/page-fun.vue
index 4595c8a5..b6af0ab2 100644
--- a/src/layouts/modules/theme-drawer/modules/page-fun.vue
+++ b/src/layouts/modules/theme-drawer/modules/page-fun.vue
@@ -101,10 +101,10 @@ const isWrapperScrollMode = computed(() => themeStore.layout.scrollMode === 'wra
>
-
+
-
+