增加gemini支持(pr#4205@Github)

This commit is contained in:
Looly
2026-01-04 15:50:43 +08:00
parent 3b12342821
commit bf14f43da3

View File

@@ -1,7 +1,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.43(2026-01-03)
# 5.8.43(2026-01-04)
### 🐣新特性
* 【core 】 `ColorUtil`颜色名称DARKGOLD、LIGHTGOLD新增蛇形命名匹配pr#1400@Github
@@ -15,6 +15,7 @@
* 【core 】 `DataBetween`类的构造函数中做 defensive copypr#1426@Gitee
* 【core 】 `RadixUtil.decode`添加校验pr#1422@Gitee
* 【core 】 `CharUtil.toCloseByNumber`增加下边界检查pr#1421@Gitee
* 【ai 】 增加`gemini`支持pr#4205@Github
### 🐞Bug修复
* 【core 】 修复`Calculator.conversion`方法计算包含科学计数法表达式的值时逻辑有误结果不符合预期pr#4172@Github