docs: 迁移 粒子球

This commit is contained in:
hexianWeb 2025-02-13 16:27:01 +08:00
parent 36ab088139
commit bdd0fc7fec
6 changed files with 3 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 370 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View File

@ -22,6 +22,5 @@ export default {
{ src: 'plugins/earthSample/preview/pointsScan.png', type: 'img', name: 'pointsScan', title: '点扫描' },
{ src: 'plugins/earthSample/preview/highlightScan.png', type: 'img', name: 'highlightScan', title: '高光扫描' },
{ src: 'plugins/earthSample/preview/smokeEarth.png', type: 'img', name: 'smokeEarth', title: '烟雾球' },
{ src: 'plugins/earthSample/preview/pointsEarth.png', type: 'img', name: 'pointsEarth', title: '粒子球' },
],
}

View File

@ -17,5 +17,7 @@ export default {
"title": "现代 UI 设计官网",
disableFPSGraph: false,
disableSrcBtn: false
}, ]
},
{ src: 'plugins/heroSection/preview/pointsEarth.png', type: 'img', name: 'pointsEarth', title: '粒子球' },
]
}