mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
update tag translation now can run as a normal task
This commit is contained in:
@@ -2,6 +2,7 @@ import type { Task } from "../task.ts";
|
||||
import type { TaskEventData } from "../task_manager.ts";
|
||||
import type { DownloadConfig } from "../tasks/download.ts";
|
||||
import type { ExportZipConfig } from "../tasks/export_zip.ts";
|
||||
import type { UpdateTagTranslationConfig } from "../tasks/update_tag_translation.ts";
|
||||
import type { DiscriminatedUnion } from "../utils.ts";
|
||||
|
||||
export type TaskServerSocketData =
|
||||
@@ -22,6 +23,7 @@ type EventMap = {
|
||||
cfg?: DownloadConfig;
|
||||
};
|
||||
new_export_zip_task: { gid: number | bigint; cfg?: ExportZipConfig };
|
||||
new_update_tag_translation_task: { cfg?: UpdateTagTranslationConfig };
|
||||
};
|
||||
|
||||
export type TaskClientSocketData =
|
||||
|
||||
Reference in New Issue
Block a user