准备重构

This commit is contained in:
2025-10-11 22:05:25 +08:00
parent ebeb62f72d
commit f19fcac6c4
49 changed files with 154 additions and 0 deletions

4
legacy/serve.py Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python3
from webshare import server
server = server.Server("python3 main.py", title="辅助记忆程序", host="0.0.0.0")
server.serve()