update website
This commit is contained in:
parent
4dab35ab8e
commit
accfbd2406
|
@ -27,11 +27,11 @@
|
|||
<![endif]-->
|
||||
<script src="common/highlight/highlight.pack.js"></script>
|
||||
<script src="common/remarkable.min.js"></script>
|
||||
<script src="js/vendor.f74de2a5.js"></script>
|
||||
<script src="js/vendor.76cd4b98.js"></script>
|
||||
|
||||
<script src="js/omi.461a076c.js"></script>
|
||||
|
||||
<script src="js/docs-cn.51cfc83d.js"></script>
|
||||
<script src="js/docs-cn.d9e1e610.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -28,11 +28,11 @@
|
|||
|
||||
<script src="common/highlight/highlight.pack.js"></script>
|
||||
<script src="common/remarkable.min.js"></script>
|
||||
<script src="js/vendor.f74de2a5.js"></script>
|
||||
<script src="js/vendor.76cd4b98.js"></script>
|
||||
|
||||
<script src="js/omi.461a076c.js"></script>
|
||||
|
||||
<script src="js/docs-en.2c91bed5.js"></script>
|
||||
<script src="js/docs-en.6a3d3922.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
|
@ -76,7 +76,7 @@
|
|||
/******/ script.charset = 'utf-8';
|
||||
/******/ script.async = true;
|
||||
|
||||
/******/ script.src = __webpack_require__.p + "" + chunkId + "." + ({"0":"docs-cn","1":"docs-en","2":"omi"}[chunkId]||chunkId) + "." + {"0":"8b99c3b2","1":"78edfa73","2":"b9df77fe"}[chunkId] + ".js";
|
||||
/******/ script.src = __webpack_require__.p + "" + chunkId + "." + ({"0":"docs-cn","1":"docs-en","2":"omi"}[chunkId]||chunkId) + "." + {"0":"d9e1e610","1":"6a3d3922","2":"461a076c"}[chunkId] + ".js";
|
||||
/******/ head.appendChild(script);
|
||||
/******/ }
|
||||
/******/ };
|
|
@ -1,200 +0,0 @@
|
|||
/******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // install a JSONP callback for chunk loading
|
||||
/******/ var parentJsonpFunction = window["webpackJsonp"];
|
||||
/******/ window["webpackJsonp"] = function webpackJsonpCallback(chunkIds, moreModules) {
|
||||
/******/ // add "moreModules" to the modules object,
|
||||
/******/ // then flag all "chunkIds" as loaded and fire callback
|
||||
/******/ var moduleId, chunkId, i = 0, callbacks = [];
|
||||
/******/ for(;i < chunkIds.length; i++) {
|
||||
/******/ chunkId = chunkIds[i];
|
||||
/******/ if(installedChunks[chunkId])
|
||||
/******/ callbacks.push.apply(callbacks, installedChunks[chunkId]);
|
||||
/******/ installedChunks[chunkId] = 0;
|
||||
/******/ }
|
||||
/******/ for(moduleId in moreModules) {
|
||||
/******/ modules[moduleId] = moreModules[moduleId];
|
||||
/******/ }
|
||||
/******/ if(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules);
|
||||
/******/ while(callbacks.length)
|
||||
/******/ callbacks.shift().call(null, __webpack_require__);
|
||||
/******/ if(moreModules[0]) {
|
||||
/******/ installedModules[0] = 0;
|
||||
/******/ return __webpack_require__(0);
|
||||
/******/ }
|
||||
/******/ };
|
||||
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
|
||||
/******/ // object to store loaded and loading chunks
|
||||
/******/ // "0" means "already loaded"
|
||||
/******/ // Array means "loading", array contains callbacks
|
||||
/******/ var installedChunks = {
|
||||
/******/ 3:0
|
||||
/******/ };
|
||||
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId])
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ exports: {},
|
||||
/******/ id: moduleId,
|
||||
/******/ loaded: false
|
||||
/******/ };
|
||||
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.loaded = true;
|
||||
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
|
||||
/******/ // This file contains only the entry chunk.
|
||||
/******/ // The chunk loading function for additional chunks
|
||||
/******/ __webpack_require__.e = function requireEnsure(chunkId, callback) {
|
||||
/******/ // "0" is the signal for "already loaded"
|
||||
/******/ if(installedChunks[chunkId] === 0)
|
||||
/******/ return callback.call(null, __webpack_require__);
|
||||
|
||||
/******/ // an array means "currently loading".
|
||||
/******/ if(installedChunks[chunkId] !== undefined) {
|
||||
/******/ installedChunks[chunkId].push(callback);
|
||||
/******/ } else {
|
||||
/******/ // start chunk loading
|
||||
/******/ installedChunks[chunkId] = [callback];
|
||||
/******/ var head = document.getElementsByTagName('head')[0];
|
||||
/******/ var script = document.createElement('script');
|
||||
/******/ script.type = 'text/javascript';
|
||||
/******/ script.charset = 'utf-8';
|
||||
/******/ script.async = true;
|
||||
|
||||
/******/ script.src = __webpack_require__.p + "" + chunkId + "." + ({"0":"docs-cn","1":"docs-en","2":"omi"}[chunkId]||chunkId) + "." + {"0":"aef27307","1":"b820c139","2":"b9df77fe"}[chunkId] + ".js";
|
||||
/******/ head.appendChild(script);
|
||||
/******/ }
|
||||
/******/ };
|
||||
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "";
|
||||
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(0);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 0:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(51);
|
||||
|
||||
|
||||
/***/ },
|
||||
|
||||
/***/ 51:
|
||||
/***/ function(module, exports) {
|
||||
|
||||
"use strict";
|
||||
|
||||
/*! @source http://purl.eligrey.com/github/classList.js/blob/master/classList.js */
|
||||
"document" in self && ("classList" in document.createElement("_") && (!document.createElementNS || "classList" in document.createElementNS("http://www.w3.org/2000/svg", "g")) ? !function () {
|
||||
"use strict";
|
||||
var t = document.createElement("_");if (t.classList.add("c1", "c2"), !t.classList.contains("c2")) {
|
||||
var e = function e(t) {
|
||||
var e = DOMTokenList.prototype[t];DOMTokenList.prototype[t] = function (t) {
|
||||
var n,
|
||||
i = arguments.length;for (n = 0; i > n; n++) {
|
||||
t = arguments[n], e.call(this, t);
|
||||
}
|
||||
};
|
||||
};e("add"), e("remove");
|
||||
}if (t.classList.toggle("c3", !1), t.classList.contains("c3")) {
|
||||
var n = DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle = function (t, e) {
|
||||
return 1 in arguments && !this.contains(t) == !e ? e : n.call(this, t);
|
||||
};
|
||||
}t = null;
|
||||
}() : !function (t) {
|
||||
"use strict";
|
||||
if ("Element" in t) {
|
||||
var e = "classList",
|
||||
n = "prototype",
|
||||
i = t.Element[n],
|
||||
s = Object,
|
||||
r = String[n].trim || function () {
|
||||
return this.replace(/^\s+|\s+$/g, "");
|
||||
},
|
||||
o = Array[n].indexOf || function (t) {
|
||||
for (var e = 0, n = this.length; n > e; e++) {
|
||||
if (e in this && this[e] === t) return e;
|
||||
}return -1;
|
||||
},
|
||||
c = function c(t, e) {
|
||||
this.name = t, this.code = DOMException[t], this.message = e;
|
||||
},
|
||||
a = function a(t, e) {
|
||||
if ("" === e) throw new c("SYNTAX_ERR", "An invalid or illegal string was specified");if (/\s/.test(e)) throw new c("INVALID_CHARACTER_ERR", "String contains an invalid character");return o.call(t, e);
|
||||
},
|
||||
l = function l(t) {
|
||||
for (var e = r.call(t.getAttribute("class") || ""), n = e ? e.split(/\s+/) : [], i = 0, s = n.length; s > i; i++) {
|
||||
this.push(n[i]);
|
||||
}this._updateClassName = function () {
|
||||
t.setAttribute("class", this.toString());
|
||||
};
|
||||
},
|
||||
u = l[n] = [],
|
||||
h = function h() {
|
||||
return new l(this);
|
||||
};if (c[n] = Error[n], u.item = function (t) {
|
||||
return this[t] || null;
|
||||
}, u.contains = function (t) {
|
||||
return t += "", -1 !== a(this, t);
|
||||
}, u.add = function () {
|
||||
var t,
|
||||
e = arguments,
|
||||
n = 0,
|
||||
i = e.length,
|
||||
s = !1;do {
|
||||
t = e[n] + "", -1 === a(this, t) && (this.push(t), s = !0);
|
||||
} while (++n < i);s && this._updateClassName();
|
||||
}, u.remove = function () {
|
||||
var t,
|
||||
e,
|
||||
n = arguments,
|
||||
i = 0,
|
||||
s = n.length,
|
||||
r = !1;do {
|
||||
for (t = n[i] + "", e = a(this, t); -1 !== e;) {
|
||||
this.splice(e, 1), r = !0, e = a(this, t);
|
||||
}
|
||||
} while (++i < s);r && this._updateClassName();
|
||||
}, u.toggle = function (t, e) {
|
||||
t += "";var n = this.contains(t),
|
||||
i = n ? e !== !0 && "remove" : e !== !1 && "add";return i && this[i](t), e === !0 || e === !1 ? e : !n;
|
||||
}, u.toString = function () {
|
||||
return this.join(" ");
|
||||
}, s.defineProperty) {
|
||||
var f = { get: h, enumerable: !0, configurable: !0 };try {
|
||||
s.defineProperty(i, e, f);
|
||||
} catch (d) {
|
||||
void 0 !== d.number && -2146823252 !== d.number || (f.enumerable = !1, s.defineProperty(i, e, f));
|
||||
}
|
||||
} else s[n].__defineGetter__ && i.__defineGetter__(e, h);
|
||||
}
|
||||
}(self));
|
||||
|
||||
/***/ }
|
||||
|
||||
/******/ });
|
|
@ -1,200 +0,0 @@
|
|||
/******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // install a JSONP callback for chunk loading
|
||||
/******/ var parentJsonpFunction = window["webpackJsonp"];
|
||||
/******/ window["webpackJsonp"] = function webpackJsonpCallback(chunkIds, moreModules) {
|
||||
/******/ // add "moreModules" to the modules object,
|
||||
/******/ // then flag all "chunkIds" as loaded and fire callback
|
||||
/******/ var moduleId, chunkId, i = 0, callbacks = [];
|
||||
/******/ for(;i < chunkIds.length; i++) {
|
||||
/******/ chunkId = chunkIds[i];
|
||||
/******/ if(installedChunks[chunkId])
|
||||
/******/ callbacks.push.apply(callbacks, installedChunks[chunkId]);
|
||||
/******/ installedChunks[chunkId] = 0;
|
||||
/******/ }
|
||||
/******/ for(moduleId in moreModules) {
|
||||
/******/ modules[moduleId] = moreModules[moduleId];
|
||||
/******/ }
|
||||
/******/ if(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules);
|
||||
/******/ while(callbacks.length)
|
||||
/******/ callbacks.shift().call(null, __webpack_require__);
|
||||
/******/ if(moreModules[0]) {
|
||||
/******/ installedModules[0] = 0;
|
||||
/******/ return __webpack_require__(0);
|
||||
/******/ }
|
||||
/******/ };
|
||||
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
|
||||
/******/ // object to store loaded and loading chunks
|
||||
/******/ // "0" means "already loaded"
|
||||
/******/ // Array means "loading", array contains callbacks
|
||||
/******/ var installedChunks = {
|
||||
/******/ 3:0
|
||||
/******/ };
|
||||
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId])
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ exports: {},
|
||||
/******/ id: moduleId,
|
||||
/******/ loaded: false
|
||||
/******/ };
|
||||
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.loaded = true;
|
||||
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
|
||||
/******/ // This file contains only the entry chunk.
|
||||
/******/ // The chunk loading function for additional chunks
|
||||
/******/ __webpack_require__.e = function requireEnsure(chunkId, callback) {
|
||||
/******/ // "0" is the signal for "already loaded"
|
||||
/******/ if(installedChunks[chunkId] === 0)
|
||||
/******/ return callback.call(null, __webpack_require__);
|
||||
|
||||
/******/ // an array means "currently loading".
|
||||
/******/ if(installedChunks[chunkId] !== undefined) {
|
||||
/******/ installedChunks[chunkId].push(callback);
|
||||
/******/ } else {
|
||||
/******/ // start chunk loading
|
||||
/******/ installedChunks[chunkId] = [callback];
|
||||
/******/ var head = document.getElementsByTagName('head')[0];
|
||||
/******/ var script = document.createElement('script');
|
||||
/******/ script.type = 'text/javascript';
|
||||
/******/ script.charset = 'utf-8';
|
||||
/******/ script.async = true;
|
||||
|
||||
/******/ script.src = __webpack_require__.p + "" + chunkId + "." + ({"0":"docs-cn","1":"docs-en","2":"omi"}[chunkId]||chunkId) + "." + {"0":"af59252f","1":"c02b58b9","2":"461a076c"}[chunkId] + ".js";
|
||||
/******/ head.appendChild(script);
|
||||
/******/ }
|
||||
/******/ };
|
||||
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "";
|
||||
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(0);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 0:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(51);
|
||||
|
||||
|
||||
/***/ },
|
||||
|
||||
/***/ 51:
|
||||
/***/ function(module, exports) {
|
||||
|
||||
"use strict";
|
||||
|
||||
/*! @source http://purl.eligrey.com/github/classList.js/blob/master/classList.js */
|
||||
"document" in self && ("classList" in document.createElement("_") && (!document.createElementNS || "classList" in document.createElementNS("http://www.w3.org/2000/svg", "g")) ? !function () {
|
||||
"use strict";
|
||||
var t = document.createElement("_");if (t.classList.add("c1", "c2"), !t.classList.contains("c2")) {
|
||||
var e = function e(t) {
|
||||
var e = DOMTokenList.prototype[t];DOMTokenList.prototype[t] = function (t) {
|
||||
var n,
|
||||
i = arguments.length;for (n = 0; i > n; n++) {
|
||||
t = arguments[n], e.call(this, t);
|
||||
}
|
||||
};
|
||||
};e("add"), e("remove");
|
||||
}if (t.classList.toggle("c3", !1), t.classList.contains("c3")) {
|
||||
var n = DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle = function (t, e) {
|
||||
return 1 in arguments && !this.contains(t) == !e ? e : n.call(this, t);
|
||||
};
|
||||
}t = null;
|
||||
}() : !function (t) {
|
||||
"use strict";
|
||||
if ("Element" in t) {
|
||||
var e = "classList",
|
||||
n = "prototype",
|
||||
i = t.Element[n],
|
||||
s = Object,
|
||||
r = String[n].trim || function () {
|
||||
return this.replace(/^\s+|\s+$/g, "");
|
||||
},
|
||||
o = Array[n].indexOf || function (t) {
|
||||
for (var e = 0, n = this.length; n > e; e++) {
|
||||
if (e in this && this[e] === t) return e;
|
||||
}return -1;
|
||||
},
|
||||
c = function c(t, e) {
|
||||
this.name = t, this.code = DOMException[t], this.message = e;
|
||||
},
|
||||
a = function a(t, e) {
|
||||
if ("" === e) throw new c("SYNTAX_ERR", "An invalid or illegal string was specified");if (/\s/.test(e)) throw new c("INVALID_CHARACTER_ERR", "String contains an invalid character");return o.call(t, e);
|
||||
},
|
||||
l = function l(t) {
|
||||
for (var e = r.call(t.getAttribute("class") || ""), n = e ? e.split(/\s+/) : [], i = 0, s = n.length; s > i; i++) {
|
||||
this.push(n[i]);
|
||||
}this._updateClassName = function () {
|
||||
t.setAttribute("class", this.toString());
|
||||
};
|
||||
},
|
||||
u = l[n] = [],
|
||||
h = function h() {
|
||||
return new l(this);
|
||||
};if (c[n] = Error[n], u.item = function (t) {
|
||||
return this[t] || null;
|
||||
}, u.contains = function (t) {
|
||||
return t += "", -1 !== a(this, t);
|
||||
}, u.add = function () {
|
||||
var t,
|
||||
e = arguments,
|
||||
n = 0,
|
||||
i = e.length,
|
||||
s = !1;do {
|
||||
t = e[n] + "", -1 === a(this, t) && (this.push(t), s = !0);
|
||||
} while (++n < i);s && this._updateClassName();
|
||||
}, u.remove = function () {
|
||||
var t,
|
||||
e,
|
||||
n = arguments,
|
||||
i = 0,
|
||||
s = n.length,
|
||||
r = !1;do {
|
||||
for (t = n[i] + "", e = a(this, t); -1 !== e;) {
|
||||
this.splice(e, 1), r = !0, e = a(this, t);
|
||||
}
|
||||
} while (++i < s);r && this._updateClassName();
|
||||
}, u.toggle = function (t, e) {
|
||||
t += "";var n = this.contains(t),
|
||||
i = n ? e !== !0 && "remove" : e !== !1 && "add";return i && this[i](t), e === !0 || e === !1 ? e : !n;
|
||||
}, u.toString = function () {
|
||||
return this.join(" ");
|
||||
}, s.defineProperty) {
|
||||
var f = { get: h, enumerable: !0, configurable: !0 };try {
|
||||
s.defineProperty(i, e, f);
|
||||
} catch (d) {
|
||||
void 0 !== d.number && -2146823252 !== d.number || (f.enumerable = !1, s.defineProperty(i, e, f));
|
||||
}
|
||||
} else s[n].__defineGetter__ && i.__defineGetter__(e, h);
|
||||
}
|
||||
}(self));
|
||||
|
||||
/***/ }
|
||||
|
||||
/******/ });
|
|
@ -1,200 +0,0 @@
|
|||
/******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // install a JSONP callback for chunk loading
|
||||
/******/ var parentJsonpFunction = window["webpackJsonp"];
|
||||
/******/ window["webpackJsonp"] = function webpackJsonpCallback(chunkIds, moreModules) {
|
||||
/******/ // add "moreModules" to the modules object,
|
||||
/******/ // then flag all "chunkIds" as loaded and fire callback
|
||||
/******/ var moduleId, chunkId, i = 0, callbacks = [];
|
||||
/******/ for(;i < chunkIds.length; i++) {
|
||||
/******/ chunkId = chunkIds[i];
|
||||
/******/ if(installedChunks[chunkId])
|
||||
/******/ callbacks.push.apply(callbacks, installedChunks[chunkId]);
|
||||
/******/ installedChunks[chunkId] = 0;
|
||||
/******/ }
|
||||
/******/ for(moduleId in moreModules) {
|
||||
/******/ modules[moduleId] = moreModules[moduleId];
|
||||
/******/ }
|
||||
/******/ if(parentJsonpFunction) parentJsonpFunction(chunkIds, moreModules);
|
||||
/******/ while(callbacks.length)
|
||||
/******/ callbacks.shift().call(null, __webpack_require__);
|
||||
/******/ if(moreModules[0]) {
|
||||
/******/ installedModules[0] = 0;
|
||||
/******/ return __webpack_require__(0);
|
||||
/******/ }
|
||||
/******/ };
|
||||
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
|
||||
/******/ // object to store loaded and loading chunks
|
||||
/******/ // "0" means "already loaded"
|
||||
/******/ // Array means "loading", array contains callbacks
|
||||
/******/ var installedChunks = {
|
||||
/******/ 3:0
|
||||
/******/ };
|
||||
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId])
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ exports: {},
|
||||
/******/ id: moduleId,
|
||||
/******/ loaded: false
|
||||
/******/ };
|
||||
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.loaded = true;
|
||||
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
|
||||
/******/ // This file contains only the entry chunk.
|
||||
/******/ // The chunk loading function for additional chunks
|
||||
/******/ __webpack_require__.e = function requireEnsure(chunkId, callback) {
|
||||
/******/ // "0" is the signal for "already loaded"
|
||||
/******/ if(installedChunks[chunkId] === 0)
|
||||
/******/ return callback.call(null, __webpack_require__);
|
||||
|
||||
/******/ // an array means "currently loading".
|
||||
/******/ if(installedChunks[chunkId] !== undefined) {
|
||||
/******/ installedChunks[chunkId].push(callback);
|
||||
/******/ } else {
|
||||
/******/ // start chunk loading
|
||||
/******/ installedChunks[chunkId] = [callback];
|
||||
/******/ var head = document.getElementsByTagName('head')[0];
|
||||
/******/ var script = document.createElement('script');
|
||||
/******/ script.type = 'text/javascript';
|
||||
/******/ script.charset = 'utf-8';
|
||||
/******/ script.async = true;
|
||||
|
||||
/******/ script.src = __webpack_require__.p + "" + chunkId + "." + ({"0":"docs-cn","1":"docs-en","2":"omi"}[chunkId]||chunkId) + "." + {"0":"51cfc83d","1":"2c91bed5","2":"461a076c"}[chunkId] + ".js";
|
||||
/******/ head.appendChild(script);
|
||||
/******/ }
|
||||
/******/ };
|
||||
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "";
|
||||
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(0);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 0:
|
||||
/***/ function(module, exports, __webpack_require__) {
|
||||
|
||||
module.exports = __webpack_require__(51);
|
||||
|
||||
|
||||
/***/ },
|
||||
|
||||
/***/ 51:
|
||||
/***/ function(module, exports) {
|
||||
|
||||
"use strict";
|
||||
|
||||
/*! @source http://purl.eligrey.com/github/classList.js/blob/master/classList.js */
|
||||
"document" in self && ("classList" in document.createElement("_") && (!document.createElementNS || "classList" in document.createElementNS("http://www.w3.org/2000/svg", "g")) ? !function () {
|
||||
"use strict";
|
||||
var t = document.createElement("_");if (t.classList.add("c1", "c2"), !t.classList.contains("c2")) {
|
||||
var e = function e(t) {
|
||||
var e = DOMTokenList.prototype[t];DOMTokenList.prototype[t] = function (t) {
|
||||
var n,
|
||||
i = arguments.length;for (n = 0; i > n; n++) {
|
||||
t = arguments[n], e.call(this, t);
|
||||
}
|
||||
};
|
||||
};e("add"), e("remove");
|
||||
}if (t.classList.toggle("c3", !1), t.classList.contains("c3")) {
|
||||
var n = DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle = function (t, e) {
|
||||
return 1 in arguments && !this.contains(t) == !e ? e : n.call(this, t);
|
||||
};
|
||||
}t = null;
|
||||
}() : !function (t) {
|
||||
"use strict";
|
||||
if ("Element" in t) {
|
||||
var e = "classList",
|
||||
n = "prototype",
|
||||
i = t.Element[n],
|
||||
s = Object,
|
||||
r = String[n].trim || function () {
|
||||
return this.replace(/^\s+|\s+$/g, "");
|
||||
},
|
||||
o = Array[n].indexOf || function (t) {
|
||||
for (var e = 0, n = this.length; n > e; e++) {
|
||||
if (e in this && this[e] === t) return e;
|
||||
}return -1;
|
||||
},
|
||||
c = function c(t, e) {
|
||||
this.name = t, this.code = DOMException[t], this.message = e;
|
||||
},
|
||||
a = function a(t, e) {
|
||||
if ("" === e) throw new c("SYNTAX_ERR", "An invalid or illegal string was specified");if (/\s/.test(e)) throw new c("INVALID_CHARACTER_ERR", "String contains an invalid character");return o.call(t, e);
|
||||
},
|
||||
l = function l(t) {
|
||||
for (var e = r.call(t.getAttribute("class") || ""), n = e ? e.split(/\s+/) : [], i = 0, s = n.length; s > i; i++) {
|
||||
this.push(n[i]);
|
||||
}this._updateClassName = function () {
|
||||
t.setAttribute("class", this.toString());
|
||||
};
|
||||
},
|
||||
u = l[n] = [],
|
||||
h = function h() {
|
||||
return new l(this);
|
||||
};if (c[n] = Error[n], u.item = function (t) {
|
||||
return this[t] || null;
|
||||
}, u.contains = function (t) {
|
||||
return t += "", -1 !== a(this, t);
|
||||
}, u.add = function () {
|
||||
var t,
|
||||
e = arguments,
|
||||
n = 0,
|
||||
i = e.length,
|
||||
s = !1;do {
|
||||
t = e[n] + "", -1 === a(this, t) && (this.push(t), s = !0);
|
||||
} while (++n < i);s && this._updateClassName();
|
||||
}, u.remove = function () {
|
||||
var t,
|
||||
e,
|
||||
n = arguments,
|
||||
i = 0,
|
||||
s = n.length,
|
||||
r = !1;do {
|
||||
for (t = n[i] + "", e = a(this, t); -1 !== e;) {
|
||||
this.splice(e, 1), r = !0, e = a(this, t);
|
||||
}
|
||||
} while (++i < s);r && this._updateClassName();
|
||||
}, u.toggle = function (t, e) {
|
||||
t += "";var n = this.contains(t),
|
||||
i = n ? e !== !0 && "remove" : e !== !1 && "add";return i && this[i](t), e === !0 || e === !1 ? e : !n;
|
||||
}, u.toString = function () {
|
||||
return this.join(" ");
|
||||
}, s.defineProperty) {
|
||||
var f = { get: h, enumerable: !0, configurable: !0 };try {
|
||||
s.defineProperty(i, e, f);
|
||||
} catch (d) {
|
||||
void 0 !== d.number && -2146823252 !== d.number || (f.enumerable = !1, s.defineProperty(i, e, f));
|
||||
}
|
||||
} else s[n].__defineGetter__ && i.__defineGetter__(e, h);
|
||||
}
|
||||
}(self));
|
||||
|
||||
/***/ }
|
||||
|
||||
/******/ });
|
Loading…
Reference in New Issue