功能: - 激活码管理 (Pro/Auto 两种类型) - 账号池管理 - 设备绑定记录 - 使用日志 - 搜索/筛选功能 - 禁用/启用功能 (支持退款参考) - 全局设置 (换号间隔、额度消耗等) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
45 lines
2.3 KiB
XML
45 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
|
|
<Metadata>
|
|
<Identity Language="en-US" Id="cursorpro" Version="0.4.5" Publisher="cursorpro" />
|
|
<DisplayName>CursorPro</DisplayName>
|
|
<Description xml:space="preserve">Cursor 账号管理与换号工具</Description>
|
|
<Tags></Tags>
|
|
<Categories>Other</Categories>
|
|
<GalleryFlags>Public</GalleryFlags>
|
|
|
|
<Properties>
|
|
<Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.80.0" />
|
|
<Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
|
|
<Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="" />
|
|
<Property Id="Microsoft.VisualStudio.Code.ExtensionKind" Value="ui" />
|
|
<Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />
|
|
<Property Id="Microsoft.VisualStudio.Code.EnabledApiProposals" Value="" />
|
|
|
|
<Property Id="Microsoft.VisualStudio.Code.ExecutesCode" Value="true" />
|
|
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/cursorpro/cursorpro-extension.git" />
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/cursorpro/cursorpro-extension.git" />
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/cursorpro/cursorpro-extension.git" />
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/cursorpro/cursorpro-extension/issues" />
|
|
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/cursorpro/cursorpro-extension#readme" />
|
|
|
|
|
|
<Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
|
|
<Property Id="Microsoft.VisualStudio.Services.Content.Pricing" Value="Free"/>
|
|
|
|
|
|
|
|
</Properties>
|
|
<License>extension/LICENSE.txt</License>
|
|
|
|
</Metadata>
|
|
<Installation>
|
|
<InstallationTarget Id="Microsoft.VisualStudio.Code"/>
|
|
</Installation>
|
|
<Dependencies/>
|
|
<Assets>
|
|
<Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
|
|
<Asset Type="Microsoft.VisualStudio.Services.Content.License" Path="extension/LICENSE.txt" Addressable="true" />
|
|
</Assets>
|
|
</PackageManifest> |