Add support to import zip file

This commit is contained in:
2024-06-10 18:10:33 +08:00
parent 1d412fd306
commit d3c379632f
6 changed files with 462 additions and 171 deletions

View File

@@ -9,4 +9,5 @@ export type StatusData = {
};
no_user: boolean;
is_docker: boolean;
libzip_enabled: boolean;
};