feat: weakup tweet
This commit is contained in:
@@ -79,6 +79,21 @@ class ViewTerminal extends ViewRecord
|
||||
])
|
||||
->collapsible(),
|
||||
|
||||
Infolists\Components\Section::make('语音唤醒')
|
||||
->schema([
|
||||
Infolists\Components\IconEntry::make('voice_wakeup_enabled')
|
||||
->label('语音唤醒')
|
||||
->boolean()
|
||||
->trueIcon('heroicon-o-check-circle')
|
||||
->falseIcon('heroicon-o-x-circle')
|
||||
->trueColor('success')
|
||||
->falseColor('danger'),
|
||||
Infolists\Components\TextEntry::make('voice_wakeup_word')
|
||||
->label('唤醒词')
|
||||
->placeholder('未设置'),
|
||||
])
|
||||
->columns(2),
|
||||
|
||||
Infolists\Components\Section::make('状态信息')
|
||||
->schema([
|
||||
Infolists\Components\IconEntry::make('is_online')
|
||||
|
||||
Reference in New Issue
Block a user