mirror of
https://git.axenov.dev/mirrors/cursor-free-vip.git
synced 2026-01-19 04:37:27 +00:00
Add bypass token limit functionality
- Introduced a new script `bypass_token_limit.py` to modify the `workbench.desktop.main.js` file, allowing users to bypass token limits. - Updated localization files to include new strings for the bypass token limit feature in English, Simplified Chinese, and Traditional Chinese. - Enhanced CHANGELOG.md to reflect the addition of the bypass token limit feature and related fixes.
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
"operation_cancelled_by_user": "操作被用户取消",
|
||||
"exiting": "退出中 ……",
|
||||
"bypass_version_check": "绕过 Cursor 版本检查",
|
||||
"check_user_authorized": "检查用户授权"
|
||||
"check_user_authorized": "检查用户授权",
|
||||
"bypass_token_limit": "绕过 Token 限制"
|
||||
},
|
||||
"languages": {
|
||||
"en": "英语",
|
||||
@@ -705,5 +706,10 @@
|
||||
"checking_usage_information": "检查使用情况...",
|
||||
"check_usage_response": "检查使用情况响应: {response}",
|
||||
"usage_response": "使用情况响应: {response}"
|
||||
},
|
||||
"bypass_token_limit": {
|
||||
"title": "绕过 Token 限制工具",
|
||||
"description": "此工具修改 workbench.desktop.main.js 文件以绕过 token 限制",
|
||||
"press_enter": "按回车键继续..."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user