From 0b0bc459185947934d05ffeb91f86e1f8c8dc338 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 11 Jan 2026 23:30:38 +0800 Subject: [PATCH] feat: update cal-bun.ts --- script-meta-v2.json | 10 +++++----- single-scripts/{cal-node.ts => cal-bun.ts} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename single-scripts/{cal-node.ts => cal-bun.ts} (100%) diff --git a/script-meta-v2.json b/script-meta-v2.json index b9ab543..9950779 100644 --- a/script-meta-v2.json +++ b/script-meta-v2.json @@ -16,14 +16,14 @@ "publish_time": 1758209484774, "update_time": 1758209484774 }, - "cal-node.ts": { - "script_name": "cal-node.ts", + "cal-bun.ts": { + "script_name": "cal-bun.ts", "script_length": 434, "script_sha256": "90fdb8f6f097dec94566a9595c30edf8996a66698b209104621760340d4462de", - "script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/cal-node.ts", + "script_full_url": "https://git.hatter.ink/hatter/ts-scripts/raw/branch/main/single-scripts/cal-bun.ts", "single_script_file": true, - "publish_time": 1768111677532, - "update_time": 1768112118878 + "publish_time": 1768145414509, + "update_time": 1768145414509 }, "cal.ts": { "script_name": "cal.ts", diff --git a/single-scripts/cal-node.ts b/single-scripts/cal-bun.ts similarity index 100% rename from single-scripts/cal-node.ts rename to single-scripts/cal-bun.ts