Skip to content

Commit 416dd94

Browse files
authored
Merge pull request #145 from easycoder/dev
Use CDN
2 parents a28ae01 + c41e6a5 commit 416dd94

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

iwsy/index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<head>
33
<meta charset="UTF-8">
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5-
<!--script src='https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js?v=2.7.1'></script-->
6-
<script src='dist/easycoder.js?v=2.7.1'></script>
5+
<script src='https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js?v=2.7.1'></script>
76
</head>
87

98
<body>
@@ -15,10 +14,9 @@
1514
script Launcher
1615

1716
variable Script
18-
require js `dist/plugins/iwsy.js?v=` cat now
19-
rest get Script from `/resources/ecs/iwsy.txt?v=` cat now
17+
require js `https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/plugins/iwsy.js?v=` cat now
18+
rest get Script from `https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/iwsy/resources/ecs/iwsy.txt?v=` cat now
2019
run Script
2120
</pre>
22-
2321
</body>
2422
</html>

0 commit comments

Comments
 (0)