Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dorayaki/cursor-s) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Cursor Auth Client (Go版本)
这是Cursor认证系统的Go语言客户端实现。
功能特性
- 现代化的GUI界面
- 卡片激活功能
- 自动保存认证信息
- 跨平台支持 (Windows, macOS, Linux)
依赖要求
- Go 1.16+
- SQLite3
- Fyne GUI框架
构建说明
- 安装依赖:
go mod tidy- 构建程序:
go build- 运行程序:
./cursor-auth-client目录结构
.
├── main.go # 主程序入口
├── cursor_auth/ # 认证相关代码
│ └── auth.go # 认证管理器
├── assets/ # 资源文件
│ └── icon.ico # 程序图标
└── README.md # 说明文档许可证
MIT License