Skip to content

Commit 1d9a1c4

Browse files
committed
v1.8.5
1 parent dbb8f1f commit 1d9a1c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2954
-1200
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"singleline": 10,
1717
"multiline": 1
1818
}],
19+
"vue/first-attribute-linebreak": "off",
1920
// todo 临时屏蔽
2021
"@typescript-eslint/no-explicit-any": "off",
2122
"@typescript-eslint/no-unused-vars": ["warn", {

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"semi": false,
1515
"singleQuote": true,
1616
"vueIndentScriptAndStyle": true,
17-
"trailingComma": "all"
17+
"trailingComma": "all",
18+
"singleAttributePerLine": true
1819
}

README.md

Lines changed: 49 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,49 @@
1-
2-
3-
# Cursor Pool
4-
5-
Cursor Pool 是一个免费开源的桌面应用程序,基于 Tauri + Vue3 + TypeScript 开发,专为优化 Cursor 编辑器账户使用体验而设计。
6-
7-
## 软件功能
8-
9-
Cursor Pool 让您轻松管理多个 Cursor 账户,实现一键切换账户和重置机器码,有效解决 Cursor 编辑器使用中的各种限制问题。软件还提供详细的使用量统计,帮助您监控 高级模型 和 低级模型 的使用情况,并通过会员系统提供更多高级功能。
10-
11-
通过 Cursor Pool,您可以:
12-
- 快速切换不同的 Cursor 账户
13-
- 一键重置机器码,解决使用限制
14-
- 监控 AI 模型使用量和账户状态
15-
- 享受深色/浅色主题和多语言支持
16-
17-
## 开源声明
18-
19-
本软件代码完全开源,遵循 MIT 许可证。但请注意,软件名称"Cursor Pool"及相关图标等品牌资产**不包含**在开源许可中。如需基于本项目开发自己的应用,请更改这些品牌元素。
20-
21-
## 许可证
22-
23-
[MIT License](LICENSE)
1+
# Cursor Pool - 多账户管理解决方案
2+
3+
![开源协议](https://img.shields.io/badge/license-MIT-green) ![版本状态](https://img.shields.io/badge/version-v1.8.4%2B-blue)
4+
5+
## 🌟 核心功能
6+
7+
### 账户管理
8+
- **多账户切换**:快速在不同 Cursor 账户间无缝切换
9+
- **智能重置**:一键重置机器码破解使用限制
10+
- **状态监控**:实时追踪账户使用情况
11+
- 高级模型用量统计
12+
- 基础模型用量分析
13+
- 账户有效期监测
14+
15+
### 用户体验
16+
- 🎨 主题支持:深色/浅色双模式自由切换
17+
- 🌐 多语言:国际化支持(持续更新中)
18+
- ⚙️ 会员系统:解锁更多高级功能
19+
20+
---
21+
22+
## 📜 开源协议声明
23+
24+
### 使用条款
25+
本代码库遵循 **[MIT 许可证](LICENSE)**,但请注意:
26+
- **保留作者信息**:必须在设置页面优先展示原作者:
27+
- [Cloxl](https://github.com/Cloxl)
28+
- [Sanyela](https://github.com/Sanyela)
29+
- **禁止使用品牌元素**
30+
-`Cursor Pool` 名称及变体
31+
- ❌ 原版软件图标
32+
- ❌ 安装包显示原名称
33+
34+
### 允许行为(需满足上述条件)
35+
- ✅ 代码复制/修改
36+
- ✅ 二次分发
37+
- ✅ 商业用途
38+
39+
> **版本说明**:自 [v1.8.4](https://github.com/Cloxl/CursorPool_Client/tree/v1.8.4) 起,代码同步策略调整为仅同步版本号,不保留 commit 历史。
40+
41+
---
42+
43+
## 🛠️ 开发架构
44+
```text
45+
技术栈
46+
├── 核心框架: Tauri
47+
├── 前端框架: Vue3 + TypeScript
48+
├── 状态管理: Pinia
49+
└── UI组件: Naive UI

0 commit comments

Comments
 (0)