From 98f08be2dfe70fc461802884a59135d609fad8fe Mon Sep 17 00:00:00 2001 From: lgq <1015864684@qq.com> Date: 星期四, 09 十月 2025 10:28:31 +0800 Subject: [PATCH] 1. 添加1.8寸屏显示脚本,并添加到app.ini服务列表中 要提交的变更: 新文件: local/app/display 修改: local/default/app.ini --- local/www/sys-snmp-conf.html | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/local/www/sys-snmp-conf.html b/local/www/sys-snmp-conf.html index 2da61ef..aa55a86 100644 --- a/local/www/sys-snmp-conf.html +++ b/local/www/sys-snmp-conf.html @@ -201,7 +201,6 @@ thead += "<th>璁惧鍚嶇О</th>"; thead += "<th>OID</th>"; thead += "<th>璁惧ID</th>"; - thead += "<th>璁惧绫诲瀷</th>"; thead += "<th>閫氶亾鍙�</th>"; thead += "<th>鏁版嵁鍚嶇О</th>"; thead += "<th>澶囨敞</th>"; @@ -213,7 +212,6 @@ tbody += "<tr><td>" + item.device + "</td>"; tbody += "<td>" + item.oid + "</td>"; tbody += "<td>" + item.index1 + "</td>"; - tbody += "<td>" + item.type + "</td>"; tbody += "<td>" + item.index2 + "</td>"; tbody += "<td>" + item.param + "</td>"; tbody += "<td>" + (item.unit ?? "") + "</td></tr>"; -- Gitblit v1.9.3