feat: supports download subtitle

This commit is contained in:
Gabe
2025-11-10 00:21:07 +08:00
parent 7e6376fcb7
commit 3f524ad674
11 changed files with 650 additions and 204 deletions

View File

@@ -33,3 +33,6 @@ export const EVENT_KISS = "event_kiss_translate";
export const MSG_XHR_DATA_YOUTUBE = "KISS_XHR_DATA_YOUTUBE";
// export const MSG_GLOBAL_VAR_FETCH = "KISS_GLOBAL_VAR_FETCH";
// export const MSG_GLOBAL_VAR_BACK = "KISS_GLOBAL_VAR_BACK";
export const MSG_MENUS_PROGRESSED = "progressed"
export const MSG_MENUS_UPDATEFORM = "updateFormData"