昌意 柏 (@CycleBai) 在 决赛交卷, 无混淆. 中发帖
懂得都懂.
// 保留基础功能的简化版本
(function(global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self).DisableDevtool = factory();
})(this, function() {
'use strict';
// 配置选项
const defaultOptio...