add fish config

This commit is contained in:
FlintyLemming
2025-12-19 16:30:32 +08:00
parent 811107029b
commit 4a554cf0c6
2 changed files with 4 additions and 4 deletions

View File

@@ -47,9 +47,9 @@ for file in $argv
if test "$need_folder" = true
echo "📦 检测到多个根项目 ($item_count),解压至目录: $base_name/"
mkdir -p "$base_name"
7z x -mmt=on "$file" -o"$base_name"
7z x -sni -mmt=on "$file" -o"$base_name"
else
echo "📄 结构清晰,直接解压..."
7z x -mmt=on "$file"
7z x -sni -mmt=on "$file"
end
end