feat: fix single script 404

This commit is contained in:
2025-01-18 12:42:39 +08:00
parent 6b5f301086
commit 8b6cedb20d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"file_ext": "rs",
"simple_script_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/master/single-scripts/$NAME",
"simple_script_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/single-scripts/$NAME",
"project_script_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/$NAME/src/main.rs",
"skip_dirs": []
}

View File

@@ -33,7 +33,7 @@
"script_name": "helloworld.rs",
"script_length": 64,
"script_sha256": "b1cf245146e6684986b1f0788d2282fdb1c617eac0961a84bfbd65f386975993",
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/master/single-scripts/helloworld.rs",
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/single-scripts/helloworld.rs",
"single_script_file": true
},
"makepassword.rs": {