fix(tts): fixed listener of tts events (#2349)
Some checks are pending
Deploy to vercel on merge / build_and_deploy (push) Waiting to run

This commit is contained in:
Huang Xin 2025-10-29 01:36:57 +08:00 committed by GitHub
parent dd5371d2fd
commit 78e61060d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 351 additions and 33 deletions

View file

@ -19,6 +19,8 @@ const COMMANDS: &[&str] = &[
"set_screen_brightness",
"get_external_sdcard_path",
"request_manage_storage_permission",
"check_permissions",
"request_permissions",
"checkPermissions",
"requestPermissions",
];