feat: 搭起下载流程的框架,待填充具体下载过程

This commit is contained in:
amtoaer
2024-03-29 00:30:09 +08:00
parent 855ef5e0f2
commit 40ad37befc
5 changed files with 218 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ pub struct Model {
pub path: String,
pub image: String,
pub valid: bool,
pub download_status: i32,
pub download_status: u32,
pub created_at: String,
}