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