playworks converter

This commit is contained in:
2026-05-27 15:13:58 +08:00
parent c7ad1e14ca
commit 9e82656eeb
22 changed files with 1211 additions and 0 deletions

View File

@@ -41,6 +41,11 @@ const TOOLS: ToolDefinition[] = [
title: 'Send To Mobile',
description: 'Share HTML to a phone via LAN + QR',
},
{
command: 'hplToolbox.openPlayworksConverter',
title: 'Playworks Converter',
description: 'Convert Playworks HTML to per-network variants',
},
];
export class LauncherViewProvider implements vscode.WebviewViewProvider {