This commit is contained in:
XingCheng3
2026-05-22 12:58:06 +08:00
commit fffe77ec31
129 changed files with 66777 additions and 0 deletions

6
public/config.js Normal file
View File

@@ -0,0 +1,6 @@
window.dt_Config = {
// serverAddress: `http://192.168.43.124:20021/submit/MESCommonBase.ashx`
serverAddress: 'http://172.16.1.5:10000/submit/MESCommonBase.ashx',
// serverAddress: 'http://127.0.0.1:10260/submit/MESCommonBase.ashx',
carouselInterval: 1000 * 30,
}

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

20
public/index.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google" content="notranslate">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>PDC量产线生产看板</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 DT-TV doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB