优化部分链接与描述

This commit is contained in:
HelixCopex 2025-04-20 12:57:01 +08:00
parent e25ebf1a94
commit bfcba0cdef
13 changed files with 513 additions and 493 deletions

19
.vscode/launch.json vendored
View File

@ -4,11 +4,26 @@
// 访: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node-terminal",
"name": "运行脚本: start",
"name": "调试服务器",
"request": "launch",
"command": "npm run start",
"command": "npm run dev",
"cwd": "${workspaceFolder}"
},
{
"type": "node-terminal",
"name": "调试测试",
"request": "launch",
"command": "npm run test",
"cwd": "${workspaceFolder}"
},
{
"type": "node-terminal",
"name": "调试打包",
"request": "launch",
"command": "npm run build",
"cwd": "${workspaceFolder}"
}
]

View File

@ -196,4 +196,4 @@ yarn lint
---
© 2023 Simba Robotics. 保留一切权利。
© 2025 Simba Robotics. 保留一切权利。

View File

@ -4,7 +4,7 @@ import Header from "@/components/header"
import Footer from "@/components/footer"
export const metadata: Metadata = {
title: "Team History | Simba Robotics",
title: "英灵殿 | Simba Robotics",
description: "Explore the history of Simba Robotics team, past members and robots.",
}

View File

@ -17,7 +17,7 @@ const notoSansSC = Noto_Sans_SC({
})
export const metadata: Metadata = {
title: "Simba Robotics | RoboMaster Team",
title: "Simba Robotics | RoboMaster 战队",
description:
"Simba Robotics 是来自黑龙江大学的 RoboMaster 竞赛团队,致力于推动机器人技术的创新与发展。我们专注于设计和开发高性能的机器人系统,参与国内外各类机器人竞赛。",}

View File

@ -84,9 +84,9 @@ export default function PrivacyPolicy() {
<h2></h2>
<p></p>
<p>
<strong></strong>contact@simbarobotics.com
<strong></strong>contact@simba-robotics.com
<br />
<strong></strong>Room 602, Physics Building, Heilongjiang University
<strong></strong>602 , ,
</p>
</div>
</div>

View File

@ -107,7 +107,7 @@ export default function TeamsPage() {
photo: "/placeholder.svg?height=100&width=100",
},
{
name: "韩翔宇",
name: "王靖博",
role: "视觉工程师",
photo: "/placeholder.svg?height=100&width=100",
},
@ -120,7 +120,7 @@ export default function TeamsPage() {
icon: "/icons/pram.svg",
description:
"宣传筹划组管理团队品牌、文档、社交媒体和外联工作,以宣传我们的团队并获得赞助,并规划赛季任务、维护战队开发环境。我们是团队的声音和桥梁。",
responsibilities: ["平面与视觉设计", "社交媒体运营", "招商引资", "战队开发平台运维与项目管理"],
responsibilities: ["平面与视觉设计", "社交媒体运营", "招商引资", "服务器运维", "摄影摄像"],
projects: [
{
title: "品牌重塑计划",
@ -140,6 +140,11 @@ export default function TeamsPage() {
role: "组长",
photo: "/placeholder.svg?height=100&width=100",
},
{
name: "黄皓昱",
role: "运维工程师",
photo: "/placeholder.svg?height=100&width=100",
},
],
},
]

View File

@ -7,15 +7,15 @@ export default function ContactSection() {
const contactInfo = [
{
icon: <Mail className="h-5 w-5 text-primary" />,
title: "Email",
details: "contact@simbarobotics.com",
link: "mailto:contact@simbarobotics.com",
title: "邮件",
details: "contact@simba-robotics.com",
link: "mailto:contact@simba-robotics.com",
},
{
icon: <Phone className="h-5 w-5 text-primary" />,
title: "Phone",
details: "+1 (123) 456-7890",
link: "tel:+11234567890",
title: "电话",
details: "+86 139 3616 9908",
link: "tel:+8613936169908",
},
{
icon: <MapPin className="h-5 w-5 text-primary" />,

View File

@ -69,23 +69,23 @@ export default function Footer() {
<h3 className="font-bold mb-4 text-primary text-sm font-mono">RESOURCES</h3>
<ul className="space-y-2">
<li>
<Link href="#" className="text-sm text-muted-foreground hover:text-primary transition-colors">
<Link href="https://www.robomaster.com/zh-CN" className="text-sm text-muted-foreground hover:text-primary transition-colors">
RoboMaster
</Link>
</li>
<li>
<Link href="#" className="text-sm text-muted-foreground hover:text-primary transition-colors">
<Link href="https://www.robomaster.com/zh-CN/resource/download/competition" className="text-sm text-muted-foreground hover:text-primary transition-colors">
</Link>
</li>
<li>
<Link href="#" className="text-sm text-muted-foreground hover:text-primary transition-colors">
<Link href="https://git.sloray.com" className="text-sm text-muted-foreground hover:text-primary transition-colors">
</Link>
</li>
<li>
<Link href="#" className="text-sm text-muted-foreground hover:text-primary transition-colors">
<Link href="https://bbs.robomaster.com/" className="text-sm text-muted-foreground hover:text-primary transition-colors">
</Link>
</li>
</ul>

View File

@ -134,7 +134,7 @@ export default function HeroSection() {
</div>
<p className="text-xl md:text-2xl text-muted-foreground max-w-2xl mb-8 relative">
<span className="text-xs text-primary block mb-2 font-mono">// ROBOMASTER COMPETITION TEAM</span>
<span className="text-xs text-primary block mb-2 font-mono">// HLJU ROBOMASTER COMPETITION TEAM</span>
RoboMaster
</p>

942
package-lock.json generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.