feat: 首页增加Olympic 冰墩墩🐼页面入口.
This commit is contained in:
parent
ccbd053b03
commit
73b741ce76
Binary file not shown.
|
After Width: | Height: | Size: 137 KiB |
|
|
@ -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: '全景侦探小游戏',
|
||||
|
|
|
|||
Loading…
Reference in New Issue