UNPKG

generator-video1

Version:
15 lines (10 loc) 408 B
<!--引用的本地文在构建时件会被抽取和合并--> <script src="<%= srcPath %><%= mojoName %>/index.js"></script> <link href="<%= srcPath %><%= mojoName %>/index.css" rel="stylesheet" /> 模块正文从这里开始 <!--#include virtual="other-pages.html" --> <script> KISSY.use('<%= packageName %>/<%= mojoName %>/index', function(S, <%= modName %>) { new <%= modName %>(); }); </script>