feat: 首页增加Olympic 冰墩墩🐼页面入口.

This commit is contained in:
dragonir 2022-02-11 10:37:37 +08:00
parent ccbd053b03
commit 73b741ce76
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

View File

@ -17,6 +17,7 @@ import carImage from './images/car.png';
import developingImage from './images/developing.png';
import segmentFaultImage from './images/segmengfault.png';
import humanImage from './images/human.png';
import olympicImage from './images/olympic.png';
import './index.css';
const Item = styled(Paper)(({ theme }) => ({
@ -41,6 +42,13 @@ const workList = [
image: metaImage,
three: true
},
{
link: '#/olympic',
title: '2022冬奥会3D趣味页面',
description: '🐼一只萌萌的冰墩墩送给大家!',
image: olympicImage,
three: true
},
{
link: 'https://dragonir.github.io/3d-panoramic-vision/',
title: '全景侦探小游戏',