feat: tool 파트 보고서 생성 로직

This commit is contained in:
juheelee
2026-08-07 17:38:46 +09:00
parent 7c9077dbd1
commit 045dd65c77
12 changed files with 48 additions and 4 deletions

View File

@@ -46,6 +46,7 @@
<a href="/chat.html" style="color:#a1a1aa; text-decoration:none;" class="hover:text-white transition-colors">Chat</a>
<a href="/tester.html" style="color:#a1a1aa; text-decoration:none;" class="hover:text-white transition-colors">Tester</a>
<a href="/tool-test-console.html" style="color:#ffffff; text-decoration:none;" class="font-semibold">Console</a>
<a href="/toolReport.html" style="color:#a1a1aa; text-decoration:none;" class="hover:text-white transition-colors">Report</a>
</nav>
</div>
<div class="flex items-center gap-3">
@@ -257,4 +258,4 @@
})();
</script>
</body>
</html>
</html>