Update to v8.7.0

This commit is contained in:
aapanel.com
2026-04-16 18:17:07 +08:00
parent c3f2d7566c
commit ee92fa2dbd
2472 changed files with 33631 additions and 20919 deletions
+2
View File
@@ -20,11 +20,13 @@ import public, json
try:
from projectModelV2.pythonModel import main as pythonMod
from projectModelV2.goModel import main as goMod
from projectModelV2.nodejsModel import main as nodejsMod
mods = {
"python": pythonMod(),
"node": nodejsMod(),
"go": goMod(),
}
except Exception as e:
print(str(e))