Fix Pushbot symbols (#7659)

This commit is contained in:
然后七年 2021-08-11 17:26:57 +08:00 committed by GitHub
parent e80af1955e
commit ed865731cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 1843 additions and 1843 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-pushbot
PKG_VERSION:=3.12
PKG_RELEASE:=9
PKG_RELEASE:=10
PKG_MAINTAINER:=tty228 zzsj0928

View File

@ -1,8 +1,8 @@
local nt = require "luci.sys".net
local fs=require"nixio.fs"
m=Map("pushbot",translate("提示"),
translate("如果你不了解这些选项的含义,请不要修改这些选项"))
m=Map("pushbot",translate("提示"),
translate("如果你不了解这些选项的含义,请不要修改这些选项"))
s = m:section(TypedSection, "pushbot", "高级设置")
s.anonymous = true

View File

@ -28,6 +28,6 @@ local dsp = require "luci.dispatcher"
</script>
<fieldset class="cbi-section" id="_log_fieldset">
<input type="checkbox" id="checkbox1" style="vertical-align:middle;height: auto;"checked><%:自动刷新%></input>
<input class="cbi-button cbi-input-remove" type="button" onclick="clearlog()" value="<%:Clear logs%>" />
<input class="cbi-button cbi-input-remove" type="button" onclick="clearlog()" value="<%:清除日志%>" />
<textarea id="log_textarea" class="cbi-input-textarea" style="width: 100%;margin-top: 10px;" data-update="change" rows="30" wrap="off" readonly="readonly"></textarea>
</fieldset>