-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
36 lines (36 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>ZMindMap-Mobile</title>
<script>
window.CFG = {
sentryCfg: {
tracingOrigins: ['map.kimjisoo.cn'],
dsn: 'https://286635702ecc437687d97885795599be@o1237174.ingest.sentry.io/6387522',
tracesSampleRate: 1.0
},
apiCfg: {
prdHost: 'https://mapapi.kimjisoo.cn',
devHost: 'http://localhost:3003'
},
socketCfg: {
prdHost: 'https://mapapi.kimjisoo.cn',
devHost: 'http://localhost:3003'
},
websiteCfg: {
defaultMapStyle: {
colorId: 'COLOR-Florid-2',
mapStyleId: 'MAPID-LogicTree'
}
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>