refactor: 重构部分代码,调整函数位置 (#154)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2024-07-25 00:05:29 +08:00
committed by GitHub
parent 75de39dfbb
commit 29bfc2efce
8 changed files with 358 additions and 378 deletions

View File

@@ -1,5 +1,5 @@
use sea_orm::ActiveValue::NotSet;
use sea_orm::{IntoActiveModel, Set};
use sea_orm::ActiveValue::{NotSet, Set};
use sea_orm::IntoActiveModel;
use serde_json::json;
use crate::bilibili::VideoInfo;