chore: 修正主數據目錄名稱

This commit is contained in:
CrescentLeaf
2025-06-15 09:36:25 +08:00
parent 0160c415c8
commit a18b5923bf

View File

@@ -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'
}