Commit 3406eb5e by xiaoqi

脚本

parent 0bb4af62
Showing with 2 additions and 2 deletions
......@@ -90,7 +90,7 @@ print(f"入参:p_bitrate={p_bitrate}")
print(f"入参:p_enable_sharpening={p_enable_sharpening}")
print(f"入参:p_enable_denoising={p_enable_denoising}")
print(f"入参:p_enable_color_enhancement={p_enable_color_enhancement}")
for gift_path in find_files_by_prefixes("webp_dir"):
for gift_path in find_files_by_prefixes("webp_dir",gift_id):
print(f"礼物路径{gift_path}")
for gift_path in find_files_by_prefixes("motoring"):
for gift_path in find_files_by_prefixes("motoring",motoring_id):
print(f"座驾路径{gift_path}")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment