feat: convert to api and rewrite ui

This commit is contained in:
2026-05-23 18:05:51 +00:00
parent e1dd5d1003
commit 31e417b9f5
112 changed files with 6585 additions and 8492 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
FROM mcr.microsoft.com/devcontainers/python:3.13
FROM mcr.microsoft.com/devcontainers/python:3.14
# Set the working directory
WORKDIR /workspace
# Default command
CMD ["sleep", "infinity"]