hongjli
2025-03-28 f0a7a4ee83ecc8150ad305a756e6cf23bdc982c3
官网名称修改
已修改2个文件
6 ■■■■ 文件已修改
src/app/layout.tsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/layout/Navbar.tsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/app/layout.tsx
@@ -6,7 +6,7 @@
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
  title: "帷幄君臣 - 数字员工平台",
  title: "帷幄君成 - 数字员工平台",
  description: "智能物流解决方案",
};
@@ -51,7 +51,7 @@
              </div>
            </div>
            <div className="mt-8 pt-8 border-t border-gray-700 text-center">
              <p>© 2024 帷幄君臣. All rights reserved.</p>
              <p>© 2024 帷幄君成. All rights reserved.</p>
            </div>
          </div>
        </footer>
src/components/layout/Navbar.tsx
@@ -17,7 +17,7 @@
              <div className="w-8 h-8 bg-[#e1c7f1] rounded-lg flex items-center justify-center">
                <span className="text-[#2F3C7E] text-sm font-bold">帷</span>
              </div>
              <span className="ml-2 text-xl font-bold">帷幄君臣</span>
              <span className="ml-2 text-xl font-bold">帷幄君成</span>
            </Link>
          </div>