fix(solar-terms): 修复 loadTerms 缺少闭合括号导致 CI 上传失败
Publish Mini Program Dev Version / publish (push) Successful in 3m11s

This commit is contained in:
gouki
2026-08-11 12:08:00 +00:00
parent 2a68eae999
commit 9ccab93c5b
+2
View File
@@ -32,6 +32,8 @@ Page({
// 按日期排序
terms.sort((a, b) => new Date(a.date) - new Date(b.date));
this.setData({ terms });
},
onShareAppMessage() {
return {
title: '二十四节气 - 节气查询',