feat(showcase): use manual track

This commit is contained in:
Haoyu Xu
2023-02-09 23:53:14 -05:00
parent 658e25cd31
commit 36afd6d786
5 changed files with 16 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ export default class EnvGenerator {
generate() {
return [
`VITE_LINK="${this.#operatorConfig.link}"`,
`VITE_TITLE="${this.#operatorConfig.title}"`,
`VITE_FILENAME=${this.#operatorConfig.filename.replace('#', '%23')}`,
`VITE_LOGO_FILENAME=${this.#operatorConfig.logo}`,