diff --git a/service/support/helpers.php b/service/support/helpers.php index 405ef46a..591ed7cf 100644 --- a/service/support/helpers.php +++ b/service/support/helpers.php @@ -545,7 +545,6 @@ function get_week_days() { // 初始化日期数组 $dates = []; - $dayNmae = ['星期一', '星期二', '星期三', '星期四', '星期五', '星期六', '星期天']; // 从周一到周日循环 for ($i = 0; $i < 7; $i++) {