This commit is contained in:
2025-12-12 11:18:15 +08:00
parent 2dc8f40aa5
commit 3c0ba0625e
6 changed files with 26 additions and 15 deletions

View File

@@ -1,13 +0,0 @@
<!-- Prefab Spawner Skyfaller -->
<ThingDef ParentName="SkyfallerBase">
<defName>WULA_Skyfaller_PrefabSpawner</defName>
<label>prefab cargo pod</label>
<thingClass>WulaFallenEmpire.Skyfaller_PrefabSpawner</thingClass>
<skyfaller>
<shadowSize>(6, 6)</shadowSize>
<explosionRadius>5</explosionRadius>
<explosionDamage>Bomb</explosionDamage>
<impactSound>DropPod_Impact</impactSound>
<shake>Medium</shake>
</skyfaller>
</ThingDef>

View File

@@ -1 +1 @@
3604325124
3622186519

View File

@@ -2,7 +2,6 @@
<v1.6>
<li>1.6/1.6</li>
<li>Content</li>
<li IfModActive="Ludeon.RimWorld.Anomaly">1.6/Anomaly</li>
<li IfModActive="Ludeon.RimWorld.Odyssey">1.6/Odyssey</li>
</v1.6>
</loadFolders>

25
Tools/ai_studio_code.txt Normal file
View File

@@ -0,0 +1,25 @@
# ----------------------------------------------------------------
# 功能: 为 Gemini CLI 设置必要的环境变量
# 文件名: setup-gemini-env.ps1
# ----------------------------------------------------------------
# 1. 设置代理服务器
# 同时为 http 和 https 设置代理是一个好习惯
Write-Host "正在设置代理..."
$env:http_proxy = "http://127.0.0.1:57635"
$env:https_proxy = "http://127.0.0.1:57635"
# 2. 设置 Google Cloud 项目 ID
Write-Host "正在设置 Google Cloud 项目 ID..."
$env:GOOGLE_CLOUD_PROJECT = "849717647345"
$env:GOOGLE_CLOUD_PROJECT = "599390467291"
$env:GOOGLE_CLOUD_PROJECT = "72240764922"
# 3. 提示用户操作完成
Write-Host ""
Write-Host "环境变量设置完成!" -ForegroundColor Green
Write-Host "您现在可以在此 PowerShell 窗口中直接运行 'gemini' 命令了。"
Write-Host "例如: gemini prompt '天空为什么是蓝色的?'"
node dark-server.js