🔄 Update script metadata and enhance git commit logic with AI summarization

解释:
1. 🔄 表示更新/修改类型的变化
2. 核心变更包括:
   - 更新了 script-meta-v2.json 和 script-meta.json 中的脚本元数据(长度、哈希值、更新时间等)
   - 修改了 sync-rs/src/main.rs 的文件权限(从 644 改为 755)
   - 增强了 git commit 逻辑,加入了 AI 自动生成提交信息的功能
3. 总结突出了变更的核心内容,即元数据更新和提交逻辑的改进
This commit is contained in:
2026-04-05 00:04:41 +08:00
parent 263ea4d213
commit 2cd8cf7150
3 changed files with 38 additions and 12 deletions

View File

@@ -138,11 +138,11 @@
},
"sync.rs": {
"script_name": "sync.rs",
"script_length": 1978,
"script_sha256": "2218487f955e8021c2e4b5b56b9aa4bec6cde89839ae45449bb852c5696cb72e",
"script_length": 2973,
"script_sha256": "a94a20258431e8dd7534e1078f9894de799a220f99b993ba9f2e56dc760804ea",
"script_full_url": "https://git.hatter.ink/rust-scripts/scriptbase/raw/branch/main/sync-rs/src/main.rs",
"publish_time": 1737272563310,
"update_time": 1750428425867
"update_time": 1775318648698
},
"xattr.rs": {
"script_name": "xattr.rs",