Commit c8a16bf63167b14dc947367fe61fd8e28b5fbdcc
1 parent
45ef1bcb
再次更改地址
Showing
1 changed file
with
2 additions
and
2 deletions
dist/js/c.js
| ... | ... | @@ -88,9 +88,9 @@ $(function(){ |
| 88 | 88 | if (selectVal == '图片') { |
| 89 | 89 | Dir.treeLinkEditor[0].CodeMirrorRecord.replaceSelection('<img src="http://www.igeekbar.com/igeekbar/laitu/300x200&text=hello world/222222/ffffff" alt="占位图片">', "end") |
| 90 | 90 | }else if (selectVal == 'bootstrap.css') { |
| 91 | - Dir.treeLinkEditor[0].CodeMirrorRecord.replaceSelection('<link href="https://cdn.bootcss.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" rel="stylesheet">', "end") | |
| 91 | + Dir.treeLinkEditor[0].CodeMirrorRecord.replaceSelection('<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">', "end") | |
| 92 | 92 | }else if(selectVal == 'bootstrap.js'){ |
| 93 | - Dir.treeLinkEditor[0].CodeMirrorRecord.replaceSelection('<script src="https://cdn.bootcss.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"></script>', "end") | |
| 93 | + Dir.treeLinkEditor[0].CodeMirrorRecord.replaceSelection('<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>', "end") | |
| 94 | 94 | }else if (selectVal == 'jQuery') { |
| 95 | 95 | Dir.treeLinkEditor[0].CodeMirrorRecord.replaceSelection('<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>', "end") |
| 96 | 96 | } | ... | ... |