You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg='⚠️ 浏览器安全限制:无法通过 file:// 协议加载 3D 模型。<br><br>请使用 VS Code 的 <b>Live Server</b> 插件或 Python <b>http.server</b> 运行此页面。';
191
+
msg='⚠️ Browser Security Restriction: Cannot load 3D models via file:// protocol.<br><br>Please use VS Code <b>Live Server</b> or a local web server.';
188
192
}else{
189
-
msg='ERROR: Could not find "demogorgon.glb" in the current folder.';
193
+
msg='ERROR: Could not find "demogorgon.glb" in the current folder.<br>Check filename casing or ensure the file is uploaded to GitHub.';
0 commit comments