短剧优选

This commit is contained in:
Harold
2026-05-05 13:02:34 +08:00
parent 9e0478962f
commit de113d6fc2
3 changed files with 27 additions and 7 deletions
Executable
+3
View File
@@ -0,0 +1,3 @@
for src in "$@"; do
uv run python secspider_tool.py pack --input $src
done