From ea92e2af6fdc59304f843c151e96c5440479f3c8 Mon Sep 17 00:00:00 2001 From: lmq8267 <119713693+lmq8267@users.noreply.github.com> Date: Fri, 7 Feb 2025 11:15:37 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5d5c745..5353fe5 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,17 @@ cd /opt/openwrt-sdk*/bin/packages/aarch64_generic/base #移动到/opt目录里 mv *.ipk /opt/luci-app-easytier_all.ipk ``` + +> 如果在 状态-系统日志里 出现下图日志内容可以使用以下命令解决 + +``` +Fri Feb 7 11:13:30 2025 daemon.err uhttpd[3381]: luci.util.pcdata() has been replaced by luci.xml.pcdata() - Please update your code. +Fri Feb 7 11:13:30 2025 daemon.err uhttpd[3381]: luci.util.pcdata() has been replaced by luci.xml.pcdata() - Please update your code. +Fri Feb 7 11:13:30 2025 daemon.err uhttpd[3381]: luci.util.pcdata() has been replaced by luci.xml.pcdata() - Please update your code. +Fri Feb 7 11:13:30 2025 daemon.err uhttpd[3381]: luci.util.pcdata() has been replaced by luci.xml.pcdata() - Please update your code. +Fri Feb 7 11:13:30 2025 daemon.err uhttpd[3381]: luci.util.pcdata() has been replaced by luci.xml.pcdata() - Please update your code. +``` + +``` +sed -i 's/util/xml/g' /usr/lib/lua/luci/model/cbi/easytier.lua +```