yuntong.icu

This commit is contained in:
zogodo
2021-12-26 16:24:13 +08:00
parent 0b69c10355
commit 3f1f617f36
3 changed files with 662 additions and 663 deletions

View File

@@ -7,16 +7,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<title>zTC1</title> <title>zTC1</title>
<meta name="mobile-web-app-capable" content="yes"> <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 --> <!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes"> <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-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite"> <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) --> <!-- 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"> <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"> <link rel="stylesheet" href="assets/css_pack.css">
</head> </head>
<body> <body>
@@ -46,7 +46,7 @@
</header> </header>
<div class="demo-drawer mdl-layout__drawer mdl-color--blue-grey-900 mdl-color-text--blue-grey-50"> <div class="demo-drawer mdl-layout__drawer mdl-color--blue-grey-900 mdl-color-text--blue-grey-50">
<header class="demo-drawer-header"> <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"/> --> <!-- <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> <svg width="112pt" height="112pt" viewBox="0 0 112 112" class="demo-avatar"><use xlink:href="#img-user"/></svg>
<div class="demo-avatar-dropdown"> <div class="demo-avatar-dropdown">
@@ -393,7 +393,7 @@
<div class="mdl-card__supporting-text"> <div class="mdl-card__supporting-text">
<form action="#"> <form action="#">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label"> <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> <label class="mdl-textfield__label" for="ota_url">OTA 地址</label>
</div> </div>
</form> </form>

File diff suppressed because it is too large Load Diff

View File

@@ -16,7 +16,7 @@
#define wifi_log(M, ...) do { custom_log("WIFI", M, ##__VA_ARGS__); web_log("WIFI", M, ##__VA_ARGS__); } while(0) #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 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 1
#define TYPE_NAME "zTC1" #define TYPE_NAME "zTC1"