feat: 支持 "在 b 站打开" 的快捷操作,一些细节优化 (#384)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-07-10 01:46:34 +08:00
committed by GitHub
parent 486dab5355
commit 655b4389b7
9 changed files with 66 additions and 22 deletions

View File

@@ -55,6 +55,7 @@ pub struct VideoSource {
#[sea_orm(entity = "video::Entity")]
pub struct VideoInfo {
pub id: i32,
pub bvid: String,
pub name: String,
pub upper_name: String,
#[serde(serialize_with = "serde_video_download_status")]