From 989e18fab891ac27a35df92d9fa067b2e09fd1d3 Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 23 Mar 2026 15:18:28 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20index.html=20?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E8=B7=AF=E5=BE=84=EF=BC=8C=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E5=88=B0=E6=A0=B9=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/manifest.json => manifest.json | 0 src/pages.json => pages.json | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/manifest.json => manifest.json (100%) rename src/pages.json => pages.json (100%) diff --git a/index.html b/index.html index d4d43b1..bcfc4c3 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,6 @@
- + diff --git a/src/manifest.json b/manifest.json similarity index 100% rename from src/manifest.json rename to manifest.json diff --git a/src/pages.json b/pages.json similarity index 100% rename from src/pages.json rename to pages.json