修复获取有能量空位建筑函数

This commit is contained in:
jie
2024-11-03 22:17:23 +08:00
parent 57c28c29ef
commit 0d66740d0d
3 changed files with 3 additions and 4 deletions

View File

@@ -7,7 +7,6 @@ import typescript from 'rollup-plugin-typescript2' // <== 新增这一行
import { config } from './.secret.js'
console.log(config[process.env.DEST])
// 根据指定的目标获取对应的配置项
if (!process.env.DEST) console.log("未指定目标, 代码将被编译但不会上传")
else if (config.main == null && config.local == null) {