update-01.17

This commit is contained in:
github-actions[bot] 2022-01-17 19:37:04 +08:00
parent ae01b011a7
commit d7ef84cefc
2 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,7 @@ start_service()
"lower_than_999kbps") procd_append_param env MIN_BR="600000" ;;
"replace_all") procd_append_param env MIN_BR="9999999" ;;
esac
procd_append_param env JSON_LOG="true"
procd_set_param stdout 1
procd_set_param stderr 1

View File

@ -83,6 +83,8 @@ return view.extend({
o = s.taboption('firmware', form.Flag, 'cookie_p', _('Persistent cookies'),_('保持后台登录状态,避免每次关闭浏览器后都需要重新登录'));
o.default = o.enabled;
setTimeout("document.getElementsByClassName('cbi-button-apply')[0].children[3].children[0].value='1'",1000)
return m.render();
}
});