🔥 删除Torrent_address字段
This commit is contained in:
@@ -36,8 +36,6 @@ pub struct AppDetail {
|
||||
pub version: String,
|
||||
#[serde(rename = "Filename")]
|
||||
pub filename: String,
|
||||
#[serde(rename = "Torrent_address")]
|
||||
pub torrent_address: String,
|
||||
#[serde(rename = "Author")]
|
||||
pub author: String,
|
||||
#[serde(rename = "Contributor")]
|
||||
|
||||
@@ -25,7 +25,6 @@ export interface AppDetail {
|
||||
Category: string;
|
||||
Version: string;
|
||||
Filename: string;
|
||||
Torrent_address: string;
|
||||
Author: string;
|
||||
Contributor: string;
|
||||
Website: string;
|
||||
|
||||
Reference in New Issue
Block a user