From 4deee00bcbb3f14e70bd6c657e4513f81c566b5f Mon Sep 17 00:00:00 2001 From: MangoFanFanw Date: Mon, 25 May 2026 23:11:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=B0=86=20openapi.json=20=E7=A7=BB?= =?UTF-8?q?=E5=87=BA=E7=89=88=E6=9C=AC=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 作为文档构建所需的生成文件(而非运行时所需),可以放心交由构建步骤生成。 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 813f774..67d07e9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ wheels/ # VitePress docs/.vitepress/dist docs/.vitepress/cache +docs/.vitepress/theme/openapi.json node_modules/