去除图片

This commit is contained in:
zogodo
2020-02-21 01:33:43 +08:00
parent 4cd0cf3417
commit eb055d43b9
5 changed files with 543 additions and 542 deletions

View File

@@ -25,19 +25,19 @@
<!-- Add to homescreen for Chrome on Android --> <!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png"> <!-- <link rel="icon" sizes="192x192" href="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="images/ios-desktop.png"> <!-- <link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png"> -->
<!-- Tile icon for Win8 (144x144 + tile color) --> <!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png"> <!-- <meta name="msapplication-TileImage" content="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="images/favicon.png"> <!-- <link rel="shortcut icon" href="images/favicon.png"> -->
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones --> <!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!-- <!--

View File

@@ -39,7 +39,7 @@
</style> </style>
</head> </head>
<body> <body>
<h1><a href="/demo" target="_blank">Go To Material</a></h1> <h1><a href="/demo">Go To Material</a></h1>
<fieldset class="socket"> <fieldset class="socket">
<legend>Power Control</legend> <legend>Power Control</legend>
<table id="socket_tb" style="width:100%;"> <table id="socket_tb" style="width:100%;">

View File

@@ -178,7 +178,7 @@ _:-ms-input-placeholder, :root .demo-graph {
} }
.demo-updates .mdl-card__title { .demo-updates .mdl-card__title {
min-height: 200px; min-height: 200px;
background-image: url('images/dog.png'); /* background-image: url('images/dog.png'); */
background-position: 90% 100%; background-position: 90% 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
} }

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,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 "v1.0.19" #define VERSION "v1.0.20"
#define TYPE 1 #define TYPE 1
#define TYPE_NAME "zTC1" #define TYPE_NAME "zTC1"