chore: 更换logo的说明

This commit is contained in:
dap 2024-11-20 13:55:19 +08:00
parent ab988cf82e
commit 41093a39b0

View File

@ -47,4 +47,18 @@ export const overridesPreferences = defineOverridesPreferences({
*/
semiDarkSidebar: false,
},
/**
* !!!
* logo
* source可选值
* 1. public目录下的图片 / /logo.png
* 2.
* 3. vite导入的图片 import xxx from 'xxx.png'
*
* !!!
*/
// logo: {
// enable: true,
// source: '',
// },
});