# PackageSize-Resource **Repository Path**: dvlpCI/package-size-resource ## Basic Information - **Project Name**: PackageSize-Resource - **Description**: 安装包体积优化之资源文件处理 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-11 - **Last Updated**: 2023-10-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PackageSize-Resource #### 介绍 安装包体积优化之资源文件处理 ### Flutter 未使用图片的整理 #### 使用方法 ```shell # 1、定义参数文件 tool_params_file_path="/Users/qian/Project/Gitee/package-size-resource/Flutter/tool_input.json" # 2、设置参数文件内容 { "project_path": { "home_path_rel_this_dir" : "../../", "other_path_rel_home": { "images": "/tsdemo/images/", "code": "/tsdemo/lib/" } }, "unuse_output": { "imageSheetFileName": "APP资源清单表4.xlsx" } } # 3、执行脚本 python3.9 remove_unused_resources.py $tool_params_file_path ```