chore: 平台logo修改
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user