备份: 完整开发状态(含反混淆脚本和临时文件)

This commit is contained in:
ccdojox-crypto
2025-12-17 17:18:02 +08:00
parent 9e2333c90c
commit 7e9ea173a7
2872 changed files with 326818 additions and 249 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "cursorpro",
"displayName": "CursorPro",
"displayName": "蜂鸟Pro",
"description": "Cursor 账号管理与换号工具",
"version": "0.4.5",
"publisher": "cursorpro",
"publisher": "fnpro",
"repository": {
"type": "git",
"url": "https://github.com/cursorpro/cursorpro-extension"
"url": "https://github.com/fnpro/fnpro-extension"
},
"engines": {
"vscode": "^1.80.0"
@@ -25,18 +25,18 @@
"commands": [
{
"command": "cursorpro.showPanel",
"title": "CursorPro: 打开控制面板"
"title": "蜂鸟Pro: 打开控制面板"
},
{
"command": "cursorpro.switchAccount",
"title": "CursorPro: 立即换号"
"title": "蜂鸟Pro: 立即换号"
}
],
"viewsContainers": {
"activitybar": [
{
"id": "cursorpro-sidebar",
"title": "CursorPro",
"title": "蜂鸟Pro",
"icon": "media/icon.svg"
}
]
@@ -51,7 +51,7 @@
]
},
"configuration": {
"title": "CursorPro",
"title": "蜂鸟Pro",
"properties": {
"cursorpro.cursorPath": {
"type": "string",
@@ -62,7 +62,7 @@
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
"vscode:prepublish": "echo skip",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"lint": "eslint src --ext ts"