Added screenshot + fixed v2 bugs

This commit is contained in:
2025-10-27 01:46:44 +01:00
parent 930d59c460
commit c6c35bb66a
4 changed files with 351 additions and 161 deletions

View File

@@ -150,6 +150,7 @@
</section>
</div>
<script src="/static/js/v2.js"></script>
<script>
// Mode switching
document.querySelectorAll('.mode-btn').forEach(btn => {
@@ -176,6 +177,7 @@
console.log('Add subcommand');
});
</script>
</body>
</html>