init: 空项目起点 (v2 重构)

This commit is contained in:
小海
2026-03-04 14:57:42 +08:00
commit 26f9275f9b
2 changed files with 40 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# Binaries
*.exe
*.dll
*.so
*.dylib
cursor2api
# Go
vendor/
*.test
# Node
node_modules/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Environment
.env
.env.local
# Build
dist/
build/

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# Cursor2API v2
将 Cursor 文档页免费 AI 对话接口代理转换为 Anthropic Messages API可直接对接 Claude Code。
## 开发中...