update-12.28

This commit is contained in:
github-actions[bot]
2021-12-28 20:32:26 +08:00
parent 3f2643e210
commit f14ef1fbd2
5 changed files with 65 additions and 47 deletions

View File

@@ -80,6 +80,9 @@ return view.extend({
o = s.taboption('firmware', form.Flag, 'coremark', _('CoreMark'),_('第一次开机后是否运行CPU跑分测试'));
o.rmempty = false;
o = s.taboption('firmware', form.Flag, 'cookie_p', _('Persistent cookies'),_('保持后台登录状态,避免每次关闭浏览器后都需要重新登录'));
o.default = o.enabled;
return m.render();
}
});