This commit is contained in:
2026-06-23 13:53:55 +08:00
parent c336f176e6
commit 331e49ea29
13 changed files with 557 additions and 28 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": "1.0.0",
"version": "1.0.1",
"publisher": "hesukastro",
"license": "UNLICENSED",
"repository": {
@@ -103,6 +103,16 @@
"type": "boolean",
"default": false,
"description": "Skip the pre-check that verifies the filename does not already exist on the preview server."
},
"hplToolbox.plec.wpUsername": {
"type": "string",
"default": "pm",
"description": "WordPress username for the backup PLEC server (20.255.60.183)."
},
"hplToolbox.plec.wpPassword": {
"type": "string",
"default": "nRLz#LV@y#)q@CW@z8fGEPyI",
"description": "WordPress password for the backup PLEC server (20.255.60.183)."
}
}
},
@@ -167,7 +177,9 @@
"scripts": {
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"vscode:prepublish": "npm run compile"
"vscode:prepublish": "npm run compile",
"build": "pwsh -File scripts/build.ps1",
"run-standalone": "pwsh -File scripts/run-standalone.ps1"
},
"devDependencies": {
"@types/node": "^20.0.0",