From 06a834955dc0df5dbd2f1e63099a9e2ffa0fdb66 Mon Sep 17 00:00:00 2001 From: knowen <1369727119@qq.com> Date: Wed, 18 Mar 2026 17:08:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E7=9B=AE=E5=BD=95=E4=B8=BA=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E7=9B=B8=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo.js b/src/demo.js index 9ba8d9c..c101937 100644 --- a/src/demo.js +++ b/src/demo.js @@ -161,7 +161,7 @@ async function main() { const buffer = Buffer.from(base64Data, 'base64'); // 保存到 ~/gemini-skill-output/ - const outputDir = join(homedir(), 'gemini-skill-output'); + const outputDir = './gemini-image'; if (!existsSync(outputDir)) { mkdirSync(outputDir, { recursive: true }); }