生产管理系统前端 - 地块管理三个页面开发:1.地块影像,土壤基础数据,分层采样分析

This commit is contained in:
2025-10-30 10:28:44 +08:00
parent 71bc00cc4e
commit 304edcbb38
25 changed files with 4602 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
'use client';
import { Book, Menu, Sunset, Trees, Zap } from "lucide-react";
import { Tractor, Map, Clipboard, Package, Brain, Droplets, Settings } from 'lucide-react';
import { Sprout, Map, Clipboard, Package, Brain, Droplets, Settings } from 'lucide-react';
import { MessageBell } from './components/MessageBell';
import { UserProfile } from './components/UserProfile';
import { ThemeToggle } from './ThemeToggle';
@@ -117,11 +117,11 @@ const Navbar1 = ({ navbarData }: Navbar1Props) => {
<span className="flex items-center gap-2">
<div className="flex items-center gap-3 flex-shrink-0">
<div className="w-10 h-10 bg-green-600 rounded-lg flex items-center justify-center">
<Tractor className="w-6 h-6 text-white" />
<div className="w-10 h-10 bg-primary rounded-lg flex items-center justify-center transition-colors">
<Sprout className="w-6 h-6 text-primary-foreground" />
</div>
<div>
<h1 className="text-green-800"></h1>
<h1 className="text-primary transition-colors" style={{ color: 'var(--primary)' }}></h1>
<p className="text-xs text-muted-foreground">Smart Agriculture Management System</p>
</div>
</div>