关闭调试模式

This commit is contained in:
2025-06-13 16:31:58 +08:00
parent 13312f1ddf
commit 7f45d5c9db
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ const emits = defineEmits<{
(e: 'submit', data: MaterialRequest[]): void;
}>();
const debugMode = ref(true);
const debugMode = ref(false);
const Textures = computed(() => props.textures || []);
const debugTextureSrc = ref("");
const textureAdjustment = ref<TextureAdjustment>({