speech_status.dart 88 B

12345
  1. enum SpeechStatus {
  2. idle, // 空闲
  3. speaking, // 说话中
  4. thinking // 等待中
  5. }