Skip to content

Commit 670f64b

Browse files
committed
feat: refresh AgiBot and add Galaxea demos
1 parent bfcfdad commit 670f64b

282 files changed

Lines changed: 248 additions & 223 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/interactive-demo.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
const generateButton = document.getElementById("generate-rollout");
1919
const resetButton = document.getElementById("reset-rollout");
2020
const assetRoot = "docs/resources/interactive-demo/";
21+
const assetVersion = "?v=7";
2122

2223
if (!data || !Array.isArray(data.scenes) || data.scenes.length < 1) {
2324
root.innerHTML = '<p class="demo-error">Interactive demo assets are unavailable.</p>';
@@ -28,7 +29,7 @@
2829
let scene = data.scenes[0];
2930
let selected = [];
3031

31-
const asset = (path) => `${assetRoot}${path}`;
32+
const asset = (path) => `${assetRoot}${path}${assetVersion}`;
3233
const optionById = (stage, id) => stage.options.find((option) => option.id === id);
3334

3435
function resetSelections() {
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)