chore: 修正主數據目錄名稱
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user