优化部分链接与描述
This commit is contained in:
parent
e25ebf1a94
commit
bfcba0cdef
19
.vscode/launch.json
vendored
19
.vscode/launch.json
vendored
@ -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}"
|
||||
}
|
||||
]
|
||||
|
@ -196,4 +196,4 @@ yarn lint
|
||||
|
||||
---
|
||||
|
||||
© 2023 Simba Robotics. 保留一切权利。
|
||||
© 2025 Simba Robotics. 保留一切权利。
|
||||
|
@ -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.",
|
||||
}
|
||||
|
||||
|
@ -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 竞赛团队,致力于推动机器人技术的创新与发展。我们专注于设计和开发高性能的机器人系统,参与国内外各类机器人竞赛。",}
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
|
@ -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" />,
|
||||
|
@ -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>
|
||||
|
@ -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
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.
Loading…
x
Reference in New Issue
Block a user