python.ts udpates

This commit is contained in:
2026-01-26 22:45:22 +08:00
parent 11bd92fc1b
commit f8b0654df8
3 changed files with 10 additions and 9 deletions

View File

@@ -496,12 +496,13 @@ async function main() {
case "venv": case "venv":
await handleVenv(remainingArgs); await handleVenv(remainingArgs);
break; break;
case "add-venv":
case "add-env": case "add-env":
case "add-venv":
await handleAddVenv(remainingArgs); await handleAddVenv(remainingArgs);
break; break;
case "rm-venv":
case "rm-env": case "rm-env":
case "rm-venv":
case "remote-env":
case "remove-venv": case "remove-venv":
await handleRemoveVenv(remainingArgs); await handleRemoveVenv(remainingArgs);
break; break;
@@ -518,5 +519,5 @@ async function main() {
main().catch((e) => log.error(e)); main().catch((e) => log.error(e));
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260126T224250+08:00.MEYCIQD3p/JpY5/Rfccm3IP+ // @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260126T224501+08:00.MEYCIQCcH+T4kogAD0bc8MS7
// VP/2Xu3I5xyfeqfPl0J9OH+03AIhALWqXErjYfQqeH3m8GhEK0cll2mJBiPIkC/BfRjgCqpr // 1HmKATErZhVwcyiJRc0NVYl8cQIhAMObac/Id8AZcSdrvZ/dow5a+RXdRjREPSkMqJe7w4TW

View File

@@ -168,11 +168,11 @@
}, },
"python.ts": { "python.ts": {
"script_name": "python.ts", "script_name": "python.ts",
"script_length": 15906, "script_length": 15933,
"script_sha256": "97a2f6a2d21c23af3a171a39cdfce8cc3ed0e7c68269e44524445fd5f9a7267d", "script_sha256": "e35408f8167b06a924e667ae617a761fe0d8a9d991da19f04e9e34a9bd75acf8",
"script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/python-ts/main.ts", "script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/python-ts/main.ts",
"publish_time": 1768236234264, "publish_time": 1768236234264,
"update_time": 1769438575674 "update_time": 1769438707872
}, },
"random.ts": { "random.ts": {
"script_name": "random.ts", "script_name": "random.ts",

View File

@@ -21,8 +21,8 @@
}, },
"python-ts": { "python-ts": {
"script_name": "python-ts", "script_name": "python-ts",
"script_length": 15906, "script_length": 15933,
"script_sha256": "97a2f6a2d21c23af3a171a39cdfce8cc3ed0e7c68269e44524445fd5f9a7267d" "script_sha256": "e35408f8167b06a924e667ae617a761fe0d8a9d991da19f04e9e34a9bd75acf8"
}, },
"sigstore-verify-ts": { "sigstore-verify-ts": {
"script_name": "sigstore-verify-ts", "script_name": "sigstore-verify-ts",