修改按键配置相关的代码

This commit is contained in:
nhkefus
2025-03-21 16:39:02 +08:00
parent bf7c8dd7fe
commit c214f0de30
2 changed files with 2 additions and 7 deletions

View File

@@ -68,10 +68,10 @@
'socketNames':'%s',\ 'socketNames':'%s',\
'child_lock_enabled':%d,\ 'child_lock_enabled':%d,\
'deviceName':'%s',\ 'deviceName':'%s',\
'btnClicks':'%s'\ 'btnClicks':%s\
}" }"
#define POWER_INFO_JSON "{'sockets':'%s','idx':%d,'len':%d,'p_count':%ld,'powers':[%s],'up_time':'%s','led_enabled':%d,'total_switch_on':%d,'socketNames':'%s','p_count_1_day_ago':%d,'p_count_2_days_ago':%d,'child_lock_enabled':%d,'deviceName':'%s','btnClicks':'%s'}" #define POWER_INFO_JSON "{'sockets':'%s','idx':%d,'len':%d,'p_count':%ld,'powers':[%s],'up_time':'%s','led_enabled':%d,'total_switch_on':%d,'socketNames':'%s','p_count_1_day_ago':%d,'p_count_2_days_ago':%d,'child_lock_enabled':%d,'deviceName':'%s','btnClicks':%s}"
int AppHttpdStart(void); int AppHttpdStart(void);

View File

@@ -20,11 +20,6 @@
<meta name="msapplication-TileColor" content="#3372DF"> <meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="http://yuntong.icu/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">
<style>
.mdl-menu {
z-index: 9999 !important;
}
</style>
</head> </head>
<body> <body>
<div class="demo-layout mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header"> <div class="demo-layout mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header">