Add: 2026-05-29-熔岩之海与云鲸之梦

This commit is contained in:
Chen Gu
2026-08-13 17:00:22 +08:00
parent 4658b96406
commit 18ae0ae72b
1124 changed files with 55162 additions and 206829 deletions
+17
View File
@@ -0,0 +1,17 @@
# 码枪堂启动脚本
Write-Host "启动码枪堂..." -ForegroundColor Cyan
$projectDir = "D:\共享\extracted_files\`$PLUGINSDIR\app-64\resources\decompiled_code"
# 切换到项目目录
Set-Location $projectDir
# 检查依赖
if (-not (Test-Path "node_modules\electron")) {
Write-Host "安装 Electron..." -ForegroundColor Yellow
npm install electron --save-dev
}
# 启动应用
Write-Host "启动应用..." -ForegroundColor Green
npx electron .