mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 02:50:52 +08:00
feat: update plugin/config api
This commit is contained in:
@@ -35,7 +35,8 @@ class PluginConfigService
|
||||
'label' => $item['label'] ?? '',
|
||||
'placeholder' => $item['placeholder'] ?? '',
|
||||
'description' => $item['description'] ?? '',
|
||||
'value' => $dbConfig[$key] ?? $item['default']
|
||||
'value' => $dbConfig[$key] ?? $item['default'],
|
||||
'options' => $item['options'] ?? []
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user