geekdada
released this
23 Feb 16:44
·
330 commits
to master
since this release
Features
- Cookie 有效期改为 1 个月并且可配置。
// surgio.conf.js
{
gateway: {
defaultCookieMaxAge: 60 * 60 * 24 * 31, // 默认一个月
},
}
- 完善日志输出
- 界面调整
Bugfix
- 大量 bug 修复