'修改脚本2'

This commit is contained in:
2026-04-07 22:04:40 +08:00
parent 2789cc5f04
commit b88a74b4a1
2 changed files with 25 additions and 14 deletions

View File

@@ -2,6 +2,8 @@ const { execSync } = require('node:child_process');
const fs = require('node:fs');
const path = require('node:path');
console.log(`脚本开始运行了!时间:${new Date().toLocaleString()}`);
console.log('环境变量检查 SENTRY_URL:', process.env.SENTRY_URL);
// --- 【配置区】 ---
const CONFIG = {
// 1. 开发源码所在的根目录