feat(directory): init operator page

This commit is contained in:
Haoyu Xu
2023-02-28 14:20:28 -05:00
parent 7edc231e89
commit e4648945d1
18 changed files with 172 additions and 83 deletions

View File

@@ -37,7 +37,7 @@ async function main() {
for (const [key, _] of Object.entries(__config.operators)) {
OPERATOR_NAMES.push(key)
}
increase(__projetRoot)
__config.version.showcase = increase(__projetRoot)
break
case 'preview':
assert(OPERATOR_NAMES.length !== 0, 'Please set the operator name.')