efront 4.35.6 → 4.35.8
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/apps/_index.html +41 -41
- package/apps/blank/index.html +20 -20
- package/apps/noice/index.html +42 -42
- package/apps/pivot/menu.yml +1 -6
- package/apps/pivot//344/270/273/351/241/265.html +42 -42
- package/coms/basic/JSAM.js +259 -259
- package/coms/basic/Matrix.js +1 -1
- package/coms/basic/check.js +42 -42
- package/coms/basic/color.js +696 -696
- package/coms/basic/crc.js +39 -39
- package/coms/basic/getIndexFromOrderedArray.js +39 -39
- package/coms/basic/isObject.js +3 -3
- package/coms/basic/keys.js +4 -4
- package/coms/basic/lazy.js +78 -78
- package/coms/basic/math.js +3 -3
- package/coms/basic/refilm.js +96 -96
- package/coms/basic/saveToOrderedArray.js +11 -11
- package/coms/compile/autoeval.js +8 -2
- package/coms/compile/autoeval_test.js +10 -8
- package/coms/compile/scanner.js +653 -653
- package/coms/compile/scanner2.js +0 -23
- package/coms/compile/wraphtml.js +1 -1
- package/coms/compile//347/256/227/345/274/217.js +1 -1
- package/coms/compile//347/256/227/345/274/217_test.js +4 -2
- package/coms/docs/getMimeData_test.js +19 -19
- package/coms/docs/md5.js +173 -173
- package/coms/frame/chat.js +2 -1
- package/coms/frame/top.less +190 -190
- package/coms/zimoli/AudioContext_test.html +5 -5
- package/coms/zimoli/AudioContext_test.js +92 -92
- package/coms/zimoli/AudioContext_test.less +114 -114
- package/coms/zimoli/alert_test.js +11 -11
- package/coms/zimoli/bggrid-func.less +2 -2
- package/coms/zimoli/dispatch.js +50 -50
- package/coms/zimoli/drag.js +11 -6
- package/coms/zimoli/extendTouchEvent.js +8 -8
- package/coms/zimoli/fullscreen.js +52 -52
- package/coms/zimoli/gallery.less +13 -13
- package/coms/zimoli/gallery_test.html +2 -2
- package/coms/zimoli/gallery_test.js +14 -14
- package/coms/zimoli/gallery_test.less +17 -17
- package/coms/zimoli/getChanged.js +7 -7
- package/coms/zimoli/getChanges.js +13 -13
- package/coms/zimoli/lattice.js +109 -109
- package/coms/zimoli/lattice_test.less +23 -23
- package/coms/zimoli/moveupon.js +26 -1
- package/coms/zimoli/picture.less +54 -71
- package/coms/zimoli/refilm_test.html +41 -41
- package/coms/zimoli/refilm_test.less +102 -102
- package/coms/zimoli/xml.js +131 -131
- package/data/keystore/cross-cert.pem +21 -21
- package/data/keystore/cross-key.pem +27 -27
- package/package.json +1 -1
- package/public/efront.js +1 -1
- package/public//346/226/207/344/273/266/347/263/273/347/273/237//344/270/273/351/241/265.jsp +2 -2
- package/apps/pay/paypal.jsp +0 -0
- package/apps/pay/wxpay.jsp +0 -32
- package/apps/pivot/dht/rent.html +0 -14
- package/apps/pivot/dht/rent.js +0 -148
- package/apps/pivot/dht/rent.less +0 -46
- package/apps/pivot/home/desktop.xht +0 -0
- package/apps/pivot/shop/goods/list.xht +0 -183
- package/apps/pivot/shop/home.xht +0 -20
- package/apps/pivot/shop/mind/list.xht +0 -1
- package/apps/pivot/shop/order/create.xht +0 -49
- package/apps/pivot/shop/order/list.xht +0 -1
- package/apps/pivot/shop/paypal.jsp +0 -23
- package/apps/pivot/soft/list.html +0 -0
- package/apps/pivot/soft/list.js +0 -9
- package/apps/pivot/soft/list.less +0 -0
- package/coms/7z_temp/Java.js +0 -93
- package/coms/7z_temp/LzmaBench.java +0 -392
- package/coms/7z_temp/read-from-java-code.js +0 -28
- package/coms/7z_temp//350/257/264/346/230/216.md +0 -1
- package/coms/basic_/&pget.js +0 -1
- package/coms/basic_/&pset.js +0 -1
- package/coms/basic_/Proxy.js +0 -6
- package/coms/basic_/Reflect.js +0 -55
- package/coms/compile/bracket.js +0 -51
- package/coms/compile/bracket_test.js +0 -9
- package/coms/compile/createvm.js +0 -35
- package/coms/compile/createvm_test.js +0 -7
- package/coms/pivot/DB.js +0 -9
- package/coms/pivot/paypal-var.js +0 -1
- package/coms/pivot//345/225/206/345/223/201.js +0 -1
- /package/apps/pivot/{ticket → tick}/list.js +0 -0
package/apps/_index.html
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<!--
|
|
3
|
-
http://efront.cc
|
|
4
|
-
没有有效限制措施的条文不是法律,而是愚弄民众的说辞。
|
|
5
|
-
-->
|
|
6
|
-
<html lang="zh-CN">
|
|
7
|
-
|
|
8
|
-
<head>
|
|
9
|
-
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
10
|
-
<meta charset="utf-8" />
|
|
11
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
12
|
-
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
|
|
13
|
-
<meta name="viewport" content="initial-scale=1,maximum-scale=1,width=device-width,user-scalable=no,initial-scale=1" />
|
|
14
|
-
<title>efront 项目</title>
|
|
15
|
-
<script deleteoncompile efrontloader>
|
|
16
|
-
// 若要在开发环境使用内置组件,请保留此script标签中的代码,在编译发布时,这里的代码会自动删除
|
|
17
|
-
</script>
|
|
18
|
-
<style>
|
|
19
|
-
html {
|
|
20
|
-
height: 100%;
|
|
21
|
-
font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
*,
|
|
25
|
-
::before,
|
|
26
|
-
::after {
|
|
27
|
-
box-sizing: border-box;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
body {
|
|
31
|
-
border: none;
|
|
32
|
-
margin: 0;
|
|
33
|
-
padding: 0;
|
|
34
|
-
height: 100%;
|
|
35
|
-
overflow: hidden;
|
|
36
|
-
}
|
|
37
|
-
</style>
|
|
38
|
-
</head>
|
|
39
|
-
|
|
40
|
-
<body scroll=no max-render=1440></body>
|
|
41
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<!--
|
|
3
|
+
http://efront.cc
|
|
4
|
+
没有有效限制措施的条文不是法律,而是愚弄民众的说辞。
|
|
5
|
+
-->
|
|
6
|
+
<html lang="zh-CN">
|
|
7
|
+
|
|
8
|
+
<head>
|
|
9
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
10
|
+
<meta charset="utf-8" />
|
|
11
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
12
|
+
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
|
|
13
|
+
<meta name="viewport" content="initial-scale=1,maximum-scale=1,width=device-width,user-scalable=no,initial-scale=1" />
|
|
14
|
+
<title>efront 项目</title>
|
|
15
|
+
<script deleteoncompile efrontloader>
|
|
16
|
+
// 若要在开发环境使用内置组件,请保留此script标签中的代码,在编译发布时,这里的代码会自动删除
|
|
17
|
+
</script>
|
|
18
|
+
<style>
|
|
19
|
+
html {
|
|
20
|
+
height: 100%;
|
|
21
|
+
font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
*,
|
|
25
|
+
::before,
|
|
26
|
+
::after {
|
|
27
|
+
box-sizing: border-box;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
body {
|
|
31
|
+
border: none;
|
|
32
|
+
margin: 0;
|
|
33
|
+
padding: 0;
|
|
34
|
+
height: 100%;
|
|
35
|
+
overflow: hidden;
|
|
36
|
+
}
|
|
37
|
+
</style>
|
|
38
|
+
</head>
|
|
39
|
+
|
|
40
|
+
<body scroll=no max-render=1440></body>
|
|
41
|
+
|
|
42
42
|
</html>
|
package/apps/blank/index.html
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<!--
|
|
3
|
-
http://efront.cc
|
|
4
|
-
-->
|
|
5
|
-
<html lang="zh-CN">
|
|
6
|
-
|
|
7
|
-
<head>
|
|
8
|
-
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
9
|
-
<meta charset="utf-8" />
|
|
10
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
11
|
-
<link rel="Shortcut Icon" href="http://efront.cc/favicon.ico" type="image/x-icon" />
|
|
12
|
-
<meta name="viewport" content="initial-scale=1,maximum-scale=1,width=device-width" />
|
|
13
|
-
<title>efront 空项目</title>
|
|
14
|
-
<script deleteoncompile efrontloader>
|
|
15
|
-
// 若要在开发环境使用内置组件,请保留此script标签中的代码,在编译发布时,这里的代码会自动删除
|
|
16
|
-
</script>
|
|
17
|
-
</head>
|
|
18
|
-
|
|
19
|
-
<body scroll=no max-render=1440></body>
|
|
20
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<!--
|
|
3
|
+
http://efront.cc
|
|
4
|
+
-->
|
|
5
|
+
<html lang="zh-CN">
|
|
6
|
+
|
|
7
|
+
<head>
|
|
8
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
9
|
+
<meta charset="utf-8" />
|
|
10
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
11
|
+
<link rel="Shortcut Icon" href="http://efront.cc/favicon.ico" type="image/x-icon" />
|
|
12
|
+
<meta name="viewport" content="initial-scale=1,maximum-scale=1,width=device-width" />
|
|
13
|
+
<title>efront 空项目</title>
|
|
14
|
+
<script deleteoncompile efrontloader>
|
|
15
|
+
// 若要在开发环境使用内置组件,请保留此script标签中的代码,在编译发布时,这里的代码会自动删除
|
|
16
|
+
</script>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body scroll=no max-render=1440></body>
|
|
20
|
+
|
|
21
21
|
</html>
|
package/apps/noice/index.html
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<!--
|
|
3
|
-
http://efront.cc
|
|
4
|
-
-->
|
|
5
|
-
<html lang="zh-CN">
|
|
6
|
-
|
|
7
|
-
<head>
|
|
8
|
-
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
9
|
-
<meta charset="utf-8" />
|
|
10
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
11
|
-
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
|
|
12
|
-
<meta name="viewport" content="initial-scale=1,maximum-scale=1,width=device-width" />
|
|
13
|
-
<title>声音监测仪</title>
|
|
14
|
-
<script deleteoncompile efrontloader>
|
|
15
|
-
// 若要在开发环境使用内置组件,请保留此script标签中的代码,在编译发布时,这里的代码会自动删除
|
|
16
|
-
efrontNoice = true;
|
|
17
|
-
</script>
|
|
18
|
-
<script>if (!window.efrontNoice && /^http\:/i.test(location.href)) location.href = location.href.replace(/^http\:/i, 'https:');</script>
|
|
19
|
-
<style>
|
|
20
|
-
html {
|
|
21
|
-
height: 100%;
|
|
22
|
-
font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
*,
|
|
26
|
-
::before,
|
|
27
|
-
::after {
|
|
28
|
-
box-sizing: border-box;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
body {
|
|
32
|
-
border: none;
|
|
33
|
-
margin: 0;
|
|
34
|
-
padding: 0;
|
|
35
|
-
height: 100%;
|
|
36
|
-
overflow: hidden;
|
|
37
|
-
}
|
|
38
|
-
</style>
|
|
39
|
-
</head>
|
|
40
|
-
|
|
41
|
-
<body scroll=no max-render=1440></body>
|
|
42
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<!--
|
|
3
|
+
http://efront.cc
|
|
4
|
+
-->
|
|
5
|
+
<html lang="zh-CN">
|
|
6
|
+
|
|
7
|
+
<head>
|
|
8
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
9
|
+
<meta charset="utf-8" />
|
|
10
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
11
|
+
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
|
|
12
|
+
<meta name="viewport" content="initial-scale=1,maximum-scale=1,width=device-width" />
|
|
13
|
+
<title>声音监测仪</title>
|
|
14
|
+
<script deleteoncompile efrontloader>
|
|
15
|
+
// 若要在开发环境使用内置组件,请保留此script标签中的代码,在编译发布时,这里的代码会自动删除
|
|
16
|
+
efrontNoice = true;
|
|
17
|
+
</script>
|
|
18
|
+
<script>if (!window.efrontNoice && /^http\:/i.test(location.href)) location.href = location.href.replace(/^http\:/i, 'https:');</script>
|
|
19
|
+
<style>
|
|
20
|
+
html {
|
|
21
|
+
height: 100%;
|
|
22
|
+
font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
*,
|
|
26
|
+
::before,
|
|
27
|
+
::after {
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
body {
|
|
32
|
+
border: none;
|
|
33
|
+
margin: 0;
|
|
34
|
+
padding: 0;
|
|
35
|
+
height: 100%;
|
|
36
|
+
overflow: hidden;
|
|
37
|
+
}
|
|
38
|
+
</style>
|
|
39
|
+
</head>
|
|
40
|
+
|
|
41
|
+
<body scroll=no max-render=1440></body>
|
|
42
|
+
|
|
43
43
|
</html>
|
package/apps/pivot/menu.yml
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
首页: /home/welcome
|
|
2
|
-
DHT:
|
|
3
|
-
服务器列表: /dht/list
|
|
4
2
|
WEB:
|
|
5
3
|
路径映射: /proxy/list
|
|
6
4
|
文件管理: /wow/root
|
|
@@ -9,13 +7,10 @@ WEB:
|
|
|
9
7
|
字典: /dict/list
|
|
10
8
|
证书管理: /cert/main
|
|
11
9
|
共享目录: /share/list
|
|
12
|
-
# 软件管理:
|
|
13
|
-
# 软件列表: /soft/list
|
|
14
|
-
# 权限管理: /soft/limit
|
|
15
10
|
服务:
|
|
16
11
|
密钥管理: /token/list
|
|
17
12
|
任务管理: /task/list
|
|
18
13
|
服务器日志:
|
|
19
14
|
访问计数: /log/count
|
|
20
15
|
启动记录: /log/boot
|
|
21
|
-
|
|
16
|
+
# 并发记忆: /log/lock
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<!--
|
|
3
|
-
http://efront.cc
|
|
4
|
-
-->
|
|
5
|
-
<html lang="zh-CN">
|
|
6
|
-
|
|
7
|
-
<head>
|
|
8
|
-
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
9
|
-
<meta charset="utf-8" />
|
|
10
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
11
|
-
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
|
|
12
|
-
<meta name="viewport" content="initial-scale=1,maximum-scale=1,width=device-width" />
|
|
13
|
-
<title>efront 服务器管理工具</title>
|
|
14
|
-
<script deleteoncompile efrontloader>
|
|
15
|
-
// 若要在开发环境使用内置组件,请保留此script标签中的代码,在编译发布时,这里的代码会自动删除
|
|
16
|
-
</script>
|
|
17
|
-
<style>
|
|
18
|
-
html {
|
|
19
|
-
height: 100%;
|
|
20
|
-
font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
*,
|
|
24
|
-
::before,
|
|
25
|
-
::after {
|
|
26
|
-
box-sizing: border-box;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
body {
|
|
30
|
-
border: none;
|
|
31
|
-
margin: 0;
|
|
32
|
-
padding: 0;
|
|
33
|
-
height: 100%;
|
|
34
|
-
overflow: hidden;
|
|
35
|
-
}
|
|
36
|
-
</style>
|
|
37
|
-
</head>
|
|
38
|
-
|
|
39
|
-
<body scroll=no>
|
|
40
|
-
雪下的那么深,下的那么认真..
|
|
41
|
-
</body>
|
|
42
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<!--
|
|
3
|
+
http://efront.cc
|
|
4
|
+
-->
|
|
5
|
+
<html lang="zh-CN">
|
|
6
|
+
|
|
7
|
+
<head>
|
|
8
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
9
|
+
<meta charset="utf-8" />
|
|
10
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
11
|
+
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
|
|
12
|
+
<meta name="viewport" content="initial-scale=1,maximum-scale=1,width=device-width" />
|
|
13
|
+
<title>efront 服务器管理工具</title>
|
|
14
|
+
<script deleteoncompile efrontloader>
|
|
15
|
+
// 若要在开发环境使用内置组件,请保留此script标签中的代码,在编译发布时,这里的代码会自动删除
|
|
16
|
+
</script>
|
|
17
|
+
<style>
|
|
18
|
+
html {
|
|
19
|
+
height: 100%;
|
|
20
|
+
font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
*,
|
|
24
|
+
::before,
|
|
25
|
+
::after {
|
|
26
|
+
box-sizing: border-box;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
body {
|
|
30
|
+
border: none;
|
|
31
|
+
margin: 0;
|
|
32
|
+
padding: 0;
|
|
33
|
+
height: 100%;
|
|
34
|
+
overflow: hidden;
|
|
35
|
+
}
|
|
36
|
+
</style>
|
|
37
|
+
</head>
|
|
38
|
+
|
|
39
|
+
<body scroll=no>
|
|
40
|
+
雪下的那么深,下的那么认真..
|
|
41
|
+
</body>
|
|
42
|
+
|
|
43
43
|
</html>
|