🔥 删除Torrent_address字段

This commit is contained in:
柚子
2025-03-07 18:46:03 +08:00
parent 2831903560
commit dfa3e4e06e
2 changed files with 0 additions and 3 deletions

View File

@@ -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")]

View File

@@ -25,7 +25,6 @@ export interface AppDetail {
Category: string;
Version: string;
Filename: string;
Torrent_address: string;
Author: string;
Contributor: string;
Website: string;