mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
feat: SSH page background (#775)
This commit is contained in:
@@ -230,6 +230,9 @@ class SettingStore extends HiveStore {
|
||||
|
||||
/// ssh page
|
||||
late final sshWakeLock = propertyDefault('sshWakeLock', true);
|
||||
late final sshBgImage = propertyDefault('sshBgImage', '');
|
||||
late final sshBgOpacity = propertyDefault('sshBgOpacity', 0.3);
|
||||
late final sshBlurRadius = propertyDefault('sshBlurRadius', 0.0);
|
||||
|
||||
/// fmt: https://example.com/{DIST}-{BRIGHT}.png
|
||||
late final serverLogoUrl = propertyDefault('serverLogoUrl', '');
|
||||
|
||||
Reference in New Issue
Block a user