fix(ui): 修复 AppMenu 错误主题色 #10B981 → #22c55e (M-UI-05)

This commit is contained in:
alger
2026-03-15 15:13:21 +08:00
parent baabb0c273
commit 292706a821

View File

@@ -57,7 +57,7 @@ const props = defineProps({
},
selectColor: {
type: String,
default: '#10B981'
default: '#22c55e'
},
menus: {
type: Array as any,