forked from lecepin/pwa-genico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (115 loc) · 3.81 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="logo192.png" />
<link rel="manifest" href="./manifest.json" />
<title>PWA Manifest 图标生成工具</title>
<link href="./static/css/2.f3bf1199.chunk.css" rel="stylesheet" />
<link href="./static/css/main.6328805a.chunk.css" rel="stylesheet" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script>
!(function (a) {
function e(e) {
for (
var r, n, t = e[0], o = e[1], u = e[2], i = 0, l = [];
i < t.length;
i++
)
(n = t[i]),
Object.prototype.hasOwnProperty.call(f, n) &&
f[n] &&
l.push(f[n][0]),
(f[n] = 0);
for (r in o)
Object.prototype.hasOwnProperty.call(o, r) && (a[r] = o[r]);
for (s && s(e); l.length; ) l.shift()();
return c.push.apply(c, u || []), p();
}
function p() {
for (var e, r = 0; r < c.length; r++) {
for (var n = c[r], t = !0, o = 1; o < n.length; o++) {
var u = n[o];
0 !== f[u] && (t = !1);
}
t && (c.splice(r--, 1), (e = i((i.s = n[0]))));
}
return e;
}
var n = {},
f = { 1: 0 },
c = [];
function i(e) {
if (n[e]) return n[e].exports;
var r = (n[e] = { i: e, l: !1, exports: {} });
return a[e].call(r.exports, r, r.exports, i), (r.l = !0), r.exports;
}
(i.m = a),
(i.c = n),
(i.d = function (e, r, n) {
i.o(e, r) ||
Object.defineProperty(e, r, { enumerable: !0, get: n });
}),
(i.r = function (e) {
"undefined" != typeof Symbol &&
Symbol.toStringTag &&
Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }),
Object.defineProperty(e, "__esModule", { value: !0 });
}),
(i.t = function (r, e) {
if ((1 & e && (r = i(r)), 8 & e)) return r;
if (4 & e && "object" == typeof r && r && r.__esModule) return r;
var n = Object.create(null);
if (
(i.r(n),
Object.defineProperty(n, "default", { enumerable: !0, value: r }),
2 & e && "string" != typeof r)
)
for (var t in r)
i.d(
n,
t,
function (e) {
return r[e];
}.bind(null, t)
);
return n;
}),
(i.n = function (e) {
var r =
e && e.__esModule
? function () {
return e.default;
}
: function () {
return e;
};
return i.d(r, "a", r), r;
}),
(i.o = function (e, r) {
return Object.prototype.hasOwnProperty.call(e, r);
}),
(i.p = "./");
var r = (window["webpackJsonppwa-genicon"] =
window["webpackJsonppwa-genicon"] || []),
t = r.push.bind(r);
(r.push = e), (r = r.slice());
for (var o = 0; o < r.length; o++) e(r[o]);
var s = t;
p();
})([]);
</script>
<script src="./static/js/2.4d0b0edc.chunk.js"></script>
<script src="./static/js/main.d0dbe409.chunk.js"></script>
</body>
</html>