From f27e49324c06f699fa29a94a87b328e187a84c91 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 22 Jun 2025 09:30:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3=E6=95=B8=E6=93=9A?= =?UTF-8?q?=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' }