feat: weakup tweet

This commit is contained in:
2026-03-16 16:17:44 +08:00
parent 8d30a0419d
commit 81a22a2b54
6 changed files with 42 additions and 0 deletions

View File

@@ -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')