From fe3ce21a469f7e2584dbcb85cb75022d149f436c Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期二, 25 三月 2025 19:28:56 +0800 Subject: [PATCH] 更新灌溉计划页面,添加项目选择器和总灌溉时间计算功能;优化界面样式,增加SVG图标;修复项目列表和轮灌组显示逻辑;调整配置文件,添加libVersion字段。 --- project.private.config.json | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/project.private.config.json b/project.private.config.json index 126fb63..92ec537 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -4,5 +4,6 @@ "setting": { "compileHotReLoad": true, "urlCheck": false - } + }, + "libVersion": "trial" } \ No newline at end of file -- Gitblit v1.8.0