ui库合并版本完成

This commit is contained in:
aixianling
2022-12-01 09:13:53 +08:00
parent fe3e06e654
commit 02a4b50fc0
39 changed files with 47 additions and 5989 deletions

View File

@@ -1,5 +0,0 @@
const {copyFiles, chalkTag} = require("./tools");
const start = () => {
copyFiles('lib', 'meta').then(() => chalkTag.done("转移成功!"))
}
start()