git: init+修改node版本

This commit is contained in:
2025-12-22 13:10:24 +08:00
parent 502359be4a
commit a7dbf76500
314 changed files with 88508 additions and 11 deletions

7
config/sit.env.js Normal file
View File

@@ -0,0 +1,7 @@
//压力测试环境
module.exports = {
NODE_ENV: '"site"',
BASE_API: '"http://www.pcn.li"',
DOMAIN: '"http://pcn.li"',
SOCKET_URL:'"ws://ws.pcn.li/"'
}