修复已知问题

This commit is contained in:
2025-08-07 20:36:07 +08:00
parent bf99796d8c
commit 5dd0e97e3c
24 changed files with 519 additions and 69 deletions

11
start-claude.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# 设置代理(根据你的 Clash Verge 配置)
export http_proxy=http://127.0.0.1:7897
export https_proxy=http://127.0.0.1:7897
# 启动 Claude Code
echo "🚀 启动 Claude Code..."
echo "📡 使用代理: $http_proxy"
npx @anthropic-ai/claude-code