📦 Initialize Geulbeot structure and merge Prompts & test projects
This commit is contained in:
11
02. Prompts/문서생성/domain/도메인_문서생성_마지막으로_로드한_v01.md
Normal file
11
02. Prompts/문서생성/domain/도메인_문서생성_마지막으로_로드한_v01.md
Normal 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
|
||||
Reference in New Issue
Block a user