From 6ae0924bdb44e8b1f569b6f1cdb6ff403e1d2ce3 Mon Sep 17 00:00:00 2001 From: zuoxiao <zuoxiao> Date: 星期一, 28 四月 2025 10:15:33 +0800 Subject: [PATCH] 优化首页和灌溉页面的样式,添加当前项目显示;重构项目配置,确保项目登录需求一致性;更新登录页面逻辑,简化项目选择和信息展示,提升用户体验。 --- project.private.config.json | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/project.private.config.json b/project.private.config.json index 2462bad..92ec537 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -3,6 +3,7 @@ "projectname": "irrigate_user", "setting": { "compileHotReLoad": true, - "urlCheck": true - } + "urlCheck": false + }, + "libVersion": "trial" } \ No newline at end of file -- Gitblit v1.8.0