From 9f8889d4000fa039d8a48cf098b730285b5afa1f Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 12 Apr 2026 00:50:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20script=20metadata=20and?= =?UTF-8?q?=20modify=20update-cheatsheet.ts=20with=20new=20shebang=20and?= =?UTF-8?q?=20signature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script-meta-v2.json | 6 +++--- single-scripts/update-cheatsheet.ts | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/script-meta-v2.json b/script-meta-v2.json index da3320f..a3d6651 100644 --- a/script-meta-v2.json +++ b/script-meta-v2.json @@ -340,12 +340,12 @@ }, "update-cheatsheet.ts": { "script_name": "update-cheatsheet.ts", - "script_length": 2922, - "script_sha256": "262a18ac6b3376df201c7bad8b674392163f621cde67e4a0404c97e5d6a2f376", + "script_length": 3089, + "script_sha256": "ee9d5e6eaaa26cc296b20ee75934b3179bca1a6864f39e5bc9d809969996d4bb", "script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/update-cheatsheet.ts", "single_script_file": true, "publish_time": 1775925235458, - "update_time": 1775925994593 + "update_time": 1775926199153 }, "upper.ts": { "script_name": "upper.ts", diff --git a/single-scripts/update-cheatsheet.ts b/single-scripts/update-cheatsheet.ts index 5ce0196..2f64bcb 100755 --- a/single-scripts/update-cheatsheet.ts +++ b/single-scripts/update-cheatsheet.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env -S deno run -A +#!/usr/bin/env runts -- --allow-all import {parse} from "jsr:@std/yaml"; import { @@ -100,3 +100,6 @@ main().catch((err) => { log.error(err); exit(1); }).then(() => exit(0)); + +// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260412T004945+08:00.MEQCIFlvRR177uPSgZ9hGzaa +// 2WekjFgmYLSvZ1XnSZr0LdtMAiBgd18LDfJBUKz9YS8ouOI5FMTkM4H34J9Wq/iKC6aB9w==