🔄 Update script metadata and add auto-hide feature in tree-rs

解释:
- `script-meta-v2.json` 和 `script-meta.json` 文件中的脚本长度、SHA256 哈希值和更新时间被修改,表明脚本内容发生了变化。
- `tree-rs/src/main.rs` 中新增了 `--auto-hide` 参数及其逻辑,用于自动隐藏特定目录(如 `target`, `build`, `node_modules`),并对相关代码进行了调整。
- 这些变更主要涉及功能更新和元数据同步,因此用 🔄 表示更新。
This commit is contained in:
2026-04-18 09:06:51 +08:00
parent 391d4f9a46
commit 1fea5c81c4
3 changed files with 29 additions and 11 deletions

View File

@@ -154,11 +154,11 @@
},
"tree.rs": {
"script_name": "tree.rs",
"script_length": 5396,
"script_sha256": "9f4f662900f77016545552427d5cb0c45e211e51ccc37f9819d6be4f08fed364",
"script_length": 5878,
"script_sha256": "5bb247e793363bb839b535a1bacd6d52ad785b802b230fe20586048e298b7439",
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/tree-rs/src/main.rs",
"publish_time": 1776447368459,
"update_time": 1776447368459
"update_time": 1776474400469
},
"xattr.rs": {
"script_name": "xattr.rs",