同步数据

This commit is contained in:
乘风
2026-02-02 18:27:48 +08:00
parent 46b052d6b4
commit 2aad5d55fd
26 changed files with 781 additions and 220 deletions

View File

@@ -73,9 +73,9 @@ const port = process.env.PORT;
if (!port) {
console.error('❌ 错误:未设置 PORT 环境变量');
console.error(' 请设置端口后启动,例如:');
console.error(' PORT=3006 pnpm start');
console.error(' PORT=30006 pnpm start');
console.error(' 或:');
console.error(' export PORT=3006 && pnpm start');
console.error(' export PORT=30006 && pnpm start');
process.exit(1);
}