发布日期: 2025-05-12
版本号: v0.147.3

本次更新主要修复了多个错误,包括配置环境变量对数组的覆盖问题、内容适配器的级联修复、主题命令描述的修正以及 Vimeo 短代码测试的 API 适配等,同时新增了 MaxInt64 数学函数。

更新内容 (中文)

主要为错误修复,但新增了一个用于获取极大数值的模板函数。关于其用途的详细说明可参考文档

  • tpl/tplimpl: 将内嵌短代码的调用方式改为简化版本 81426998b @jmooring #13700
  • config: 修复环境变量覆盖切片的问题 bc98e7a80 @bep #13707
  • 修复/实现内容适配器的级联处理 c745a3e10 @bep #13692
  • commands: 修正新主题命令的描述 9d1d8c889 @jmooring #13701
  • tpl/tplimpl: 修复Vimeo短代码测试以适配API变更 84d7a108e @jmooring #13687
  • tpl/math: 新增MaxInt64函数 325a0dba6 @jmooring #13693

更新内容 (原始)

Mostly bug fixes here, but also a new template func to get a really big number. You can read about why that is useful in the documentation.

  • tpl/tplimpl: Change calls to simple versions of embedded shortcodes 81426998b @jmooring #13700
  • config: Fix env override of slices bc98e7a80 @bep #13707
  • Fix/implement cascade for content adapters c745a3e10 @bep #13692
  • commands: Fix description of new theme commands 9d1d8c889 @jmooring #13701
  • tpl/tplimpl: Fix vimeo shortcode test to accommodate API changes 84d7a108e @jmooring #13687
  • tpl/math: Add MaxInt64 function 325a0dba6 @jmooring #13693

下载链接