备份: 完整开发状态(含反混淆脚本和临时文件)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user