-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (79 loc) · 4.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<!-- MDUI CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/mdui.min.css"
integrity="sha384-cLRrMq39HOZdvE0j6yBojO4+1PrHfB7a9l5qLcmRm/fiWXYY+CndJPmyu5FV/9Tw"
crossorigin="anonymous"
/>
<!-- MDUI JavaScript -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/mdui.min.js"
integrity="sha384-gCMZcshYKOGRX9r6wbDrvF+TcCCswSHFucUzUPwka+Gr+uHgjlYvkABr95TCOz3A"
crossorigin="anonymous"
></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>TSC物联网官方网站-Things System Controller 物联网官方网站</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
</head>
<body class="mdui-theme-primary-teal">
<div class="mdui-appbar">
<div class="mdui-toolbar mdui-color-theme">
<a href="javascript:;" class="mdui-typo-headline">TSC官方网站</a>
<p class="mdui-typo-title">首页</p>
<div class="mdui-toolbar-spacer"></div>
<a href="javascript:;" class="mdui-btn mdui-btn-icon">
<i class="mdui-icon material-icons">refresh</i>
</a>
</a>
</div>
</div>
<div class="mdui-container">
<div align="center">
<h1>
<strong class="mdui-text-color-theme">T</strong>hings
<strong class="mdui-text-color-theme">S</strong>ystem
<strong class="mdui-text-color-theme">C</strong>ontroller
</h1>
<h2>“万千物联 一手掌握”</h2>
<h2>TSC是专为手工制作而生的物联网生态,让编排和控制更简单</h2>
<a href="https://github.com/Things-System-Controller/" target="_blank" class="mdui-btn mdui-btn-raised mdui-ripple">查看源代码</a>
<button class="mdui-btn mdui-btn-raised mdui-ripple mdui-color-theme" mdui-dialog="{target: '#download'}">下载</button>
</div>
</div>
<div class="mdui-dialog" id="download">
<div class="mdui-dialog-title">TSC分为客户端和固件,请选择您需要的版本</div>
<div class="mdui-dialog-content">
<strong>固件:(请修改对应的代码使用)</strong>
<a href="https://github.com/Things-System-Controller/TSC-IoT/blob/main/ESP8266.ino" target="_blank" class="mdui-btn mdui-btn-raised mdui-ripple mdui-color-theme">ESP8266固件</a>
</br>
<strong>客户端:</strong>
<a href="https://github.com/Things-System-Controller/TSC-Client-Mobile/releases/latest/" target="_blank" class="mdui-btn mdui-btn-raised mdui-ripple mdui-color-theme">移动端Android客户端</a>
<a href="https://github.com/Things-System-Controller/TSC-Client-PC/releases/latest/" target="_blank" class="mdui-btn mdui-btn-raised mdui-ripple mdui-color-theme">编排端(Windows)</a>
</div>
<div class="mdui-dialog-actions">
<button class="mdui-btn mdui-ripple" mdui-dialog-close>取消</button>
</div>
</div>
<script src="" async defer></script>
</body>
<footer>
<p align="center" js_callback="https://endpoint.yuxiangwang0525.com/company/recall/client.express/enderpoint">智联江海科技(青岛)有限公司 | 联合江海(香港)集团有限公司</p>
<br/>
<div style="width:300px;margin:0 auto; padding:20px 0;">
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=37020302372121" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"><img src="https://www.beian.gov.cn/img/new/gongan.png" style="float:left;"><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">鲁公网安备 37020302372121号</p></a>
</div></footer>
<script>
console.clear();
console.log("聯合江海集團有限公司 | 青春連接江海 | 版权所有 © 2018 - " + new Date().getFullYear());
</script>
</html>