This commit is contained in:
wjqserver 2025-02-28 19:57:25 +08:00
parent ad9cffe9e2
commit 2cc5409dd0
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# 更新日志
2.3.1
---
- CHANGE: 改进`Pages``External`模式下的路由
- CHANGE: 使用`H2C` bool 代替 `enableH2C` string (2.4.0 弃用 `enableH2C`)
- CHANGE: 使用`Mode` string 代替`Pages`内的 `enable` bool (2.4.0 弃用 `enable`)
25w15a
---
- PRE-RELEASE: 此版本是v2.3.1的预发布版本,请勿在生产环境中使用;

View file

@ -1 +1 @@
2.3.0
2.3.1