From 956f10584a109456c1bb8c72c9a4e02494812c03 Mon Sep 17 00:00:00 2001
From: lgq <1015864684@qq.com>
Date: 星期二, 18 十一月 2025 15:13:21 +0800
Subject: [PATCH] 1.修改启动脚本,增加crond启动相关的目录配置
---
local/www/detail-yg.html | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/local/www/detail-yg.html b/local/www/detail-yg.html
index 22429cc..5f65399 100644
--- a/local/www/detail-yg.html
+++ b/local/www/detail-yg.html
@@ -152,6 +152,9 @@
if (item.passcode == 1) {
if (item.value == "0") { //姝e父
html1 += '<td>姝e父</td>';
+ if(!conTag){
+ conTag = true;
+ }
} else { //寮傚父
html1 += '<td>寮傚父</td>';
tag1 = false;
@@ -164,6 +167,9 @@
if (item.passcode == 2) {
if (item.value == "0") { //姝e父
html1 += '<td>姝e父</td>';
+ if(!warnTag){
+ warnTag = true;
+ }
} else { //寮傚父
html1 += '<td>鎶ヨ</td>';
tag2 = false;
--
Gitblit v1.9.3