mirror of
https://gitee.com/270580156/weiyu.git
synced 2026-05-15 11:47:54 +00:00
2 lines
48 KiB
JavaScript
2 lines
48 KiB
JavaScript
|
|
!function (t, n) { "object" == typeof exports && "object" == typeof module ? module.exports = n(require("React"), require("ChatUI")) : "function" == typeof define && define.amd ? define(["React", "ChatUI"], n) : "object" == typeof exports ? exports.AlimeComponentFirstmsg = n(require("React"), require("ChatUI")) : t.AlimeComponentFirstmsg = n(t.React, t.ChatUI) }(window, (function (t, n) { return function (t) { var n = {}; function r(e) { if (n[e]) return n[e].exports; var o = n[e] = { i: e, l: !1, exports: {} }; return t[e].call(o.exports, o, o.exports, r), o.l = !0, o.exports } return r.m = t, r.c = n, r.d = function (t, n, e) { r.o(t, n) || Object.defineProperty(t, n, { enumerable: !0, get: e }) }, r.r = function (t) { "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(t, "__esModule", { value: !0 }) }, r.t = function (t, n) { if (1 & n && (t = r(t)), 8 & n) return t; if (4 & n && "object" == typeof t && t && t.__esModule) return t; var e = Object.create(null); if (r.r(e), Object.defineProperty(e, "default", { enumerable: !0, value: t }), 2 & n && "string" != typeof t) for (var o in t) r.d(e, o, function (n) { return t[n] }.bind(null, o)); return e }, r.n = function (t) { var n = t && t.__esModule ? function () { return t.default } : function () { return t }; return r.d(n, "a", n), n }, r.o = function (t, n) { return Object.prototype.hasOwnProperty.call(t, n) }, r.p = "//dev.g.alicdn.com/alime-components/firstmsg/0.0.1/", r(r.s = 91) }([function (t, n) { t.exports = function (t) { try { return !!t() } catch (t) { return !0 } } }, function (t, n, r) { var e = r(0); t.exports = !e((function () { return 7 != Object.defineProperty({}, 1, { get: function () { return 7 } })[1] })) }, function (t, n, r) { "use strict"; var e = r(3), o = r(23).f, i = r(121), c = r(5), u = r(70), a = r(8), f = r(4), s = function (t) { var n = function (n, r, e) { if (this instanceof t) { switch (arguments.length) { case 0: return new t; case 1: return new t(n); case 2: return new t(n, r) }return new t(n, r, e) } return t.apply(this, arguments) }; return n.prototype = t.prototype, n }; t.exports = function (t, n) { var r, p, l, v, y, d, h, g, b = t.target, m = t.global, x = t.stat, O = t.proto, S = m ? e : x ? e[b] : (e[b] || {}).prototype, j = m ? c : c[b] || (c[b] = {}), w = j.prototype; for (l in n) r = !i(m ? l : b + (x ? "." : "#") + l, t.forced) && S && f(S, l), y = j[l], r && (d = t.noTargetGet ? (g = o(S, l)) && g.value : S[l]), v = r && d ? d : n[l], r && typeof y == typeof v || (h = t.bind && r ? u(v, e) : t.wrap && r ? s(v) : O && "function" == typeof v ? u(Function.call, v) : v, (t.sham || v && v.sham || y && y.sham) && a(h, "sham", !0), j[l] = h, O && (f(c, p = b + "Prototype") || a(c, p, {}), c[p][l] = v, t.real && w && !w[l] && a(w, l, v))) } }, function (t, n, r) { (function (n) { var r = function (t) { return t && t.Math == Math && t }; t.exports = r("object" == typeof globalThis && globalThis) || r("object" == typeof window && window) || r("object" == typeof self && self) || r("object" == typeof n && n) || Function("return this")() }).call(this, r(53)) }, function (t, n) { var r = {}.hasOwnProperty; t.exports = function (t, n) { return r.call(t, n) } }, function (t, n) { t.exports = {} }, function (t, n, r) { var e = r(3), o = r(41), i = r(4), c = r(42), u = r(43), a = r(77), f = o("wks"), s = e.Symbol, p = a ? s : s && s.withoutSetter || c; t.exports = function (t) { return i(f, t) || (u && i(s, t) ? f[t] = s[t] : f[t] = p("Symbol." + t)), f[t] } }, function (t, n, r) { (function (n) { var r = function (t) { return t && t.Math == Math && t }; t.exports = r("object" == typeof globalThis && globalThis) || r("object" == typeof window && window) || r("object" == typeof self && self) || r("object" == typeof n && n) || Function("return this")() }).call(this, r(53)) }, function (t, n, r) { var e = r(1), o = r(11), i = r(16); t.exports = e ? function (t, n, r) { return o.f(t, n, i(1, r)) } : function (t, n, r) { return t[n] = r, t } }, functio
|