hellfire 0.23.4 → 0.23.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/favicon.ico +0 -0
- package/dist/index.html +0 -32
- package/dist/v0.17.0-81-g0b28d38/main-9fb23f848d4722b0b17d.js +0 -2238
- package/dist/v0.17.0-81-g0b28d38/main9fb23f848d4722b0b17d.css +0 -1957
package/package.json
CHANGED
package/dist/favicon.ico
DELETED
|
Binary file
|
package/dist/index.html
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="zh-Hans" class="default">
|
|
3
|
-
<head>
|
|
4
|
-
<meta name="renderer" content="webkit">
|
|
5
|
-
<meta charset="utf-8"/>
|
|
6
|
-
<title>examples</title>
|
|
7
|
-
<meta name="description" content="Soul Archetype Admin System"/>
|
|
8
|
-
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1">
|
|
9
|
-
<meta name="viewport"
|
|
10
|
-
content="user-scalable=no, width=device-width, height=device-height, initial-scale=1, minimum-scale=1, maximum-scale=1"/>
|
|
11
|
-
<meta name="robots" content="noindex, nofollow, noodp, noarchive, nosnippet, noimageindex, noydir, nocache"/>
|
|
12
|
-
<meta name="referrer" content="origin"/>
|
|
13
|
-
<style>
|
|
14
|
-
html {
|
|
15
|
-
height: 100%;
|
|
16
|
-
width: 100%;
|
|
17
|
-
overflow: hidden;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
body {
|
|
21
|
-
height: 100%;
|
|
22
|
-
width: 100%;
|
|
23
|
-
overflow: auto;
|
|
24
|
-
margin: 0;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
</style>
|
|
28
|
-
<link rel="shortcut icon" href="./favicon.ico"><link href="./v0.17.0-81-g0b28d38/main9fb23f848d4722b0b17d.css?9fb23f848d4722b0b17d" rel="stylesheet"></head>
|
|
29
|
-
<body>
|
|
30
|
-
<div id="app" style="height: 100%;"></div>
|
|
31
|
-
<script type="text/javascript" src="./v0.17.0-81-g0b28d38/main-9fb23f848d4722b0b17d.js?9fb23f848d4722b0b17d"></script></body>
|
|
32
|
-
</html>
|