init: 导入项目到 meswork Gitea

This commit is contained in:
XingCheng3
2026-05-29 10:07:03 +08:00
commit cadfd68f72
211 changed files with 39571 additions and 0 deletions

9
public/config.js Normal file
View File

@@ -0,0 +1,9 @@
window.g = {
mqttClient: null,
mqttSubscriptionTopic: "MES/InstantMessaging/SY/#",
mqttPublishTopic: "WEB/InstantMessaging/SY/MisServer",
mqttIP: "192.168.0.1",
mqttPortNumber: "8083",
baseURL: "http://192.168.0.1:8001/submit/MESCommonBase.ashx",
// baseURL: "http://127.0.0.1:8001/submit/MESCommonBase.ashx",
};

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

26
public/index.html Normal file
View File

@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>设备信息展示平台</title>
<script type="text/javascript">
document.write("<script src='./config.js?v=" + new Date().getTime() + "'><\/script>");
</script>
</head>
<body>
<noscript>
<strong>We're sorry but gaojingtv doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
<style slot-scope="true">
body{
/*background-color: #5B9BD5;*/
/*background:rgba(0,0,0,0.2);*/
}
</style>

123
public/layou.json Normal file
View File

@@ -0,0 +1,123 @@
{
"layout": [
{
"opName": "OP0010",
"opNameShow": "OP10A",
"dir": 2,
"left": "315px",
"top": "0px"
},
{
"opName": "OP0020",
"opNameShow": "OP020",
"dir": 4,
"left": "540px",
"top": "200px"
},
{
"opName": "OP0030",
"opNameShow": "OP030",
"dir": 4,
"left": "540px",
"top": "300px"
},
{
"opName": "OP0040",
"opNameShow": "OP040",
"dir": 4,
"left": "540px",
"top": "400px"
},
{
"opName": "OP0050",
"opNameShow": "OP050",
"dir": 4,
"left": "540px",
"top": "705px"
},
{
"opName": "OP0060",
"opNameShow": "OP060",
"dir": 3,
"left": "90px",
"top": "813px"
},
{
"opName": "OP0070",
"opNameShow": "OP070",
"dir": 3,
"left": "90px",
"top": "720px"
},
{
"opName": "OP0080",
"opNameShow": "OP080",
"dir": 3,
"left": "90px",
"top": "526px"
},
{
"opName": "OP0090",
"opNameShow": "OP090",
"dir": 3,
"left": "90px",
"top": "396px"
},
{
"opName": "OP0100",
"opNameShow": "OP100",
"dir": 3,
"left": "90px",
"top": "305px"
},
{
"opName": "OP0110A",
"opNameShow": "D10",
"dir": 3,
"left": "90px",
"top": "227px"
},
{
"opName": "OP0110B",
"opNameShow": "D20",
"dir": 3,
"left": "90px",
"top": "148px"
},
{
"opName": "OP1010",
"opNameShow": "A10",
"dir": 1,
"left": "410px",
"top": "690px"
},
{
"opName": "OP1040",
"opNameShow": "A40",
"dir": 2,
"left": "442px",
"top": "570px"
},
{
"opName": "OP1050",
"opNameShow": "A50",
"dir": 2,
"left": "515px",
"top": "570px"
},
{
"opName": "OP2010",
"opNameShow": "B10",
"dir": 2,
"left": "204px",
"top": "548px"
},
{
"opName": "OP2040",
"opNameShow": "B40",
"dir": 1,
"left": "155px",
"top": "665px"
}
]
}

BIN
public/layout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
public/layout1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

BIN
public/layout2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
public/layoutDetails.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

BIN
public/layoutDetails2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 KiB

BIN
public/layoutDetails3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 KiB

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 KiB