This commit is contained in:
2026-06-22 15:10:22 +08:00
parent 8e5d56ab1d
commit 0e30ed0b36
16 changed files with 911 additions and 1017 deletions

View File

@@ -2,7 +2,7 @@
"name": "hpl-toolbox",
"displayName": "HPL Toolbox",
"description": "Bundled tools: PLEC Upload, AppLovin Playable Preview, Base64 Scanner, MRAID Checker. Local HTML Host.",
"version": "0.2.4",
"version": "1.0.0",
"publisher": "hesukastro",
"license": "UNLICENSED",
"repository": {
@@ -75,7 +75,8 @@
{
"type": "webview",
"id": "hplToolbox.launcher",
"name": ""
"name": "",
"icon": "media/hpl.png"
}
]
},
@@ -145,6 +146,21 @@
"description": "URL to a JSON manifest file listing the files to download. The manifest must be an array of { \"filename\": string, \"url\": string } objects. Can be a raw GitHub/Gitea file URL or any direct JSON URL."
}
}
},
{
"title": "HPL Toolbox — Device Simulator",
"properties": {
"hplToolbox.deviceSimulator.devicesUrl": {
"type": "string",
"default": "https://drive.google.com/file/d/1w04wviCmgNqtDCO1GLyYfwEeWpjBPGJ4/view?usp=drive_link",
"description": "URL to a remote devices.json file. When set, the Device Simulator fetches this on open and uses it as the default device list. Leave empty to use built-in defaults only. Supports Google Drive share links (file/d/...) or any direct JSON URL."
},
"hplToolbox.deviceSimulator.languagesUrl": {
"type": "string",
"default": "https://drive.google.com/file/d/1I3ZiI8CLU2JxYZEtWCz6Vr0r8Uj2732f/view?usp=drive_link",
"description": "URL to a remote languages.json file. When set, the Device Simulator fetches this on open and populates the language dropdown from it. Leave empty to use built-in defaults only."
}
}
}
]
},