网络获取 .9图 提前批量编译

    xiaoxiao2023-10-17  105

    for i in /路径/*.9.png; do aapt s -i "$i" -o "${i%.9.png}.png";done 

    最新回复(0)