fix api key bug

This commit is contained in:
bridge
2025-12-29 22:56:49 +08:00
parent 32c6bf1d46
commit 853e74630e
3 changed files with 12 additions and 1 deletions

View File

@@ -85,4 +85,8 @@ onMounted(() => {
overflow: hidden;
background: #000;
}
.game-canvas-container :deep(canvas) {
display: block;
}
</style>