From 7cee45915f4511ee7568345835965015084a52bd Mon Sep 17 00:00:00 2001 From: Shua-github Date: Sun, 29 Dec 2024 21:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E8=AF=AD=E8=A8=80=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=BA=E4=B8=AD=E6=96=87=EF=BC=8C=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=9B=BE=E6=A0=87=E8=B7=AF=E5=BE=84=E5=B9=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=90=AF=E5=8A=A8URL=EF=BC=8C=E7=A7=BB=E9=99=A4SSFang?= =?UTF-8?q?TangTi=E5=AD=97=E4=BD=93=E5=BC=95=E7=94=A8=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0Inter=E5=AD=97=E4=BD=93=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- public/site.webmanifest | 4 ++-- src/index.css | 5 ----- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/public/index.html b/public/index.html index 43988dc..2bcd99b 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/public/site.webmanifest b/public/site.webmanifest index 5167cd4..21b4270 100644 --- a/public/site.webmanifest +++ b/public/site.webmanifest @@ -22,9 +22,9 @@ "background_color": "#eeeeee", "display": "standalone", "description": "Make your own Arcaea stickers!", - "start_url": "https://arcst.yurisaki.top/", + "start_url": "https://shua-github.github.io/arcaea-stickers-zh/", "dir": "ltr", - "lang": "en", + "lang": "zh", "orientation": "portrait", "categories": [ "entertainment", diff --git a/src/index.css b/src/index.css index 119a52c..fc8074d 100644 --- a/src/index.css +++ b/src/index.css @@ -9,11 +9,6 @@ body { src: local('YurukaStd'), url(./fonts/YurukaStd.woff2) format('woff2'); } -@font-face { - font-family: 'SSFangTangTi'; - src: local('SSFangTangTi'), url(./fonts/ShangShouFangTangTi.woff2) format('woff2'); -} - @font-face { font-family: 'Inter'; src: local('Inter'), url(./fonts/Inter.woff2) format('woff2');