From 8c695c96d73fc23111c6d5f7f4c49c35b58eace7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Tue, 31 Jan 2023 18:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E7=BB=93?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/warframeapi/world.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/warframeapi/world.go b/plugin/warframeapi/world.go index f7280040..9734477f 100644 --- a/plugin/warframeapi/world.go +++ b/plugin/warframeapi/world.go @@ -15,7 +15,6 @@ type timezone struct { Name string `json:"name"` // 时间名称 NextTime time.Time `json:"time"` // 下次更新时间 IsDay bool `json:"status"` // 状态 - hasSync bool `json:"-"` // 是否已同步 DayDesc string `json:"true_des"` // 状态说明 NightDesc string `json:"false_des"` // 状态说明 DayLen int `json:"day"` // 白天时长