From cd51ae1f1b311bcbf9da41a2fcd7601415f8e112 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Fri, 12 Dec 2025 17:44:52 +0800 Subject: [PATCH] =?UTF-8?q?docs(web):=20=E5=B0=86config.js=E6=94=B9?= =?UTF-8?q?=E4=B8=BAconfig.js.example=E5=B9=B6=E6=9B=B4=E6=96=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将实际配置文件改为示例文件,避免敏感配置被提交 --- web/{config.js => config.js.example} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename web/{config.js => config.js.example} (100%) diff --git a/web/config.js b/web/config.js.example similarity index 100% rename from web/config.js rename to web/config.js.example