Commit be62d68f authored by Master Q's avatar Master Q

upload

parent f40a872d
...@@ -9,7 +9,7 @@ var endPath = './released/'; ...@@ -9,7 +9,7 @@ var endPath = './released/';
fs.writeFileSync(endPath + "output.js", fs.writeFileSync(endPath + "output.js",
// 'import * as FYGE from "fyge-tbmini";\n' + // 'import * as FYGE from "fyge-tbmini";\n' +
'import * as FYGE from "fyge";\n' +//以后改成这个 // 'import * as FYGE from "fyge";\n' +//以后改成这个
// 'import * as SvgaParser from "svga-parser";\n' + // 'import * as SvgaParser from "svga-parser";\n' +
fs.readFileSync("./output.js")); fs.readFileSync("./output.js"));
console.log("js生成") console.log("js生成")
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment