styles.css

This commit is contained in:
zogodo
2020-02-21 13:20:09 +08:00
parent 3cda1989ef
commit 942e9d8f1d
3 changed files with 11 additions and 11 deletions

View File

@@ -136,7 +136,7 @@ static int HttpGetAssets(httpd_request_t *req)
total_sz = sizeof(web_material_min_js); total_sz = sizeof(web_material_min_js);
file_data = web_material_min_js; file_data = web_material_min_js;
} }
else if (strcmp(file_name + 8, "style.css") == 0) else if (strcmp(file_name + 8, "styles.css") == 0)
{ {
total_sz = sizeof(web_styles_css); total_sz = sizeof(web_styles_css);
file_data = web_styles_css; file_data = web_styles_css;

View File

@@ -1,5 +1,5 @@
const unsigned char web_demo_html[0xbb1] = { const unsigned char web_demo_html[0xbb1] = {
0x1f,0x8b,0x08,0x00,0x0d,0x62,0x4f,0x5e,0x02,0xff,0xed,0x1b,0x6b,0x8f,0xe3,0xb6, 0x1f,0x8b,0x08,0x00,0xf3,0x67,0x4f,0x5e,0x02,0xff,0xed,0x1b,0x6b,0x8f,0xe3,0xb6,
0xf1,0x73,0x0b,0xf4,0x3f,0x30,0xba,0x16,0xd9,0x45,0x56,0xb2,0xf5,0xf0,0xeb,0xce, 0xf1,0x73,0x0b,0xf4,0x3f,0x30,0xba,0x16,0xd9,0x45,0x56,0xb2,0xf5,0xf0,0xeb,0xce,
0x5e,0xf4,0x72,0x49,0x9a,0x03,0xf2,0x42,0x2e,0x69,0xfb,0xcd,0xa0,0x25,0xda,0xe2, 0x5e,0xf4,0x72,0x49,0x9a,0x03,0xf2,0x42,0x2e,0x69,0xfb,0xcd,0xa0,0x25,0xda,0xe2,
0xad,0x24,0x2a,0x24,0xb5,0xb6,0x53,0xf4,0xbf,0x77,0x48,0xc9,0xb6,0x9e,0x3e,0xaf, 0xad,0x24,0x2a,0x24,0xb5,0xb6,0x53,0xf4,0xbf,0x77,0x48,0xc9,0xb6,0x9e,0x3e,0xaf,
@@ -188,7 +188,7 @@ const unsigned char web_demo_html[0xbb1] = {
0x3f,0x42,0x9b,0xf6,0x8a,0x5f,0xfe,0xfe,0x0f,0xd3,0x47,0x7d,0xaa,0x0b,0x3c,0x00, 0x3f,0x42,0x9b,0xf6,0x8a,0x5f,0xfe,0xfe,0x0f,0xd3,0x47,0x7d,0xaa,0x0b,0x3c,0x00,
0x00}; 0x00};
const unsigned char web_index_html[0x1243] = { const unsigned char web_index_html[0x1243] = {
0x1f,0x8b,0x08,0x00,0x0d,0x62,0x4f,0x5e,0x02,0xff,0xcd,0x3c,0x4d,0x73,0x1b,0x47, 0x1f,0x8b,0x08,0x00,0xf3,0x67,0x4f,0x5e,0x02,0xff,0xcd,0x3c,0x4d,0x73,0x1b,0x47,
0x76,0x77,0x57,0xf9,0x3f,0xb4,0xc6,0xb5,0x4b,0xd0,0x04,0x30,0x00,0xf8,0x21,0x9b, 0x76,0x77,0x57,0xf9,0x3f,0xb4,0xc6,0xb5,0x4b,0xd0,0x04,0x30,0x00,0xf8,0x21,0x9b,
0x20,0xe1,0xd2,0x4a,0x8a,0xad,0x58,0x14,0x69,0x91,0x1b,0x25,0x65,0x39,0xa8,0xc1, 0x20,0xe1,0xd2,0x4a,0x8a,0xad,0x58,0x14,0x69,0x91,0x1b,0x25,0x65,0x39,0xa8,0xc1,
0x4c,0x03,0x1c,0x73,0x30,0x33,0x9e,0x69,0x10,0xa4,0xb9,0xac,0xda,0xdb,0xa6,0x7c, 0x4c,0x03,0x1c,0x73,0x30,0x33,0x9e,0x69,0x10,0xa4,0xb9,0xac,0xda,0xdb,0xa6,0x7c,
@@ -482,7 +482,7 @@ const unsigned char web_index_html[0x1243] = {
0x26,0x5d,0xf5,0x4b,0x4e,0x5c,0xf9,0x7b,0xc2,0xfe,0x17,0x48,0xbc,0x2d,0x34,0x41, 0x26,0x5d,0xf5,0x4b,0x4e,0x5c,0xf9,0x7b,0xc2,0xfe,0x17,0x48,0xbc,0x2d,0x34,0x41,
0x4c,0x00,0x00}; 0x4c,0x00,0x00};
const unsigned char web_angular_min_js[0xce08] = { const unsigned char web_angular_min_js[0xce08] = {
0x1f,0x8b,0x08,0x00,0x0d,0x62,0x4f,0x5e,0x02,0xff,0xec,0xbd,0x79,0x73,0xdb,0xc6, 0x1f,0x8b,0x08,0x00,0xf3,0x67,0x4f,0x5e,0x02,0xff,0xec,0xbd,0x79,0x73,0xdb,0xc6,
0x96,0x37,0xfc,0xff,0x54,0xcd,0x77,0xb0,0x30,0x7a,0x34,0x40,0xd8,0xa2,0xa4,0xdc, 0x96,0x37,0xfc,0xff,0x54,0xcd,0x77,0xb0,0x30,0x7a,0x34,0x40,0xd8,0xa2,0xa4,0xdc,
0x3b,0xf7,0x99,0x01,0x84,0x70,0x64,0x59,0x5e,0x62,0x5b,0x72,0x2c,0x3b,0xce,0x0d, 0x3b,0xf7,0x99,0x01,0x84,0x70,0x64,0x59,0x5e,0x62,0x5b,0x72,0x2c,0x3b,0xce,0x0d,
0xcd,0xa4,0x1a,0x1b,0xc9,0x90,0x04,0x29,0x2e,0x92,0xb5,0xf0,0xbb,0xbf,0xe7,0x77, 0xcd,0xa4,0x1a,0x1b,0xc9,0x90,0x04,0x29,0x2e,0x92,0xb5,0xf0,0xbb,0xbf,0xe7,0x77,
@@ -3780,7 +3780,7 @@ const unsigned char web_angular_min_js[0xce08] = {
0x28,0xb8,0x19,0xbd,0x6f,0x8a,0xf6,0x84,0xce,0xb7,0xbe,0xe1,0xfe,0xbe,0xfc,0x17, 0x28,0xb8,0x19,0xbd,0x6f,0x8a,0xf6,0x84,0xce,0xb7,0xbe,0xe1,0xfe,0xbe,0xfc,0x17,
0x64,0x9f,0xd5,0x6f,0x33,0x62,0x02,0x00}; 0x64,0x9f,0xd5,0x6f,0x33,0x62,0x02,0x00};
const unsigned char web_jquery_min_js[0x7532] = { const unsigned char web_jquery_min_js[0x7532] = {
0x1f,0x8b,0x08,0x00,0x0d,0x62,0x4f,0x5e,0x02,0xff,0xcc,0x7d,0x79,0x77,0xdb,0x46, 0x1f,0x8b,0x08,0x00,0xf3,0x67,0x4f,0x5e,0x02,0xff,0xcc,0x7d,0x79,0x77,0xdb,0x46,
0xb2,0xef,0xff,0xef,0x9c,0xfb,0x1d,0x44,0x8c,0x47,0x01,0xcc,0x16,0x45,0x39,0xc9, 0xb2,0xef,0xff,0xef,0x9c,0xfb,0x1d,0x44,0x8c,0x47,0x01,0xcc,0x16,0x45,0x39,0xc9,
0xbc,0x3b,0x60,0x20,0x1e,0xc7,0x8e,0x13,0xcf,0x64,0x9b,0xd8,0x59,0x66,0x28,0x26, 0xbc,0x3b,0x60,0x20,0x1e,0xc7,0x8e,0x13,0xcf,0x64,0x9b,0xd8,0x59,0x66,0x28,0x26,
0x07,0x1b,0x49,0x50,0xdc,0x44,0x52,0x96,0x1c,0x91,0xf7,0xb3,0xbf,0xfa,0x55,0x75, 0x07,0x1b,0x49,0x50,0xdc,0x44,0x52,0x96,0x1c,0x91,0xf7,0xb3,0xbf,0xfa,0x55,0x75,
@@ -5657,7 +5657,7 @@ const unsigned char web_jquery_min_js[0x7532] = {
0x97,0x87,0xcf,0xd6,0xc8,0x86,0x7b,0xdb,0xff,0x02,0x88,0xcf,0x2b,0x92,0x49,0x51, 0x97,0x87,0xcf,0xd6,0xc8,0x86,0x7b,0xdb,0xff,0x02,0x88,0xcf,0x2b,0x92,0x49,0x51,
0x01,0x00}; 0x01,0x00};
const unsigned char web_material_min_js[0x2d44] = { const unsigned char web_material_min_js[0x2d44] = {
0x1f,0x8b,0x08,0x00,0x0d,0x62,0x4f,0x5e,0x02,0xff,0xed,0x7d,0x6d,0x73,0xdb,0x38, 0x1f,0x8b,0x08,0x00,0xf4,0x67,0x4f,0x5e,0x02,0xff,0xed,0x7d,0x6d,0x73,0xdb,0x38,
0x92,0xf0,0xf7,0xad,0xda,0xff,0x20,0x73,0xeb,0x5c,0xe2,0x98,0x52,0xe4,0xcc,0xce, 0x92,0xf0,0xf7,0xad,0xda,0xff,0x20,0x73,0xeb,0x5c,0xe2,0x98,0x52,0xe4,0xcc,0xce,
0xdd,0x95,0x14,0x8e,0x1f,0x59,0x56,0x12,0xdd,0xc8,0x2f,0x67,0xc9,0x93,0xc9,0xf9, 0xdd,0x95,0x14,0x8e,0x1f,0x59,0x56,0x12,0xdd,0xc8,0x2f,0x67,0xc9,0x93,0xc9,0xf9,
0x5c,0x2a,0x4a,0x82,0x2c,0xce,0x48,0xa4,0x8e,0xa4,0x92,0xf8,0x62,0xff,0xf7,0xa7, 0x5c,0x2a,0x4a,0x82,0x2c,0xce,0x48,0xa4,0x8e,0xa4,0x92,0xf8,0x62,0xff,0xf7,0xa7,
@@ -6383,7 +6383,7 @@ const unsigned char web_material_min_js[0x2d44] = {
0x3f,0x6d,0xae,0xfd,0xa0,0xf9,0x2b,0x4e,0xe6,0xb3,0xf9,0xff,0xa1,0xbf,0x37,0x5f, 0x3f,0x6d,0xae,0xfd,0xa0,0xf9,0x2b,0x4e,0xe6,0xb3,0xf9,0xff,0xa1,0xbf,0x37,0x5f,
0x23,0xf4,0x00,0x00}; 0x23,0xf4,0x00,0x00};
const unsigned char web_icon_css[0x14b] = { const unsigned char web_icon_css[0x14b] = {
0x1f,0x8b,0x08,0x00,0x0d,0x62,0x4f,0x5e,0x02,0xff,0x95,0x51,0x3d,0x4f,0xc3,0x30, 0x1f,0x8b,0x08,0x00,0xf4,0x67,0x4f,0x5e,0x02,0xff,0x95,0x51,0x3d,0x4f,0xc3,0x30,
0x10,0xdd,0xf3,0x2b,0xbc,0xa5,0xad,0xe4,0xb8,0x54,0x15,0x42,0xe9,0xc2,0x00,0x43, 0x10,0xdd,0xf3,0x2b,0xbc,0xa5,0xad,0xe4,0xb8,0x54,0x15,0x42,0xe9,0xc2,0x00,0x43,
0x91,0x40,0x02,0x09,0x06,0xb6,0xab,0xe3,0x24,0xa7,0x38,0x76,0xb0,0xaf,0xa4,0x2d, 0x91,0x40,0x02,0x09,0x06,0xb6,0xab,0xe3,0x24,0xa7,0x38,0x76,0xb0,0xaf,0xa4,0x2d,
0xe2,0xbf,0x63,0x5b,0x2d,0xaa,0x80,0x85,0xf1,0xde,0xdd,0xbd,0x8f,0x3b,0x31,0x63, 0xe2,0xbf,0x63,0x5b,0x2d,0xaa,0x80,0x85,0xf1,0xde,0xdd,0xbd,0x8f,0x3b,0x31,0x63,
@@ -6405,7 +6405,7 @@ const unsigned char web_icon_css[0x14b] = {
0x06,0xf2,0x5f,0x83,0xbe,0xb7,0x96,0xda,0xe4,0x1c,0x0c,0xc5,0xc7,0x80,0x57,0x55, 0x06,0xf2,0x5f,0x83,0xbe,0xb7,0x96,0xda,0xe4,0x1c,0x0c,0xc5,0xc7,0x80,0x57,0x55,
0x3c,0xf0,0x17,0x96,0xd6,0x6c,0xf4,0x38,0x02,0x00,0x00}; 0x3c,0xf0,0x17,0x96,0xd6,0x6c,0xf4,0x38,0x02,0x00,0x00};
const unsigned char web_material_cyan_light_blue_min_css[0x505d] = { const unsigned char web_material_cyan_light_blue_min_css[0x505d] = {
0x1f,0x8b,0x08,0x00,0x0d,0x62,0x4f,0x5e,0x02,0xff,0xed,0xbd,0x7b,0x73,0x1b,0x37, 0x1f,0x8b,0x08,0x00,0xf4,0x67,0x4f,0x5e,0x02,0xff,0xed,0xbd,0x7b,0x73,0x1b,0x37,
0xf2,0x28,0xfa,0xff,0xa9,0x3a,0xdf,0x81,0xc7,0x5b,0xa9,0x58,0x09,0xa9,0x9d,0x37, 0xf2,0x28,0xfa,0xff,0xa9,0x3a,0xdf,0x81,0xc7,0x5b,0xa9,0x58,0x09,0xa9,0x9d,0x37,
0x87,0x52,0xed,0xd6,0x3a,0x76,0xe2,0x28,0xd7,0x52,0x76,0x13,0x27,0x8e,0xbd,0x67, 0x87,0x52,0xed,0xd6,0x3a,0x76,0xe2,0x28,0xd7,0x52,0x76,0x13,0x27,0x8e,0xbd,0x67,
0xaf,0x6b,0x38,0x33,0x94,0x68,0xf1,0x75,0xc8,0xa1,0x1e,0x66,0xe9,0xd4,0xfd,0x20, 0xaf,0x6b,0x38,0x33,0x94,0x68,0xf1,0x75,0xc8,0xa1,0x1e,0x66,0xe9,0xd4,0xfd,0x20,
@@ -7692,7 +7692,7 @@ const unsigned char web_material_cyan_light_blue_min_css[0x505d] = {
0x59,0x2b,0x91,0x22,0x53,0xc8,0x79,0xcd,0x4e,0xf9,0xa6,0x57,0x10,0x2d,0x70,0x53, 0x59,0x2b,0x91,0x22,0x53,0xc8,0x79,0xcd,0x4e,0xf9,0xa6,0x57,0x10,0x2d,0x70,0x53,
0x02,0xfb,0xf0,0xff,0x01,0x57,0x87,0x63,0x1b,0xa2,0x27,0x02,0x00}; 0x02,0xfb,0xf0,0xff,0x01,0x57,0x87,0x63,0x1b,0xa2,0x27,0x02,0x00};
const unsigned char web_roboto_css[0x3fa] = { const unsigned char web_roboto_css[0x3fa] = {
0x1f,0x8b,0x08,0x00,0x0d,0x62,0x4f,0x5e,0x02,0xff,0xed,0x9a,0x51,0x53,0x9b,0x40, 0x1f,0x8b,0x08,0x00,0xf4,0x67,0x4f,0x5e,0x02,0xff,0xed,0x9a,0x51,0x53,0x9b,0x40,
0x14,0x85,0xdf,0xfd,0x15,0xbc,0x45,0xad,0xc8,0xee,0x06,0x88,0xc4,0x97,0x02,0x01, 0x14,0x85,0xdf,0xfd,0x15,0xbc,0x45,0xad,0xc8,0xee,0x06,0x88,0xc4,0x97,0x02,0x01,
0x9b,0x89,0x8e,0x53,0x6b,0xea,0xf8,0x48,0x91,0x24,0x54,0x08,0x2d,0x10,0x8d,0x76, 0x9b,0x89,0x8e,0x53,0x6b,0xea,0xf8,0x48,0x91,0x24,0x54,0x08,0x2d,0x10,0x8d,0x76,
0xfa,0xdf,0xbb,0xb0,0x18,0xb5,0x31,0x9d,0xb0,0x4e,0xd9,0x85,0xe4,0x05,0xe6,0x2e, 0xfa,0xdf,0xbb,0xb0,0x18,0xb5,0x31,0x9d,0xb0,0x4e,0xd9,0x85,0xe4,0x05,0xe6,0x2e,
@@ -7757,7 +7757,7 @@ const unsigned char web_roboto_css[0x3fa] = {
0xce,0x24,0x9b,0x96,0x8d,0xd8,0x91,0xde,0xb0,0x74,0xc4,0x6e,0x9e,0x37,0x28,0x1f, 0xce,0x24,0x9b,0x96,0x8d,0xd8,0x91,0xde,0xb0,0x74,0xc4,0x6e,0x9e,0x37,0x28,0x1f,
0xfd,0x01,0xac,0xeb,0xe4,0x8d,0x1c,0x49,0x00,0x00}; 0xfd,0x01,0xac,0xeb,0xe4,0x8d,0x1c,0x49,0x00,0x00};
const unsigned char web_styles_css[0x616] = { const unsigned char web_styles_css[0x616] = {
0x1f,0x8b,0x08,0x00,0x0d,0x62,0x4f,0x5e,0x02,0xff,0xd5,0x57,0x5b,0x6f,0xda,0x48, 0x1f,0x8b,0x08,0x00,0xf4,0x67,0x4f,0x5e,0x02,0xff,0xd5,0x57,0x5b,0x6f,0xda,0x48,
0x14,0x7e,0x8f,0x94,0xff,0x70,0x36,0x55,0x95,0x8b,0x30,0x18,0x42,0x68,0xe2,0x3e, 0x14,0x7e,0x8f,0x94,0xff,0x70,0x36,0x55,0x95,0x8b,0x30,0x18,0x42,0x68,0xe2,0x3e,
0x11,0x92,0x6c,0xd1,0x56,0x89,0x14,0xd2,0xad,0xfa,0x84,0x06,0x7b,0xb0,0x67,0x63, 0x11,0x92,0x6c,0xd1,0x56,0x89,0x14,0xd2,0xad,0xfa,0x84,0x06,0x7b,0xb0,0x67,0x63,
0x7b,0xbc,0x33,0x03,0x0e,0x8d,0xfa,0xdf,0xf7,0xcc,0xd8,0x06,0x5f,0x80,0xad,0xaa, 0x7b,0xbc,0x33,0x03,0x0e,0x8d,0xfa,0xdf,0xf7,0xcc,0xd8,0x06,0x5f,0x80,0xad,0xaa,

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.25" #define VERSION "v1.0.26"
#define TYPE 1 #define TYPE 1
#define TYPE_NAME "zTC1" #define TYPE_NAME "zTC1"