From 5695dd327775d7981f1e6da2fd1a4debb2631796 Mon Sep 17 00:00:00 2001 From: SlyAimer <2289782085@qq.com> Date: Thu, 16 Jan 2025 17:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- src/image/config/{image.yaml => exaple.image.yaml} | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename src/image/config/{image.yaml => exaple.image.yaml} (100%) diff --git a/.gitignore b/.gitignore index 660f8de..a8760f7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ node_modules .idea chat_bot.db cloud_music_cookies.cookie -/src/music/qrcode.png \ No newline at end of file +/src/music/qrcode.png +/src/image/config/image.yaml \ No newline at end of file diff --git a/src/image/config/image.yaml b/src/image/config/exaple.image.yaml similarity index 100% rename from src/image/config/image.yaml rename to src/image/config/exaple.image.yaml