Commit 1f54990842130ec0b0a9f85da060d494471d95cc
1 parent
a4e48879
chore: update createjs cdn
Showing
1 changed file
with
12 additions
and
1 deletions
front-end/h5/public/index.html
| 1 | +<!-- | |
| 2 | + * @Author: ly525 | |
| 3 | + * @Date: 2020-01-03 23:36:38 | |
| 4 | + * @LastEditors: ly525 | |
| 5 | + * @LastEditTime: 2020-01-05 18:22:46 | |
| 6 | + * @FilePath: /luban-h5/front-end/h5/public/index.html | |
| 7 | + * @Github: https://github.com/ly525/luban-h5 | |
| 8 | + * @Description: Do not edit | |
| 9 | + * @Copyright 2018 - 2019 luban-h5. All Rights Reserved | |
| 10 | + --> | |
| 1 | 11 | <!DOCTYPE html> |
| 2 | 12 | <html lang="en"> |
| 3 | 13 | <head> |
| ... | ... | @@ -11,7 +21,8 @@ |
| 11 | 21 | outline: none; |
| 12 | 22 | } |
| 13 | 23 | </style> |
| 14 | - <script src="https://code.createjs.com/1.0.0/createjs.min.js"></script> | |
| 24 | + <!-- <script src="https://code.createjs.com/1.0.0/createjs.min.js"></script> --> | |
| 25 | + <script src="https://cdn.jsdelivr.net/npm/createjs@1.0.1/builds/1.0.0/createjs.min.js"></script> | |
| 15 | 26 | </head> |
| 16 | 27 | <body> |
| 17 | 28 | <noscript> | ... | ... |