sms 更新

This commit is contained in:
jeremygan2021
2026-01-13 21:15:14 +08:00
parent d14f4029f2
commit f85cded5d9
16 changed files with 2520 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
nohup uvicorn main:app --reload --port 9090 > output.log 2>&1 &
uvicorn main:app --host 0.0.0.0 --port 9090
uvicorn main:app --host 0.0.0.0 --port 9090 --reload