feat: add update-meta-v2.rs

This commit is contained in:
2025-01-18 13:14:47 +08:00
parent 550bdc0f3d
commit d4d14ff7c6
4 changed files with 228 additions and 0 deletions

14
script-meta-v2.json Normal file
View File

@@ -0,0 +1,14 @@
{
"helloworld.go": {
"script_name": "helloworld.go",
"script_length": 128,
"script_sha256": "b807f5d29dd2dbd4dc8c665616c836b1e1c0274d377672109a3e2397bb1139bf",
"script_full_url": "https://git.hatter.ink/hatter/go-scripts/raw/branch/main/helloworld-go/main.go"
},
"myip.go": {
"script_name": "myip.go",
"script_length": 798,
"script_sha256": "2abb41d64288774c01c465508070bec5ba7350228ab0dc79a2fe679b5afb07b6",
"script_full_url": "https://git.hatter.ink/hatter/go-scripts/raw/branch/main/myip-go/main.go"
}
}