This commit is contained in:
jiawanlong 2025-04-12 09:30:00 +08:00
parent 2eee4fa370
commit 00b47c684c
4 changed files with 14 additions and 2 deletions

View File

@ -120,8 +120,20 @@ var exampleConfig = {
name: "sketchfab", name: "sketchfab",
name_en: "sketchfab", name_en: "sketchfab",
thumbnail: "sketchfab.jpg", thumbnail: "sketchfab.jpg",
fileName: " https://sketchfab.com/feed" fileName: "https://sketchfab.com/feed"
}, },
// {
// name: "obj转gltf",
// name_en: "obj转gltf",
// thumbnail: "obj转gltf.jpg",
// fileName: ""
// },
// {
// name: "osgb转3dtiles",
// name_en: "osgb转3dtiles",
// thumbnail: "osgb转3dtiles.jpg",
// fileName: ""
// },
] ]
}, },
} }

Binary file not shown.

Binary file not shown.

View File

@ -72,7 +72,7 @@
timeline: { timeline: {
axisType: 'category', axisType: 'category',
autoPlay: true, autoPlay: true,
playInterval: 1000, playInterval: 100,
data: arr1, data: arr1,
label: { label: {
formatter: function (s) { formatter: function (s) {