File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 1010 <title >
1111 <%= htmlWebpackPlugin .options .title %>
1212 </title >
13+
1314 <link rel =" apple-touch-icon" href =" <%= htmlWebpackPlugin.options.root %>images/apple-touch-icon.png" />
1415 <% if (htmlWebpackPlugin .options .root === " /" || htmlWebpackPlugin .options .root === " " ) { % >
1516 < link rel= " manifest" href= " <%= htmlWebpackPlugin.options.root %>manifest.webmanifest" / >
1617 < % } %>
17- <script src =" ./main.js" ></script >
18- <script src =" ./jquery.3.7.1.js" ></script >
19- <link rel =" stylesheet" href =" https://unpkg.com/mdui@2/mdui.css" />
20- <script src =" https://unpkg.com/mdui@2/mdui.global.js" ></script >
2118
2219 <style >
2320 .splash-screen {
232229 })();
233230 </script >
234231
235- <mdui-dialog headline =" 作品" description =" 加载中" close-on-overlay-click id =" zerocat-tab" >
236- <mdui-button id =" savestatic" onclick =" uploadAssets()" >保存媒体库</mdui-button >
237- <mdui-button onclick =" projectjson='null';saveproject()" >强制保存作品</mdui-button >
238- <mdui-button onclick =" logText.innerText = ''" >清空log</mdui-button >
239232
240- <div id =" log-text" ></div >
241- </mdui-dialog >
242233
243234
244- <script src =" ./jwt-decode.js" ></script >
245- <script src =" <%= process.env.ZCAPIHOST %>/scratchtool" ></script >
246235 <div id =" app" ></div >
247236</body >
248237
249238</html >
250-
239+ <!--
251240<mdui-dialog close-on-overlay-click id="fork-dialog" style="display: none">
252241 <span slot="headline">改编此作品</span>
253242 <span slot="description">你确定要改编这个作品吗?<br />
259248
260249 <mdui-button
261250 onclick="if(document.querySelector('#suretoforktext').value=='我保证会好好对待改编的作品'){forkproject();forkdialog.open=false}else{alert('请输入正确的内容')}">改编</mdui-button>
262- </mdui-dialog >
251+ </mdui-dialog>--> < script src = " <%= process.env.APIHOST %>/scratchtool " ></ script >
You can’t perform that action at this time.
0 commit comments