feat: complete plugin installation dialog

This commit is contained in:
Junyan Qin
2025-05-09 14:58:17 +08:00
parent 9cb4f58dd0
commit 6632d365c5
5 changed files with 123 additions and 63 deletions
-4
View File
@@ -168,10 +168,6 @@ export interface ApiRespAsyncTasks {
tasks: AsyncTask[];
}
export interface ApiRespAsyncTask {
task: AsyncTask;
}
export interface AsyncTaskRuntimeInfo {
done: boolean;
exception?: string;