add html file hosting

This commit is contained in:
2026-05-11 20:00:31 +08:00
parent aa9b9846ca
commit 859c7d9e7c
6 changed files with 464 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "hpl-toolbox",
"displayName": "HPL Toolbox",
"description": "Bundled tools: PLEC Upload, AppLovin Demo Upload, Base64 Asset Scanner, Daily Update.",
"version": "0.1.1",
"description": "Bundled tools: PLEC Upload, AppLovin Demo Upload, Base64 Asset Scanner, Daily Update. Local HTML Host.",
"version": "0.1.2",
"publisher": "hesukastro",
"engines": {
"vscode": "^1.85.0"
@@ -28,6 +28,10 @@
{
"command": "hplToolbox.openDailyUpdate",
"title": "HPL Toolbox: Open Daily Update"
},
{
"command": "hplToolbox.openSendToMobile",
"title": "HPL Toolbox: Open Send To Mobile"
}
],
"viewsContainers": {
@@ -83,6 +87,16 @@
"description": "Value of the __Host-APPLOVINID cookie for p.applov.in (log in at https://p.applov.in/playablePreview?create=1&qr=1 and copy the cookie from DevTools)."
}
}
},
{
"title": "HPL Toolbox — Send To Mobile",
"properties": {
"hplToolbox.sendToMobile.port": {
"type": "number",
"default": 0,
"description": "Port for the temporary LAN HTTP server. 0 (default) = OS-assigned ephemeral port."
}
}
}
]
},