model-manager 0.0.24 → 0.0.25
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
- package/update.html +0 -48
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "model-manager",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.25",
|
4
4
|
"main": "main.js",
|
5
5
|
"license": "ISC",
|
6
6
|
"scripts": {
|
@@ -19,7 +19,7 @@
|
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
21
|
"electron": "^19.0.8",
|
22
|
-
"electron-builder": "
|
22
|
+
"electron-builder": "17.3.1",
|
23
23
|
"electron-reload": "^2.0.0-alpha.1"
|
24
24
|
},
|
25
25
|
"build": {
|
@@ -30,7 +30,7 @@
|
|
30
30
|
{
|
31
31
|
"provider": "github",
|
32
32
|
"private": true,
|
33
|
-
"owner": "
|
33
|
+
"owner": "Mine-North",
|
34
34
|
"repo": "Mine-North-Model-Tool",
|
35
35
|
"token": "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"
|
36
36
|
}
|
package/update.html
DELETED
@@ -1,48 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<link rel="preconnect" href="https://fonts.gstatic.com">
|
5
|
-
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap" rel="stylesheet">
|
6
|
-
<!--Stylesheet-->
|
7
|
-
<style media="screen">
|
8
|
-
body {
|
9
|
-
background: #1a1a1a;
|
10
|
-
color: whitesmoke;
|
11
|
-
}
|
12
|
-
#control {
|
13
|
-
-webkit-app-region: drag;
|
14
|
-
width: 100%;
|
15
|
-
height: 100vh;
|
16
|
-
z-index: 99;
|
17
|
-
top: 0;
|
18
|
-
left: 0;
|
19
|
-
position: absolute;
|
20
|
-
background: transparent;
|
21
|
-
}
|
22
|
-
#download {
|
23
|
-
position: absolute;
|
24
|
-
bottom: 15px;
|
25
|
-
width: 80%;
|
26
|
-
left: 10%;
|
27
|
-
height: 25px;
|
28
|
-
}
|
29
|
-
#download-label {
|
30
|
-
position: absolute;
|
31
|
-
top: 10vh;
|
32
|
-
width: 97%;
|
33
|
-
text-align: center;
|
34
|
-
font-size: 48px;
|
35
|
-
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
36
|
-
font-weight: 300;
|
37
|
-
}
|
38
|
-
</style>
|
39
|
-
</head>
|
40
|
-
<body>
|
41
|
-
|
42
|
-
<div id="control"></div>
|
43
|
-
<label for="download" id="download-label"></label>
|
44
|
-
<progress id="download" max="100" value="20"></progress>
|
45
|
-
<script src="./js/update.js"></script>
|
46
|
-
<!-- start_app -> channel to send data -->
|
47
|
-
</body>
|
48
|
-
</html>
|