File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 <!-- Fusion Next 的主包,低代码编辑器的依赖 -->
3030 < script src ="https://g.alicdn.com/code/lib/alifd__next/1.23.24/next.min.js "> </ script >
3131 <!-- 低代码引擎的主包 -->
32- < script crossorigin ="anonymous " src ="https://alifd.alicdn.com/npm/@alilc/lowcode-engine@1.0.1-beta.1 /dist/js/engine-core.js "> </ script >
32+ < script crossorigin ="anonymous " src ="https://alifd.alicdn.com/npm/@alilc/lowcode-engine@1.0.6 /dist/js/engine-core.js "> </ script >
3333 <!-- 低代码引擎官方扩展的主包 -->
34- < script crossorigin ="anonymous " src ="https://unpkg.alibaba-inc .com/@alilc/lowcode-engine-ext@1.0.4-beta.1 /dist/js/engine-ext.js "> </ script >
34+ < script crossorigin ="anonymous " src ="https://alifd.alicdn .com/npm/ @alilc/lowcode-engine-ext@1.0.3 /dist/js/engine-ext.js "> </ script >
3535 </ head >
3636
3737 < body >
Original file line number Diff line number Diff line change 1010 ]
1111 },
1212 "scripts" : {
13+ "bootstrap" : " lerna bootstrap" ,
1314 "dev" : " npm run bootstrap && npm run build && cooking watch -c build/cooking.demo.js -p" ,
1415 "build" : " ./scripts/build.sh" ,
1516 "clean" : " rm -rf ./packages/*/lib ./packages/*/es ./packages/*/dist ./packages/*/build" ,
You can’t perform that action at this time.
0 commit comments