Skip to content

Commit

Permalink
feat:同步代码
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxily committed Apr 28, 2020
1 parent 082dfd8 commit dc454a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/debugHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
window._debugMode_ = true
// window.eruda && window.eruda.init()

const elementUiCss = window.GM_getResourceText ("elementUiCss")
window.GM_addStyle (elementUiCss)

const _debugTools_ = {
ajax: window.GM_xmlhttpRequest || function () { console.log('GM_xmlhttpRequest 未注册,不能进行接口请求') },
http: function () { return this.ajax.apply(null, arguments) },
Expand Down

0 comments on commit dc454a8

Please sign in to comment.