mirror of
https://github.com/wasrusgen/zov-tech.git
synced 2026-06-03 17:04:48 +00:00
fix: remove stray closing brace in zamer-picts.js that crashed MiniApp
Premature `};` at line 207 closed the ZAMER_PICTS object early, leaving wall1/wall2/etc. as orphan code — syntax error on load. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0551f1fad0
commit
46812620eb
@ -204,7 +204,6 @@ const ZAMER_PICTS = {
|
||||
<line x1="267" y1="121" x2="273" y2="121" stroke="#003E7E" stroke-width="0.9"/>
|
||||
<text x="267" y="95" text-anchor="end" font-family="JetBrains Mono, monospace" font-size="8" fill="#003E7E" transform="rotate(-90, 267, 95)">H2</text>
|
||||
</svg>`.trim(),
|
||||
};
|
||||
|
||||
// 6. Стена 1 — чистая стена, базовые габариты
|
||||
wall1: `
|
||||
|
||||
Loading…
Reference in New Issue
Block a user