From 6d4f69eb1f9be50281a71be9a1b7e30b87266fb2 Mon Sep 17 00:00:00 2001 From: jdysya <1912377458@qq.com> Date: Sat, 15 Feb 2025 18:20:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20404=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=B9=B6=E8=B0=83=E6=95=B4=E8=B5=84=E6=BA=90=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 404 页面的标题和描述 - 调整页面中的资源链接地址 - 移除 gateway/static 目录 - 添加 .idea 目录到 .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 492d1d0..0805785 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,7 @@ node_modules/ doc/src/.vuepress/.cache/ doc/src/.vuepress/.temp/ doc/src/.vuepress/dist/ +gateway/static/ .DS_Store *.db +.idea/