chore: 平台logo修改

This commit is contained in:
lzh
2025-12-23 10:35:09 +08:00
parent d73325b404
commit 2dc7246d8f
4 changed files with 10 additions and 3 deletions

View File

@@ -22,6 +22,12 @@ export const overridesPreferences = defineOverridesPreferences({
companyName: import.meta.env.VITE_APP_TITLE,
companySiteLink: 'https://www.vs-cushwake.com/',
},
logo: {
/** Logo 图片地址 */
source: '/logo.svg',
/** Logo 图片适应方式 */
fit: 'contain',
},
theme: {
/** 主题模式:'light' 为浅色模式,'dark' 为深色模式,'auto' 为跟随系统 */
mode: 'light',