feat: sign scripts
This commit is contained in:
@@ -115,3 +115,6 @@ fn calc_ripemd160(i: &[u8]) -> Vec<u8> {
|
||||
hasher.update(i);
|
||||
hasher.finalize().to_vec()
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234308+08:00.MEUCIDhS7bXajTBtRd/QYF7k
|
||||
// m091OGpR1rKuyCyufWhnwzjkAiEAupUjM6p+vPEkHQi3Pzv4kw6Gz46HXQnOOAtMuQCDQcw=
|
||||
|
||||
@@ -188,3 +188,5 @@ fn install_commit_msg(force: bool) {
|
||||
success!("Install commit-msg to repo succeed!");
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234924+08:00.MEYCIQDqMMcZsH7TgXwccBBc
|
||||
// Ix+3r9KFeClL6DSDmk46XcARbAIhAOaTP0bCeJh4oapeX8dI0aA2kScyckQ3jU1WQ8iq/75X
|
||||
|
||||
@@ -107,3 +107,6 @@ fn parse_add_time(add_time: &Option<String>) -> i128 {
|
||||
|
||||
add_time_millis
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234910+08:00.MEUCIQD7FwdnfcUt7g6//wgu
|
||||
// sPz5Vl/93dpOz4OCcxJiKsXAMwIgWI1+INKys7y5uvkENl7Bdj6z6r0zcaAwPht9mu+HWQk=
|
||||
|
||||
@@ -92,3 +92,6 @@ fn main() -> XResult<()> {
|
||||
fn is_file_exists(file: &str) -> bool {
|
||||
fs::metadata(file).is_ok()
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234903+08:00.MEUCIH/RghKp5HfEexqUP2zj
|
||||
// wO1erLygRPREcrq8iRUEbKqaAiEAuaFVR13QfTCcdpxG/nQMdF0WaU1hZ4/P5VpPKafL2QE=
|
||||
|
||||
@@ -219,3 +219,6 @@ fn build_oid_register() -> OidRegistry<'static> {
|
||||
oid_reg.insert(oid!(1.2.156.10197.1.301), OidEntry::new("sm2ECC", "China GM Standards Committee"));
|
||||
oid_reg
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234846+08:00.MEQCIFHPcCDQxGpDLOiJakfD
|
||||
// lZdGpGNG1/n6nc1qYfKv/pq8AiAi0M9NPn33bJx0Z/tEELWuRKzffKj+5qN855cdSPQIxA==
|
||||
|
||||
@@ -83,3 +83,6 @@ fn main() {
|
||||
|
||||
println!("{}", pass);
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234836+08:00.MEYCIQDWrrmEPivS4NaZ+IVc
|
||||
// zjbDY7Vo/hUSiJh4z+FfBZsL7gIhAIiwhEJ3fZ6kY5fEYE5W6b1f4wWeA3tMb6znH/bE9IjQ
|
||||
|
||||
@@ -30,3 +30,6 @@ fn main() {
|
||||
});
|
||||
success!("Your IP address is: {}", ip_response.ip);
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234825+08:00.MEYCIQDu/n280mIfQ5cHOG2m
|
||||
// CrX1sNCf+pKEtvk4fdlM9ZV7hQIhAI5V4wGI+KFd01b5gaMHpmlfa4wbOPMA34uPX1l2phze
|
||||
|
||||
@@ -375,3 +375,6 @@ async fn parse_sts_response(response: Response) -> XResult<Sts> {
|
||||
let sts: Sts = opt_result!(serde_json::from_str(&data_value_str), "Parse STS response data failed: {}");
|
||||
Ok(sts)
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234818+08:00.MEUCIAu1vC7V6LU5kpnr1Q8H
|
||||
// TA6dAgC7kodEwgLFibsoF6wTAiEAsvvxxzGPedrIhqj4yOtL78Fud9PaS1v8QmosGrn+Yvo=
|
||||
|
||||
@@ -266,3 +266,6 @@ fn get_content_type(file_name: &str) -> String {
|
||||
"application/octet-stream".into()
|
||||
}
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234805+08:00.MEUCIH4lvEhDT6ee1SnTyWMR
|
||||
// cLqsF//wFAyCr76Mcw7f6IfiAiEA6C92us/RPatk9fZ4eot1zuudM+lNxdgrpgxoQXjcVhM=
|
||||
|
||||
@@ -15,3 +15,6 @@ fn main() {
|
||||
information!("Lead: {:?}", pkg.metadata.lead);
|
||||
information!("Header: {:?}", pkg.metadata.header);
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234746+08:00.MEUCICrO2MejPQurIkpdb8IJ
|
||||
// pyfgiSlH567FvfcMIrjhx9ZAAiEArhv+crGq5d2l3/4ZunPSfVQ90Tb9xcbn8Rh9ga/HlYY=
|
||||
|
||||
@@ -1,123 +1,123 @@
|
||||
{
|
||||
"bit-address.rs": {
|
||||
"script_name": "bit-address.rs",
|
||||
"script_length": 3877,
|
||||
"script_sha256": "806980fef2db63d42024010bc7bc010664ec616662164fb6490ca9389502d869",
|
||||
"script_length": 4038,
|
||||
"script_sha256": "54b6bfce07899c2cbf5c0b3743a552a79849e0650850b2c74e0489282bf157b2",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/bit-address-rs/src/main.rs",
|
||||
"publish_time": 1737272563311,
|
||||
"update_time": 1737272563311
|
||||
"update_time": 1737647377228
|
||||
},
|
||||
"commit-msg.rs": {
|
||||
"script_name": "commit-msg.rs",
|
||||
"script_length": 6618,
|
||||
"script_sha256": "63d1569f1ae8b5b9c14e3be8a79841dbf67e954c16e1bb16f07c2b2f6660c88f",
|
||||
"script_length": 6778,
|
||||
"script_sha256": "b875fabee2f2ea8ceb0f4cd1ca6b175f22e995d150589a96ded2d0e5655232cc",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/commit-msg-rs/src/main.rs",
|
||||
"publish_time": 1737272563311,
|
||||
"update_time": 1737272563311
|
||||
"update_time": 1737647377228
|
||||
},
|
||||
"current-time.rs": {
|
||||
"script_name": "current-time.rs",
|
||||
"script_length": 3301,
|
||||
"script_sha256": "51536795cafedf593184a2690f08ee8fc2be9b5dccdd8a52fafa025d66c26e96",
|
||||
"script_length": 3462,
|
||||
"script_sha256": "263093c71f906819e2d336a94510435a5ed07df49dac766f8d35c5e6097e3494",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/current-time-rs/src/main.rs",
|
||||
"publish_time": 1737272563311,
|
||||
"update_time": 1737272563311
|
||||
"update_time": 1737647377228
|
||||
},
|
||||
"decrypt.rs": {
|
||||
"script_name": "decrypt.rs",
|
||||
"script_length": 3087,
|
||||
"script_sha256": "7f5bb37855da9b350fb1ca646fd75a3a71533a8f5f7913ac81036ad1b2082f3c",
|
||||
"script_length": 3248,
|
||||
"script_sha256": "93dd27b383f56985471c9b78965d6abd618e31d1db3b09c749324844879ce991",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/decrypt-rs/src/main.rs",
|
||||
"publish_time": 1737272563311,
|
||||
"update_time": 1737272563311
|
||||
"update_time": 1737647377228
|
||||
},
|
||||
"derparse.rs": {
|
||||
"script_name": "derparse.rs",
|
||||
"script_length": 7368,
|
||||
"script_sha256": "423eb3c6ce57baf7bc8c9f452fdead2f3dc3d86f3724aa8bd7016ece8ce1853b",
|
||||
"script_length": 7529,
|
||||
"script_sha256": "c05c8a17be4d25ab899d81bb2c4407af143a49d2b40c26dbb44d43974f20aa64",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/derparse-rs/src/main.rs",
|
||||
"publish_time": 1737272563312,
|
||||
"update_time": 1737272563312
|
||||
"update_time": 1737647377228
|
||||
},
|
||||
"helloworld.rs": {
|
||||
"script_name": "helloworld.rs",
|
||||
"script_length": 64,
|
||||
"script_sha256": "b1cf245146e6684986b1f0788d2282fdb1c617eac0961a84bfbd65f386975993",
|
||||
"script_length": 225,
|
||||
"script_sha256": "230ed8ffd673de9cb585ba149492ff1280ace847c8ba9b4c2e66c0b6ab5aa1b5",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/single-scripts/helloworld.rs",
|
||||
"single_script_file": true,
|
||||
"publish_time": 1737272563312,
|
||||
"update_time": 1737272563312
|
||||
"update_time": 1737647377229
|
||||
},
|
||||
"makepassword.rs": {
|
||||
"script_name": "makepassword.rs",
|
||||
"script_length": 1966,
|
||||
"script_sha256": "0ca721d3531a9cc94c95193e7148c0316551fd65d84de7f54bd4b6418ff37f01",
|
||||
"script_length": 2127,
|
||||
"script_sha256": "88486b4186312e5fad2ed09ec4fc30b671101dcbc24dee56a3a62abb2a8ac2ce",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/makepassword-rs/src/main.rs",
|
||||
"publish_time": 1737272563310,
|
||||
"update_time": 1737272563310
|
||||
"update_time": 1737647377227
|
||||
},
|
||||
"myip.rs": {
|
||||
"script_name": "myip.rs",
|
||||
"script_length": 933,
|
||||
"script_sha256": "9756186298cf6a65561760603e6369ee961e3271ea0cf86361b88c2250c3e690",
|
||||
"script_length": 1094,
|
||||
"script_sha256": "939fdc876cd2990b84ece186c94a2d63dfabda23adf86462863c72a245e17410",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/myip-rs/src/main.rs",
|
||||
"publish_time": 1737272563310,
|
||||
"update_time": 1737272563310
|
||||
"update_time": 1737647377227
|
||||
},
|
||||
"osssendfile.rs": {
|
||||
"script_name": "osssendfile.rs",
|
||||
"script_length": 13853,
|
||||
"script_sha256": "218eecef46329fb6d73986d3db1a07dd29fe99269f46290eda165e5f3d663ca9",
|
||||
"script_length": 14014,
|
||||
"script_sha256": "75afdc43c68f9463f544feb4e257f1aec7ed96e361b3c5d95a43bc1aa3fb6158",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/osssendfile-rs/src/main.rs",
|
||||
"publish_time": 1737272563311,
|
||||
"update_time": 1737272563311
|
||||
"update_time": 1737647377228
|
||||
},
|
||||
"post.rs": {
|
||||
"script_name": "post.rs",
|
||||
"script_length": 10494,
|
||||
"script_sha256": "fe3571fdcd170608575c610ba51fcaeee7aea0fe82ae4bc22032f61c7787d22f",
|
||||
"script_length": 10655,
|
||||
"script_sha256": "d99f7d9fd1d0c0b333c30e1cf87cd21bba3d069d2c850f4910ccffe0d486b27a",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/post-rs/src/main.rs",
|
||||
"publish_time": 1737272563311,
|
||||
"update_time": 1737272563311
|
||||
"update_time": 1737647377227
|
||||
},
|
||||
"rpm-read.rs": {
|
||||
"script_name": "rpm-read.rs",
|
||||
"script_length": 637,
|
||||
"script_sha256": "2338fb99c2803fc36ecdb09ec04eeb9aefb3524f8a68db4875562fdf3c8ba3f8",
|
||||
"script_length": 798,
|
||||
"script_sha256": "175a7214e8367838be3be5efeae194e89a0328aa462d5d7b412a25d29ca9f9de",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/rpm-read-rs/src/main.rs",
|
||||
"publish_time": 1737272563312,
|
||||
"update_time": 1737272563312
|
||||
"update_time": 1737647377228
|
||||
},
|
||||
"script-sign.rs": {
|
||||
"script_name": "script-sign.rs",
|
||||
"script_length": 3029,
|
||||
"script_sha256": "08b9ef13b770004e058a337d0493b22784c6568012bc507cc2a412a3b7f330c8",
|
||||
"script_length": 3190,
|
||||
"script_sha256": "c373737d7c390c40ba4fcc25cbf99386f3b04bb80b848f4bd9ecc490b7f6c064",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/script-sign-rs/src/main.rs",
|
||||
"publish_time": 1737272563311,
|
||||
"update_time": 1737563113466
|
||||
"update_time": 1737647377228
|
||||
},
|
||||
"script-verify.rs": {
|
||||
"script_name": "script-verify.rs",
|
||||
"script_length": 2388,
|
||||
"script_sha256": "3e0947c475c14249a3545fd8793488fa6df4acab6f97c1340e50593a71f24924",
|
||||
"script_length": 2549,
|
||||
"script_sha256": "157db0a7c444b46f97dc91fcd02fd2c081b1da5d9d5e335a9361747983244066",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/script-verify-rs/src/main.rs",
|
||||
"publish_time": 1737563113466,
|
||||
"update_time": 1737563113466
|
||||
"update_time": 1737647377228
|
||||
},
|
||||
"sync.rs": {
|
||||
"script_name": "sync.rs",
|
||||
"script_length": 1818,
|
||||
"script_sha256": "d947c179820a9d13284de9b8d0173f1738a06fbcacb40473a02aa94417c53454",
|
||||
"script_length": 1980,
|
||||
"script_sha256": "426b6b88e09650104569e31150c44e1a08c64b01b149dad178cfde36fd98214d",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/sync-rs/src/main.rs",
|
||||
"publish_time": 1737272563310,
|
||||
"update_time": 1737272563310
|
||||
"update_time": 1737647377227
|
||||
},
|
||||
"xattr.rs": {
|
||||
"script_name": "xattr.rs",
|
||||
"script_length": 1868,
|
||||
"script_sha256": "e558bc16c70801aaca9bf943a45e6fc90ec925e6fe34a245cea68daca7b45afa",
|
||||
"script_length": 2029,
|
||||
"script_sha256": "20da6daa1cad0235f49d73f349226871960978333d1be62b73208b053b7d4c5a",
|
||||
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/xattr-rs/src/main.rs",
|
||||
"publish_time": 1737272563311,
|
||||
"update_time": 1737272563311
|
||||
"update_time": 1737647377228
|
||||
}
|
||||
}
|
||||
@@ -1,72 +1,72 @@
|
||||
{
|
||||
"bit-address-rs": {
|
||||
"script_name": "bit-address-rs",
|
||||
"script_length": 3877,
|
||||
"script_sha256": "806980fef2db63d42024010bc7bc010664ec616662164fb6490ca9389502d869"
|
||||
"script_length": 4038,
|
||||
"script_sha256": "54b6bfce07899c2cbf5c0b3743a552a79849e0650850b2c74e0489282bf157b2"
|
||||
},
|
||||
"commit-msg-rs": {
|
||||
"script_name": "commit-msg-rs",
|
||||
"script_length": 6618,
|
||||
"script_sha256": "63d1569f1ae8b5b9c14e3be8a79841dbf67e954c16e1bb16f07c2b2f6660c88f"
|
||||
"script_length": 6778,
|
||||
"script_sha256": "b875fabee2f2ea8ceb0f4cd1ca6b175f22e995d150589a96ded2d0e5655232cc"
|
||||
},
|
||||
"current-time-rs": {
|
||||
"script_name": "current-time-rs",
|
||||
"script_length": 3301,
|
||||
"script_sha256": "51536795cafedf593184a2690f08ee8fc2be9b5dccdd8a52fafa025d66c26e96"
|
||||
"script_length": 3462,
|
||||
"script_sha256": "263093c71f906819e2d336a94510435a5ed07df49dac766f8d35c5e6097e3494"
|
||||
},
|
||||
"decrypt-rs": {
|
||||
"script_name": "decrypt-rs",
|
||||
"script_length": 3087,
|
||||
"script_sha256": "7f5bb37855da9b350fb1ca646fd75a3a71533a8f5f7913ac81036ad1b2082f3c"
|
||||
"script_length": 3248,
|
||||
"script_sha256": "93dd27b383f56985471c9b78965d6abd618e31d1db3b09c749324844879ce991"
|
||||
},
|
||||
"derparse-rs": {
|
||||
"script_name": "derparse-rs",
|
||||
"script_length": 7368,
|
||||
"script_sha256": "423eb3c6ce57baf7bc8c9f452fdead2f3dc3d86f3724aa8bd7016ece8ce1853b"
|
||||
"script_length": 7529,
|
||||
"script_sha256": "c05c8a17be4d25ab899d81bb2c4407af143a49d2b40c26dbb44d43974f20aa64"
|
||||
},
|
||||
"makepassword-rs": {
|
||||
"script_name": "makepassword-rs",
|
||||
"script_length": 1966,
|
||||
"script_sha256": "0ca721d3531a9cc94c95193e7148c0316551fd65d84de7f54bd4b6418ff37f01"
|
||||
"script_length": 2127,
|
||||
"script_sha256": "88486b4186312e5fad2ed09ec4fc30b671101dcbc24dee56a3a62abb2a8ac2ce"
|
||||
},
|
||||
"myip-rs": {
|
||||
"script_name": "myip-rs",
|
||||
"script_length": 933,
|
||||
"script_sha256": "9756186298cf6a65561760603e6369ee961e3271ea0cf86361b88c2250c3e690"
|
||||
"script_length": 1094,
|
||||
"script_sha256": "939fdc876cd2990b84ece186c94a2d63dfabda23adf86462863c72a245e17410"
|
||||
},
|
||||
"osssendfile-rs": {
|
||||
"script_name": "osssendfile-rs",
|
||||
"script_length": 13853,
|
||||
"script_sha256": "218eecef46329fb6d73986d3db1a07dd29fe99269f46290eda165e5f3d663ca9"
|
||||
"script_length": 14014,
|
||||
"script_sha256": "75afdc43c68f9463f544feb4e257f1aec7ed96e361b3c5d95a43bc1aa3fb6158"
|
||||
},
|
||||
"post-rs": {
|
||||
"script_name": "post-rs",
|
||||
"script_length": 10494,
|
||||
"script_sha256": "fe3571fdcd170608575c610ba51fcaeee7aea0fe82ae4bc22032f61c7787d22f"
|
||||
"script_length": 10655,
|
||||
"script_sha256": "d99f7d9fd1d0c0b333c30e1cf87cd21bba3d069d2c850f4910ccffe0d486b27a"
|
||||
},
|
||||
"rpm-read-rs": {
|
||||
"script_name": "rpm-read-rs",
|
||||
"script_length": 637,
|
||||
"script_sha256": "2338fb99c2803fc36ecdb09ec04eeb9aefb3524f8a68db4875562fdf3c8ba3f8"
|
||||
"script_length": 798,
|
||||
"script_sha256": "175a7214e8367838be3be5efeae194e89a0328aa462d5d7b412a25d29ca9f9de"
|
||||
},
|
||||
"script-sign-rs": {
|
||||
"script_name": "script-sign-rs",
|
||||
"script_length": 3029,
|
||||
"script_sha256": "08b9ef13b770004e058a337d0493b22784c6568012bc507cc2a412a3b7f330c8"
|
||||
"script_length": 3190,
|
||||
"script_sha256": "c373737d7c390c40ba4fcc25cbf99386f3b04bb80b848f4bd9ecc490b7f6c064"
|
||||
},
|
||||
"script-verify-rs": {
|
||||
"script_name": "script-verify-rs",
|
||||
"script_length": 2388,
|
||||
"script_sha256": "3e0947c475c14249a3545fd8793488fa6df4acab6f97c1340e50593a71f24924"
|
||||
"script_length": 2549,
|
||||
"script_sha256": "157db0a7c444b46f97dc91fcd02fd2c081b1da5d9d5e335a9361747983244066"
|
||||
},
|
||||
"sync-rs": {
|
||||
"script_name": "sync-rs",
|
||||
"script_length": 1818,
|
||||
"script_sha256": "d947c179820a9d13284de9b8d0173f1738a06fbcacb40473a02aa94417c53454"
|
||||
"script_length": 1980,
|
||||
"script_sha256": "426b6b88e09650104569e31150c44e1a08c64b01b149dad178cfde36fd98214d"
|
||||
},
|
||||
"xattr-rs": {
|
||||
"script_name": "xattr-rs",
|
||||
"script_length": 1868,
|
||||
"script_sha256": "e558bc16c70801aaca9bf943a45e6fc90ec925e6fe34a245cea68daca7b45afa"
|
||||
"script_length": 2029,
|
||||
"script_sha256": "20da6daa1cad0235f49d73f349226871960978333d1be62b73208b053b7d4c5a"
|
||||
}
|
||||
}
|
||||
@@ -102,3 +102,6 @@ fn main() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234540+08:00.MEUCIAb0abnvE+G4FEjtZKVI
|
||||
// HiXhtIOWiOT4fQrK/8Dy4iGCAiEAxGRSBDSdnsWJTfof/oJzOKDwlgEZoCpy9HSz3OQQH6M=
|
||||
|
||||
@@ -82,3 +82,6 @@ fn main() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234559+08:00.MEUCIQDhj1MHHjBdFiK9lxMV
|
||||
// EGE3RMJMcRR521i3y0ZifmIYVgIgMHdfszarXyn1fjyY2zo2y22OmXb7VTzFVbD/mdK0/mw=
|
||||
|
||||
@@ -3,3 +3,6 @@
|
||||
fn main() {
|
||||
println!("Hello World.");
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234248+08:00.MEYCIQCt4DX+j7+yKgXnpFcj
|
||||
// IjLGvNVbOyR5F6J4b4zcxGke7wIhAMaHxQuro46rcMFqBn8X7wA0u9rYl3I+QdL5/6LKYck7
|
||||
|
||||
@@ -57,3 +57,6 @@ pub fn find_parents_exists_dir(dir: &str) -> Option<PathBuf> {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234732+08:00.MEUCIQCd/svmieJeesqSkqC3
|
||||
// w1PizLfou+SsO5w9iOcmLPAPnAIgYEtnKKY5+/21vUzlPIvNrXdNmcf8zVmtv5kHuocUbTE=
|
||||
|
||||
@@ -243,3 +243,6 @@ fn read_script_meta(
|
||||
update_time,
|
||||
})
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234659+08:00.MEQCIGh/CL6KqLdAS2S6pLJ4
|
||||
// l2OA+iZbMAtCKI2/+JdodvygAiBaDWCLWk8LRamwVXpF/Wz7U3CINzwRLKva6Pl+GnJ2CQ==
|
||||
|
||||
@@ -74,3 +74,6 @@ fn read_script_meta(file_name: &str, main_rs: &PathBuf) -> XResult<ScriptMeta> {
|
||||
script_sha256,
|
||||
})
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234717+08:00.MEUCIFFpFBYw5f4SzufUZI9j
|
||||
// DI+Jm+U6pfFpjFdKdp+oE7OeAiEAuzj3FFaiJywjUXce1PnWq44f4Bxgn049DoF6rda90kY=
|
||||
|
||||
@@ -55,3 +55,6 @@ fn main() {
|
||||
|
||||
information!("use xattr -c <filename> to remove xattrs");
|
||||
}
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20250123T234640+08:00.MEUCIHb5YA6PBhddytgrgaam
|
||||
// t0pnnQzoa0g3j80PISF91JYzAiEA7FXyF4RyK4ftu9FcKck+xTuF4aiiFoSnbrJYaxH8c1E=
|
||||
|
||||
Reference in New Issue
Block a user