feat(directory): finish voice, vcs, operator logo, subtitle

This commit is contained in:
Haoyu Xu
2023-03-02 16:33:19 -05:00
parent 959178161c
commit b06d78b77e
15 changed files with 613 additions and 247 deletions

View File

@@ -149,6 +149,13 @@ class ViteRunner {
}, {
key: "voice_folders",
value: JSON.stringify(this.#globalConfig.folder.voice)
}, {
key: "directory_folder",
value: JSON.stringify(this.#globalConfig.folder.directory)
}
, {
key: "background_folder",
value: JSON.stringify(this.#globalConfig.folder.background)
}
]), path.join(directoryDir, '.env'))
this.#mode = process.argv[3]