-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathecloud.html
352 lines (308 loc) · 12.9 KB
/
ecloud.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<title>易点新媒 - 专注于自动化技术&新媒体营销获客平台</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="autojs,aj,ec,easyclick,免root,脚本,自动化"/>
<meta name="description" content="易点云测专注于自动化技术,autojs,aj,ec,easyclick,免root,脚本,自动化"/>
<link rel="apple-touch-icon" href="icon.png" />
<!-- Place favicon.ico in the root directory -->
<!-- Bootstrap css -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<!-- Vendors Plugins -->
<link rel="stylesheet" href="assets/vendor/fontawesome/css/all.css" />
<link rel="stylesheet" href="assets/vendor/slick/slick-theme.css" />
<link rel="stylesheet" href="assets/vendor/slick/slick.css" />
<link rel="stylesheet" href="assets/vendor/animation/animate.css" />
<link rel="stylesheet" href="assets/vendor/venobox/venobox.css" />
<link rel="stylesheet" href="assets/vendor/flaticon/flaticon.css" />
<link rel="stylesheet" href="assets/vendor/arrow-font/flaticon.css" />
<!-- style css -->
<link rel="stylesheet" href="assets/css/style.css" />
<!-- responsive css -->
<link rel="stylesheet" href="assets/css/responsive.css" />
<meta name="theme-color" content="#fafafa" />
</head>
<body id="home">
<header>
<!-- Main Menu Start -->
<div class="site-navigation menu-transparent">
<nav class="navbar navbar-expand-lg navbar-light navbar-floating">
<div class="container">
<a class="navbar-brand" href="index.html">
<span style="color:white;font-size: 20px;">易点新媒</span>
</a>
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarMenu"
aria-controls="navbarMenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse mainmenu" id="navbarMenu">
<ul class="navbar-nav mx-auto">
<li class="nav-item ">
<a class="nav-link" href="index.html" id="navbar1">
首页
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbar3" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
产品
</a>
<div class="dropdown-menu" aria-labelledby="navbar3">
<a class="dropdown-item " href="easyclick.html">
易点云测
</a>
<a class="dropdown-item " href="ecloud.html">
易点云控
</a>
<a class="dropdown-item " href="ecloud-media.html">
易拓客AI系统
</a>
</div>
</li>
<li class="nav-item">
<a href="service.html" class="nav-link"> 技术服务 </a>
</li>
<li class="nav-item">
<a href="docs/#/zh-cn/device_solution" class="nav-link"> 设备采购 </a>
</li>
<li class="nav-item">
<a href="docs/#/zh-cn/device_solution" class="nav-link"> 机房搭建 </a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link"> 联系我们 </a>
</li>
</ul>
<div class="header-btn d-none d-lg-block">
<a href="docs/" class="btn btn-radius btn-solid-border text-uppercase">开始体验</a>
</div>
</div>
<!-- / .navbar-collapse -->
</div>
<!-- / .container -->
</nav>
</div>
</header>
<!-- Header ENd -->
<!-- Banner Section Start -->
<section class="page-banner pt-60 pb-60">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6">
<div class="page-banner-content text-center">
<h2>易点云控</h2>
<ul class="list-inline">
<li class="list-inline-item"> <a href="docs/">开发文档</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Banner Section End -->
<!-- Portfolio Section Start -->
<section class="portfolio2 pt-100 pb-80 section">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8">
<div class="section-heading text-center mb-70">
<span class="text-primary text-uppercase mb-10 d-inline-block">产品介绍</span>
<h3>批量管理安卓设备云平台</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="portfolio-item mb-30 bg-shadow item-common item-2 wow slideInUp" data-wow-delay="100ms" data-wow-duration="1500ms">
<div class="portfolio-img">
<img src="assets/images/ecloud/ecloud-1.jpg" alt="portfolio-image" class="img-fluid">
</div>
<div class="content">
<p>设备管理</p>
<h4>可批量管理上千台设备</h4>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="portfolio-item mb-30 bg-shadow item-common item-2 wow slideInUp" data-wow-delay="300ms" data-wow-duration="1500ms">
<div class="portfolio-img">
<img src="assets/images/ecloud/ecloud-2.jpg" alt="portfolio-image" class="img-fluid">
</div>
<div class="content">
<p>设备监控</p>
<h4>实时的设备监控</h4>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="portfolio-item mb-30 bg-shadow item-common wow item-2 slideInUp" data-wow-delay="400ms" data-wow-duration="1500ms">
<div class="portfolio-img">
<img src="assets/images/ecloud/ecloud-3.jpg" alt="portfolio-image" class="img-fluid">
</div>
<div class="content">
<p>批量任务</p>
<h4>
批量管理任务,实时下发脚本
</h4>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="portfolio-item mb-30 bg-shadow item-common item-2 wow slideInUp" data-wow-delay="600ms" data-wow-duration="1500ms">
<div class="portfolio-img">
<img src="assets/images/ecloud/ecloud-4.jpg" alt="portfolio-image" class="img-fluid">
</div>
<div class="content">
<p>租户管理</p>
<h4>
租户管理,共享脚本和任务
</h4>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="portfolio-item mb-30 bg-shadow item-common item-2 wow slideInUp" data-wow-delay="700ms" data-wow-duration="1500ms">
<div class="portfolio-img">
<img src="assets/images/ecloud/ecloud-5.jpg" alt="portfolio-image" class="img-fluid">
</div>
<div class="content">
<p>动态数据</p>
<h4>
动态收集脚本回传数据
</h4>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-6">
<div class="portfolio-item mb-30 bg-shadow item-common wow item-2 slideInUp" data-wow-delay="800ms" data-wow-duration="1500ms">
<div class="portfolio-img">
<img src="assets/images/ecloud/ecloud-6.jpg" alt="portfolio-image" class="img-fluid">
</div>
<div class="content">
<p>高并发监控</p>
<h4>
实时监控系统运行
</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Section End -->
<!-- CTA Section Start -->
<section class="cta ">
<div class="container">
<div class="cta-inner section">
<div class="cta-shape1"></div>
<div class="cta-shape2"></div>
<div class="cta-shape3"></div>
<div class="row align-items-center ">
<div class="col-xl-8 col-lg-8">
<div class="section-heading text-center text-lg-left mb-4 mb-lg-0">
<span class="text-white text-capitalize mb-10 d-inline-block">准备好了吗 ?</span>
<h2 class="text-white">购买请联系在线客服</h2>
</div>
</div>
<div class="col-xl-4 col-lg-4">
<div class="text-center text-lg-right ">
<a href="docs/" class="btn btn-main btn-radius text-uppercase">开始体验</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section End -->
<!-- Footer Start -->
<footer class="footer footer-2 pt-130">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-xl-3 col-md-6 col-sm-6">
<div class="footer-widget mb-5 mb-xl-0">
<div class="footer-logo">
<span style="color: white;font-size: 20px;">易点新媒</span>
</div>
<p>自动化技术平台&新媒体营销获客系统解决方案</p>
<div class="subscribe-form">
<form action="#" class="sub-form">
<input type="text" class="form-control" placeholder="">
<a href="mailto:ieasyclickmaster@hotmail.com"><i class="flaticon flaticon-paper-plane"></i></a>
</form>
</div>
</div>
</div>
<div class="col-xl-3 col-md-6 col-sm-6">
<div class="footer-widget mb-5 mb-xl-0 pl-xl-3">
<h3>链接</h3>
<ul class="list-unstyled">
<li><a href="#">关于我们</a></li>
<li><a href="#">服务</a></li>
<li><a href="#">条款与条件</a></li>
</ul>
</div>
</div>
<div class="col-xl-2 col-md-6 col-sm-6">
<div class="footer-widget mb-5 mb-xl-0">
<h3>支持</h3>
<ul class="list-unstyled">
<li><a href="#">联系我们</a></li>
</ul>
</div>
</div>
<div class="col-xl-3 col-md-6 col-sm-6 offset-xl-1 col-lg-5">
<div class="footer-widget mb-5 mb-xl-0">
<h3>在线客服</h3>
<ul class="list-unstyled">
<li><a href="#"><strong>QQ:</strong> 2557945562</a></li>
<li><a href="#"><strong>QQ群1 :</strong> 777164022</a></li>
<li><a href="#"><strong>QQ群2 :</strong> 620028786 </a></li>
<li><a href="#"><strong>QQ群3 :</strong> 647082990</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="col-xl-6 col-sm-6">
<p class="copyright text-center text-sm-left text-lg-left">Copyright © 2022.易点新媒 All rights
reserved.<a target="_blank" href="http://ieasyclick.com">网页模板</a></p>
</div>
<div class="col-xl-6 col-sm-6" style="display:none">
<div class="footer-socials text-center text-xl-right">
<a href="#"><i class="flaticon flaticon-facebook"></i></a>
<a href="#"><i class="flaticon flaticon-instagram"></i></a>
<a href="#"><i class="flaticon flaticon-twitter"></i></a>
<a href="#"><i class="flaticon flaticon-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer ENd -->
<div class="fixed-btm-top">
<a href="#home" class="smoth-scroll scroll-to-top bg-shadow"><i class="fa fa-angle-up"></i></a>
</div>
<!-- Main Jquery Files -->
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Vendors Plugins js -->
<script src="assets/vendor/slick/slick.min.js"></script>
<script src="assets/vendor/venobox/venobox.js"></script>
<script src="assets/vendor/animation/tilt.js"></script>
<script src="assets/vendor/animation/wow.min.js"></script>
<script src="assets/vendor/counterup/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/jquery.counterup.min.js"></script>
<!-- Main Script js -->
<script src="assets/js/scripts.js"></script>
</body>
</html>