mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 14:08:19 +08:00
yuntong.icu
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||||
<title>zTC1</title>
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<link rel="icon" sizes="192x192" href="http://www.yuntong.com/tc1/images/android-desktop.png">
|
||||
<link rel="icon" sizes="192x192" href="http://yuntong.icu/tc1/images/android-desktop.png">
|
||||
<!-- Add to homescreen for Safari on iOS -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
|
||||
<link rel="apple-touch-icon-precomposed" href="http://www.yuntong.com/tc1/images/ios-desktop.png">
|
||||
<link rel="apple-touch-icon-precomposed" href="http://yuntong.icu/tc1/images/ios-desktop.png">
|
||||
<!-- Tile icon for Win8 (144x144 + tile color) -->
|
||||
<meta name="msapplication-TileImage" content="http://www.yuntong.com/tc1/images/touch/ms-touch-icon-144x144-precomposed.png">
|
||||
<meta name="msapplication-TileImage" content="http://yuntong.icu/tc1/images/touch/ms-touch-icon-144x144-precomposed.png">
|
||||
<meta name="msapplication-TileColor" content="#3372DF">
|
||||
<link rel="shortcut icon" href="http://www.yuntong.com/tc1/images/favicon.png">
|
||||
<link rel="shortcut icon" href="http://yuntong.icu/tc1/images/favicon.png">
|
||||
<link rel="stylesheet" href="assets/css_pack.css">
|
||||
</head>
|
||||
<body>
|
||||
@@ -46,7 +46,7 @@
|
||||
</header>
|
||||
<div class="demo-drawer mdl-layout__drawer mdl-color--blue-grey-900 mdl-color-text--blue-grey-50">
|
||||
<header class="demo-drawer-header">
|
||||
<!-- <img src="http://www.yuntong.com/tc1/images/user.jpg" class="demo-avatar"> -->
|
||||
<!-- <img src="http://yuntong.icu/tc1/images/user.jpg" class="demo-avatar"> -->
|
||||
<!-- <img width="112px" src="assets/user2.svg" class="demo-avatar"/> -->
|
||||
<svg width="112pt" height="112pt" viewBox="0 0 112 112" class="demo-avatar"><use xlink:href="#img-user"/></svg>
|
||||
<div class="demo-avatar-dropdown">
|
||||
@@ -393,7 +393,7 @@
|
||||
<div class="mdl-card__supporting-text">
|
||||
<form action="#">
|
||||
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
|
||||
<input class="mdl-textfield__input" type="text" id="ota_url" value="http://www.yuntong.icu/ztc1/tc1-v2.1.1-ota.bin">
|
||||
<input class="mdl-textfield__input" type="text" id="ota_url" value="http://yuntong.icu/ztc1/tc1-v2.1.1-ota.bin">
|
||||
<label class="mdl-textfield__label" for="ota_url">OTA 地址</label>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -16,7 +16,7 @@
|
||||
#define wifi_log(M, ...) do { custom_log("WIFI", M, ##__VA_ARGS__); web_log("WIFI", M, ##__VA_ARGS__); } while(0)
|
||||
#define power_log(M, ...) do { custom_log("POWER", M, ##__VA_ARGS__); web_log("POWER", M, ##__VA_ARGS__); } while(0)
|
||||
|
||||
#define VERSION "v2.1.2"
|
||||
#define VERSION "v2.1.3"
|
||||
|
||||
#define TYPE 1
|
||||
#define TYPE_NAME "zTC1"
|
||||
|
||||
Reference in New Issue
Block a user