refactor: 侧边栏默认宽度

This commit is contained in:
caiyuchao
2025-07-09 14:59:20 +08:00
parent 8dea248137
commit a81e4a3496

View File

@@ -32,4 +32,7 @@ export const overridesPreferences = defineOverridesPreferences({
companySiteLink: 'https://www.agrandtech.com.cn',
date: '2025',
},
sidebar: {
width: 200,
},
});