chore: collapse token panel by default

This commit is contained in:
JOJO 2025-11-18 23:03:08 +08:00
parent 49d2a7b915
commit cf4d34e7ac

View File

@ -195,7 +195,7 @@ async function bootstrapApp() {
},
// Token面板折叠状态
tokenPanelCollapsed: false,
tokenPanelCollapsed: true,
// 对话压缩状态
compressing: false,