📦 Initialize Geulbeot structure and merge Prompts & test projects

This commit is contained in:
2026-03-05 11:32:29 +09:00
commit 555a954458
687 changed files with 205247 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<script>
let isEditable = false;
let iframe = null;
let currentFileName = "report.html";
let currentReportTitle = "Report";
let activeBlock = null;
const historyStack = [];
const redoStack = [];
const MAX_HISTORY = 50;
let sourceHtml = ""; // 마지막으로 로드한 원본 HTML
let droppedAssets = new Map(); // 드롭된 부가 파일들(이미지 등) 이름 -> blob URL