feat: add label random and animations to web interface

This commit is contained in:
2026-08-30 23:10:23 +03:00
parent 5cb4d8e9f6
commit c0c3c73c7a
8 changed files with 598 additions and 21 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from pathlib import Path
ROOT = Path(env.subst("$PROJECT_DIR"))
DATA = ROOT / "data"
ASSETS = ("index.html", "styles.css", "app.js", "ship-sprite.svg")
ASSETS = ("index.html", "styles.css", "app.js", "target_interaction.js", "ship-sprite.svg")
def minify_html(source):