From 79d71cd916191091316e68b8109406a7a2fa74cc Mon Sep 17 00:00:00 2001 From: Tenko Date: Mon, 1 Apr 2024 22:45:06 +0900 Subject: [PATCH] =?UTF-8?q?=E5=B9=B2=E5=91=98=E6=8A=80=E8=83=BD=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=B5=84=E6=BA=90=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/operator/parse_operator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/operator/parse_operator.go b/src/plugins/operator/parse_operator.go index f424c38..60d05bb 100644 --- a/src/plugins/operator/parse_operator.go +++ b/src/plugins/operator/parse_operator.go @@ -172,7 +172,7 @@ func ParseOperator(name string) Operator { selection.Find("tr").Eq(0).Find("td").Each(func(k int, selection *goquery.Selection) { if k == 0 { icon, _ := selection.Children().Children().Children().Attr("data-src") - skill.Icon = "https://prts.wiki" + icon + skill.Icon = icon } if k == 1 { skill.Name = strings.ReplaceAll(selection.Text(), "\n", "")