feat :init

This commit is contained in:
2025-11-02 19:34:16 +08:00
commit b767041311
617 changed files with 124099 additions and 0 deletions

3
start-jar.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
nohup java -jar xiaozhi.server-pay.jar > output.log 2>&1 &