1、logo替换
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-24 11:21:50 +08:00
parent 15ccb7f0b9
commit 85e021b5ac
7 changed files with 26 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
import { defineOverridesPreferences } from '@vben/preferences';
import logo from '../src/assets/logo.png'
/**
* @description 项目配置文件
* 只需要覆盖项目中的一部分配置,不需要的配置不用覆盖,会自动使用默认配置
@@ -62,8 +62,8 @@ export const overridesPreferences = defineOverridesPreferences({
*
* !!! 更改配置后请清空浏览器缓存
*/
// logo: {
// enable: true,
// source: '',
// },
logo: {
enable: true,
source: logo,
},
});