automoderated、avatar、行政员、checkuser、结构式讨论机器人、界面管理员、moderator、pageproperties-admin、pageproperties-editor、推送订阅管理、somegroup、steward、监督员、管理员、translator、小部件编辑者
670
个编辑
理想城计划正在建设中,如您也有想法或者文章有错误的,欢迎加入我们一起建设!
无编辑摘要 |
无编辑摘要 |
||
第70行: | 第70行: | ||
if (text.slice(-4).toLowerCase() !== '.css') text = text + '.css'; | if (text.slice(-4).toLowerCase() !== '.css') text = text + '.css'; | ||
//if ($x.data('debug') !== true) text = text + '&debug=false'; | //if ($x.data('debug') !== true) text = text + '&debug=false'; | ||
return mw.loader.load("// | return mw.loader.load("//blog.gjcloak.top/index.php?title="+text+"&action=raw&ctype=text/css", "text/css"); | ||
} | } | ||
第80行: | 第80行: | ||
//加载ES6模块 | //加载ES6模块 | ||
if ($x.data('isModuleEs6') == true) | if ($x.data('isModuleEs6') == true) | ||
return loadModuleES6("// | return loadModuleES6("//blog.gjcloak.top/index.php?title="+text+"&action=raw&ctype=text/javascript", function() { | ||
console.log("ResourceLoader: 加载ES6模块 => " + text); | console.log("ResourceLoader: 加载ES6模块 => " + text); | ||
}); | }); | ||
第86行: | 第86行: | ||
if ($x.data('isModuleReact')) { | if ($x.data('isModuleReact')) { | ||
if ($x.data('isModuleReact')[0]) { | if ($x.data('isModuleReact')[0]) { | ||
$.getScript("// | $.getScript("//blog.gjcloak.top/index.php?title=MediaWiki:React.development.min.js&action=raw&ctype=text/javascript", function() { | ||
$.getScript("// | $.getScript("//blog.gjcloak.top/index.php?title=MediaWiki:React-dom.development.min.js&action=raw&ctype=text/javascript", function() { | ||
console.log("ReactENV => React/ReactDOM Loaded! React is Available For This Page!"); | console.log("ReactENV => React/ReactDOM Loaded! React is Available For This Page!"); | ||
console.log("%c React开发提示 %c 请务必在JS编辑界面右下角使用React同步器同步编译你的JSX代码,否则它将不起任何作用", "color: #fff; padding: 5px 0; background: blue;", "padding: 5px 5px 5px 0; background: #e5e5ff; color:blue"); | console.log("%c React开发提示 %c 请务必在JS编辑界面右下角使用React同步器同步编译你的JSX代码,否则它将不起任何作用", "color: #fff; padding: 5px 0; background: blue;", "padding: 5px 5px 5px 0; background: #e5e5ff; color:blue"); | ||
第99行: | 第99行: | ||
textr += '-babel.js'; | textr += '-babel.js'; | ||
if ($xr.data('isModuleReact') && $xr.data('isModuleReact')[1]) { | if ($xr.data('isModuleReact') && $xr.data('isModuleReact')[1]) { | ||
loadModuleES6("// | loadModuleES6("//blog.gjcloak.top/index.php?title="+textr+"&action=raw&ctype=text/javascript", function() { | ||
console.log("ResourceLoader: 加载React模块 => " + textr); | console.log("ResourceLoader: 加载React模块 => " + textr); | ||
}); | }); | ||
第112行: | 第112行: | ||
console.log('ResourceLoader: 加载JS => ' + text); | console.log('ResourceLoader: 加载JS => ' + text); | ||
//if ($x.data('debug') !== true) text = text + '&debug=false'; | //if ($x.data('debug') !== true) text = text + '&debug=false'; | ||
return mw.loader.load("// | return mw.loader.load("//blog.gjcloak.top/index.php?title="+text+"&action=raw&ctype=text/javascript", "text/javascript"); | ||
}); | }); | ||
} | } | ||
第145行: | 第145行: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</div> | </div> | ||
来源于:https://wiki.biligame.com/wiki/ResourceLoader%E5%8A%A0%E8%BD%BDJS%E8%AE%BE%E7%BD%AE%E6%96%B9%E6%B3%95 | |||
</noinclude> | </noinclude> |