mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
code refactor
This commit is contained in:
+10
-2
@@ -16,11 +16,19 @@ export default {
|
||||
name: 'lab',
|
||||
id: 'net.mayswind.lab',
|
||||
theme: 'ios',
|
||||
autoDarkTheme: self.$settings.isEnableAutoDarkMode(),
|
||||
routes: routes,
|
||||
sheet: {
|
||||
backdrop: true,
|
||||
closeOnEscape: true
|
||||
},
|
||||
popup: {
|
||||
swipeToClose: true,
|
||||
closeOnEscape: true
|
||||
},
|
||||
view: {
|
||||
animate : self.$settings.isEnableAnimate()
|
||||
},
|
||||
autoDarkTheme: self.$settings.isEnableAutoDarkMode()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user