This commit is contained in:
LU XIN 2023-05-06 01:50:40 +08:00
parent 420abc4ea5
commit bce0862a55
5 changed files with 43 additions and 25 deletions

View File

@ -22,21 +22,6 @@ export function useSectionTwo() {
href: '#',
title: 'home.sectionTwo.content.title[3]',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'home.sectionTwo.content.title[4]',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'home.sectionTwo.content.title[5]',
},
{
img: 'https://landvault.io/assets/logos/paypal.svg',
href: '#',
title: 'home.sectionTwo.content.title[6]',
},
],
}
}

View File

@ -23,15 +23,15 @@ export function useNav(): NavMenu[] {
title: 'nav.solutions.t',
child: [
{
title: 'nav.solutions.child.land.t',
subtitle: 'nav.solutions.child.land.description',
title: 'nav.solutions.child.land.service1',
subtitle: 'nav.solutions.child.land.description1',
href: `${path}/land`,
icon: 'i-solar-accumulator-bold-duotone',
iconColor: 'red',
},
{
title: 'nav.solutions.child.land.t',
subtitle: 'nav.solutions.child.land.description',
title: 'nav.solutions.child.land.service2',
subtitle: 'nav.solutions.child.land.description2',
href: `${path}/landa`,
icon: 'i-solar-airbuds-case-open-line-duotone',
iconColor: 'amber',
@ -42,5 +42,9 @@ export function useNav(): NavMenu[] {
title: 'nav.test',
href: `${path}/test`,
},
{
title: 'nav.testt',
href: `${path}/testt`,
},
]
}

View File

@ -1,11 +1,8 @@
---
img: "/imgs/1 (1).jpg"
img: "/imgs/1 (8).jpg"
topic: "Grave of the Fireflies"
title: " "
description: "In the latter part of World War II, a boy and his sister, orphaned when their mother is killed in the firebombing of Tokyo, are left to survive on their own in what remains of civilian life in Japan. The plot follows this boy and his sister as they do their best to survive in the Japanese countryside, battling hunger, prejudice, and pride in their own quiet, personal battle."
director: "Isao Takahata"
release_date: 1988
running_time: 89
---

30
content/zh/test-copy.md Normal file
View File

@ -0,0 +1,30 @@
---
img: "/imgs/1 (8).jpg"
topic: "中文中文"
title: " "
description: "I什么没什么吗吗吗吗吗没什么奥斯卡大奖发拉开京东方技术的叫阿里垃圾袋 in their own quiet, personal battle."
---
<p align="center">
<img src="./public/topverse.svg" width="600"/>
</p>
<h2 align="center">
</h2><br>
<pre align="center">
🧪 Working in Progress
</pre>
<p align="center">
<br>
<a href="https://topverse.netlify.app/">🖥 Online Preview</a>
<br><br>
```bash
git clone https://github.com/TOPVERSE/TOPVERSE_Official.git
cd TOPVERSE_Official
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```

View File

@ -6,8 +6,10 @@
"t": "Solutions",
"child": {
"land": {
"t": "land",
"description": "The quick brown fox jumps over the lazy dog."
"service1": "Metaverse Construction",
"description1": "The quick brown fox jumps over the lazy dog.",
"service2": "Digital Twins",
"description2": "The quick brown fox jumps over the lazy dog."
}
}
},