UI and Audio Processing Update

This commit is contained in:
2026-01-07 04:09:35 +00:00
parent 864ccabc6e
commit 585830103b
18 changed files with 2069 additions and 481 deletions

View File

@@ -0,0 +1,9 @@
<script lang="ts">
const year = new Date().getFullYear();
</script>
<footer class="mt-20 border-t border-white/5 py-8 text-center text-sm text-(--text-muted)">
<p>
Made by <a href="https://dev.sirblob.co/" target="_blank">Sir Blob</a>.
</p>
</footer>