好名字 发布于
>=2.25.0
✨ New Features / 新增功能
- Settings: Added
enablePublicPagetoggle; when disabled, /schedule-calendar and /schedule-calendar/cards/{name} routes are released for theme handling / 后台设置:新增「启用前台公开页面」开关,关闭后释放路由交由当前激活的主题处理 - Routing: Replaced
@RestControllerwith RouterFunction pattern via@Component+@Bean, enabling conditional route registration / 路由:从@RestController重构为 RouterFunction 模式(@Component+@Bean),实现条件路由注册
⚙️ Enhancements / 功能优化
- Calendar Page: Refactored inline HTML from string concatenation to Java Text Block, added
HtmlUtils.htmlEscapefor page title / 日历页面:内联 HTML 从字符串拼接重构为 Java Text Block,页面标题增加 HTML 转义处理
🛠️ Bug Fixes / 问题修复
- Routing: Public page routes are now gated behind
enablePublicPage; previously@RestControllerunconditionally exposed all routes with no disable mechanism / 路由:公开页面路由现受enablePublicPage开关控制,此前@RestController无条件暴露全部路由
Generate from v3.4.0
资源下载
- halo-plugin-schedule-calendar-3.4.0.jar