代码还原
This commit is contained in:
@ -10,7 +10,7 @@ function Demo() {
|
||||
useEffect(() => {
|
||||
fetch("../gemini-viewer-examples/config.json").then(data => data.json()).then(data => {
|
||||
setData(data);
|
||||
})
|
||||
});
|
||||
}, [])
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user