1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yinsx
2026-01-05 16:40:08 +08:00
parent 260c7e706c
commit 99da97fcb4
8 changed files with 35 additions and 36 deletions

View File

@ -6,7 +6,7 @@ type ErrorCallback = ((error?: unknown) => void) | null | undefined;
* 共享运行时配置对象
*/
export const AppConfig = {
container: 'renderDom',
container: document.querySelector('#renderDom') as HTMLCanvasElement,
modelUrlList: [] as string[],
env: {
envPath: '/hdr/sanGiuseppeBridge.env',