Skip to content

Commit d4b5e9b

Browse files
committed
v1.0
1 parent e8f7edc commit d4b5e9b

40 files changed

Lines changed: 1800 additions & 107 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ docs/
100100

101101
## 🔗 相关链接
102102

103-
- [Cursor Pool 主仓库](https://github.com/Sanyela/CursorPool_Clinet)
104-
- [问题反馈](https://github.com/Sanyela/CursorPool_Clinet/issues)
103+
- [Cursor Pool 主仓库](https://github.com/Cloxl/CursorPool_Client)
104+
- [问题反馈](https://github.com/Cloxl/CursorPool_Client/issues)
105105
- [VitePress 文档](https://vitepress.dev/)

docs/.vitepress/config.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
// @ts-ignore
2-
import {defineConfig} from 'vitepress'
2+
import { defineConfig } from 'vitepress'
33
import markdownItEmoji from 'markdown-it-emoji'
4+
import { withMermaid } from "vitepress-plugin-mermaid";
45
import markdownItAnchor from 'markdown-it-anchor'
56
import markdownItToc from 'markdown-it-toc-done-right'
67

7-
export default defineConfig({
8+
export default withMermaid(defineConfig({
89
lang: 'zh-CN',
910
title: 'Cursor Pool 文档',
10-
description: 'Cursor Pool - 优化您的 Cursor 使用体验',
11+
description: 'Cursor Pool - 赋能下一代生产力',
1112

1213
vite: {
1314
resolve: {
@@ -25,6 +26,9 @@ export default defineConfig({
2526
},
2627
},
2728

29+
mermaid: {
30+
theme: 'default',
31+
},
2832
lastUpdated: true,
2933
cleanUrls: true,
3034

@@ -58,7 +62,7 @@ export default defineConfig({
5862
text: '入门指南',
5963
collapsed: false,
6064
items: [
61-
{ text: '软件介绍', link: '/guide/introduction' },
65+
{ text: '基础概念', link: '/guide/introduction' },
6266
{
6367
text: '安装教程',
6468
collapsed: true,
@@ -77,18 +81,14 @@ export default defineConfig({
7781
text: 'Windows',
7882
collapsed: true,
7983
items: [
80-
{ text: '激活问题', link: '/troubleshooting/windows/activation' },
8184
{ text: '注入问题', link: '/troubleshooting/windows/injection' },
82-
{ text: '常见问题', link: '/troubleshooting/windows/common-issues' },
8385
]
8486
},
8587
{
8688
text: 'macOS',
8789
collapsed: true,
8890
items: [
89-
{ text: '安装问题', link: '/troubleshooting/macos/installation' },
90-
{ text: '安全性问题', link: '/troubleshooting/macos/security' },
91-
{ text: '常见问题', link: '/troubleshooting/macos/common-issues' },
91+
{ text: '权限问题', link: '/troubleshooting/macos/permissions' },
9292
]
9393
}
9494
]
@@ -109,11 +109,11 @@ export default defineConfig({
109109
}
110110
],
111111
editLink: {
112-
pattern: 'https://github.com/Sanyela/CursorPool_Clinet/edit/docs/docs/:path',
112+
pattern: 'https://github.com/Cloxl/CursorPool_Client/edit/docs/docs/:path',
113113
text: '在 GitHub 上编辑'
114114
},
115115
socialLinks: [
116-
{ icon: 'github', link: 'https://github.com/Sanyela/CursorPool_Clinet' }
116+
{ icon: 'github', link: 'https://github.com/Cloxl/CursorPool_Client' }
117117
],
118118
footer: {
119119
message: 'Released under the MIT License.',
@@ -149,8 +149,8 @@ export default defineConfig({
149149
}
150150
},
151151
sitemap: {
152-
hostname: 'https://github.com/Sanyela/CursorPool_Clinet',
152+
hostname: 'https://github.com/Cloxl/CursorPool_Client',
153153
lastmodDateOnly: false
154154
}
155-
})
155+
}))
156156

docs/guide/introduction.md

Lines changed: 62 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,71 @@
1-
# :sparkles: 软件介绍
1+
---
2+
title: 功能概览
3+
outline: deep
4+
---
25

3-
## :question: 什么是 Cursor Pool
6+
# 功能概览 :swimming_man:
47

5-
Cursor Pool 是一个专为 Cursor 编辑器用户设计的账户管理工具。它能帮助您:
8+
![功能概览](/assets/guide/introduction/intro-guide.png)
69

7-
:white_check_mark: 轻松管理多个 Cursor 账户
8-
:zap: 一键切换不同账户
9-
:lock: 安全存储账户信息
10-
:chart_with_upwards_trend: 监控使用情况
10+
快速开始使用Cursor Pool:
11+
- [Windows安装教程](/guide/windows/installation)
12+
- [macOS安装教程](/guide/macos/installation)
1113

12-
## :star: 主要功能
14+
::: details 本地账户对话次数介绍 :speech_balloon:
15+
* 云端下发的每个账户拥有50-150次对话额度
16+
* 切换账户时消耗50点卡密额度
17+
* 账户使用限制:每24小时最多50次对话(非固定时间重置)
18+
* 卡密扣除的是保底对话次数,剩余次数可在接下来几天内继续使用
19+
* 历史账户界面可追踪每个账户的使用状态和剩余额度
1320

14-
### :key: 账户管理
15-
- 支持多账户管理
16-
- 账户数据加密存储
17-
- 快速切换账户
21+
```mermaid
22+
sequenceDiagram
23+
participant 用户
24+
participant Cursor
25+
participant 额度管理 as 本地Cursor账户对话额度
1826
19-
### :gear: 系统优化
20-
- 自动重置机器码
21-
- 解决使用限制
22-
- 提升使用体验
27+
Note over 用户,额度管理: 每个账户初始拥有50-150次对话额度
2328
24-
### :bar_chart: 使用统计
25-
- 实时监控使用量
26-
- 账户状态追踪
27-
- 使用记录查看
29+
用户->>Cursor: 发起对话请求
2830
29-
## :rocket: 开始使用
31+
alt 拥有足够额度
32+
Cursor-->>用户: 启动AI对话
33+
Note over 用户,Cursor: 用户提问,AI回答
34+
35+
alt 使用Claude 3.7等高级模型
36+
Cursor->>额度管理: 扣除2次对话额度
37+
else 使用普通模型
38+
Cursor->>额度管理: 扣除1次对话额度
39+
end
40+
41+
额度管理-->>用户: 更新显示剩余额度
42+
else 额度不足
43+
Cursor-->>用户: 提示额度不足
44+
Note over 用户: 通过Cursor Pool切换新账户
45+
end
3046
31-
请查看 [Windows 安装教程](/guide/windows/installation)[macOS 安装教程](/guide/macos/installation) 开始使用 Cursor Pool。
47+
Note over 用户,额度管理: 每24小时最多使用50次<br>超过限制需等待或换账户<br>账户总额度消耗完毕后无法继续使用
48+
```
49+
:::
50+
51+
::: details 工作原理 :gear:
52+
```mermaid
53+
sequenceDiagram
54+
participant 用户
55+
participant 客户端 as Cursor Pool客户端
56+
participant 服务端 as Cursor Pool服务端
57+
participant Cursor
58+
59+
用户->>客户端: 打开Cursor Pool
60+
客户端->>服务端: 请求Cursor账户
61+
服务端->>服务端: 协议注册机创建账户
62+
服务端-->>客户端: 返回可用账户
63+
客户端->>客户端: 修改本地机器码
64+
用户->>客户端: 选择账户
65+
客户端->>Cursor: 启动并注入修改后的机器码
66+
Cursor-->>用户: 使用选定账户启动
67+
用户->>Cursor: 使用AI功能
68+
Cursor->>客户端: 使用情况数据
69+
客户端->>服务端: 更新使用统计
70+
```
71+
:::

docs/guide/macos/installation.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
# :apple: macOS 安装指南
1+
# :apple: Windows 安装指南
22

33
## :package: 下载安装包
44

5-
1. :arrow_down:[GitHub Releases](https://github.com/yourusername/cursor-pool/releases) 下载最新版本
6-
2. :file_folder: 选择 `CursorPool-x.x.x.dmg` 安装包
5+
1. :arrow_down:[123 云盘](https://www.123912.com/s/YJhWTd-xa1Wh) 下载最新版本
6+
2. :file_folder: 选择 `macos`文件夹
7+
3. :package: 优先选择`10MB`左右的安装包, 如果安装后界面`无法打开`, 再选择`200MB`的程序安装
8+
![下载介绍](/assets/guide/macos/macos-download-step1.png)
79

810
## :wrench: 安装步骤
911

1012
1. :mouse2: 双击打开 DMG 文件
1113
2. :arrow_right: 将 Cursor Pool 拖入 Applications 文件夹
12-
3. :shield: 首次运行时,如果提示"无法打开",请前往"系统偏好设置 > 安全性与隐私"
1314

14-
## :key: 授权步骤
15-
16-
1. :gear: 打开"系统偏好设置"
17-
2. :lock: 点击"安全性与隐私"
18-
3. :unlock: 点击左下角锁图标解锁设置
19-
4. :white_check_mark: 允许来自"身份不明开发者"的应用
20-
21-
## :rocket: 启动软件
15+
## :warning: 常见问题
2216

23-
1. :mag: 在 Applications 文件夹中找到 Cursor Pool
24-
2. :computer: 启动软件
25-
3. :wrench: 完成初始设置
17+
### MacOS软件已损坏, 移除到废纸篓
18+
<img src="/assets/guide/macos/macos-install-warn1.png" alt="软件已损坏" width="300" height="300"/>
2619

27-
## :warning: 常见问题
20+
打开`启动台`, 选择`终端`, 输入:
21+
```bash
22+
sudo spctl --master-disable
23+
```
24+
回车运行, 继续输入密码(密码输入时是不可见的), 密码输入完毕后继续回车
2825

29-
如果安装过程中遇到问题,请参考 [macOS 常见问题](/troubleshooting/macos/common-issues) 页面。
26+
如果依旧无法打开 继续在`终端`输入以下命令并执行:
27+
```bash
28+
sudo xattr -r -d com.apple.quarantine /Applications/cursor-pool.app
29+
```

docs/guide/windows/installation.md

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,32 @@
22

33
## :package: 下载安装包
44

5-
1. :arrow_down:[GitHub Releases](https://github.com/yourusername/cursor-pool/releases) 下载最新版本
6-
2. :file_folder: 选择 `CursorPool-Setup-x.x.x.exe` 安装包
5+
1. :arrow_down:[123 云盘](https://www.123912.com/s/YJhWTd-xa1Wh) 下载最新版本
6+
2. :file_folder: 选择 `windows`文件夹
7+
3. :package: 优先选择`10MB`左右的安装包, 如果安装后界面`无法打开`, 再选择`200MB`的程序安装
78

8-
## :wrench: 安装步骤
9+
![下载介绍](/assets/guide/windows/windows-download-step1.png)
910

10-
1. :mouse2: 双击安装包运行
11-
2. :shield: 如果出现 Windows 安全提示,点击"更多信息",然后选择"仍要运行"
12-
3. :arrow_forward: 按照安装向导提示完成安装
1311

14-
## :white_check_mark: 验证安装
12+
## :warning: 常见问题
1513

16-
1. :mag: 在开始菜单中找到 Cursor Pool
17-
2. :rocket: 启动软件
18-
3. :key: 完成初始设置
14+
### 软件在桌面双击无法打开
1915

20-
## :warning: 常见问题
16+
右键图标 -> 管理员身份运行
17+
18+
### 浏览器下载后提示不安全
19+
点击`仍然保留`
20+
21+
<img src="/assets/guide/windows/windows-download-warn1.png" alt="点击保存" width="400" />
22+
23+
### 安装后无法打开
24+
25+
* 点击更多信息
26+
<img src="/assets/guide/windows/windows-install-warn1-setp1.png" alt="点击更多信息" width="400" height="200"/>
27+
28+
* 点击仍要运行
29+
<img src="/assets/guide/windows/windows-install-warn1-setp2.png" alt="点击仍要运行" width="400" height="200"/>
30+
31+
### 杀毒软件报毒
2132

22-
如果安装过程中遇到问题,请参考 [Windows 常见问题](/troubleshooting/windows/common-issues) 页面。
33+
点击允许即可

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ layout: home
33

44
hero:
55
name: Cursor Pool
6-
text: 优化您的 Cursor 使用体验
6+
text: 赋能下一代生产力
77
tagline: 简单、高效的 Cursor 账户管理工具
88
actions:
99
- theme: brand
1010
text: 快速开始
1111
link: /guide/introduction
1212
- theme: alt
1313
text: 查看源码
14-
link: https://github.com/Sanyela/CursorPool_Clinet
14+
link: https://github.com/Cloxl/CursorPool_Client
1515

1616
features:
1717
- icon: 🚀
182 KB
Loading
76.6 KB
Loading
10.9 KB
Loading
81.1 KB
Loading

0 commit comments

Comments
 (0)