chore: release v0.8.4 — 移除龙虾军团入口,精简前端

This commit is contained in:
晴天
2026-03-13 15:24:12 +08:00
parent 5e2abeadc5
commit 0dd202d50d
15 changed files with 24 additions and 3431 deletions

View File

@@ -12,7 +12,7 @@ import { fileURLToPath } from 'url'
import net from 'net'
import http from 'http'
import crypto from 'crypto'
import { DOCKER_TASK_TIMEOUT_MS } from '../src/lib/docker-tasking.js'
const DOCKER_TASK_TIMEOUT_MS = 10 * 60 * 1000
const __dev_dirname = path.dirname(fileURLToPath(import.meta.url))
const OPENCLAW_DIR = path.join(homedir(), '.openclaw')