Releases: surgioproject/packages
Releases · surgioproject/packages
@surgio/[email protected]
Features
- 支持在面板上触发清除缓存操作,如需清除远程片段的缓存无须重启。
@surgio/[email protected]
Features
- 支持在面板上触发清除缓存操作,如需清除远程片段的缓存无须重启。
@surgio/[email protected]
@surgio/[email protected]
@surgio/[email protected]
Bugfix:
- 面板静态资源缓存问题,现在页面打开速度更快了
@surgio/[email protected]
Feature
重要!
本次更新依赖最新版的 Surgio,请同时升级:
npm install surgio @surgio/gateway@latest
@surgio/[email protected]
@surgio/[email protected]
Feature
- 支持通过
<iframe>
embed Artifact 到其他页面中。 - 支持直接在 URL 中携带
access_token
参数打开面板。 - 增加二维码功能方便手机扫描。
Bugfix
@surgio/[email protected]
Features
- 首页新增流量查询功能,方便快速查询机场流量。
- 新增 Provider 列表页,目前仅支持快速查询流量,后面还会增加针对 Provider 的功能。
@surgio/[email protected]
Features
- Cookie 有效期改为 1 个月并且可配置。
// surgio.conf.js
{
gateway: {
defaultCookieMaxAge: 60 * 60 * 24 * 31, // 默认一个月
},
}
- 完善日志输出
- 界面调整
Bugfix
- 大量 bug 修复