From a18b5923bf584c2ce715b88031a580b1e65b7713 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 15 Jun 2025 09:36:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3=E4=B8=BB=E6=95=B8?= =?UTF-8?q?=E6=93=9A=E7=9B=AE=E9=8C=84=E5=90=8D=E7=A8=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.ts b/server/config.ts index 0aa23c0..8c47b8e 100644 --- a/server/config.ts +++ b/server/config.ts @@ -6,7 +6,7 @@ export default class Config { io.mkdirs(Config.dirs[key]) } } - static BASE_DIR = 'whitesilk' + static BASE_DIR = 'whitesilk_data' static dirs : { [key: string]: string } = { WEB_PAGE_DIR: this.BASE_DIR + '/_webpage' }