@@ -11,7 +11,7 @@
frameborder="0"
/>
<!-- v-if="showExplanation && currentScene?.explanation && currentScene?.explanation.audioId" -->
- <div class="showexplanation" v-if="showExplanation && currentExplanation.fodderId" >
+ <div class="showexplanation" v-if="showExplanation && currentExplanation.fodderId">
<img :src="require(`@/assets/images/commentary@2x.png`)" alt="" />
</div>
<!-- <list></list> -->
@@ -5,7 +5,11 @@
* */
// import config from '../config'
-console.log("支持-structuredClone", "structuredClone" in globalThis);
+//console.log("支持-structuredClone", "structuredClone" in globalThis);
+
+const structuredClone = (obj) => {
+ return JSON.parse(JSON.stringify(obj));
+}
const initState = {
id: "",