# ConfigCheckForHarmonyOS **Repository Path**: luxurymask/ConfigCheckForHarmonyOS ## Basic Information - **Project Name**: ConfigCheckForHarmonyOS - **Description**: 鸿蒙配置项静态检查工具。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-14 - **Last Updated**: 2021-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ConfigCheckForHarmonyOS A python project for check the configs for HarmonyOS app. Usage: python3 ReadFromConfigJson.py [your_harmony.app] Then check app_table.html and app_image.html, which are generated on the same path of the script. ![image](https://gitee.com/luxurymask/ConfigCheckForHarmonyOS/raw/main/example_image/example_imagehtml.png) ![image](https://gitee.com/luxurymask/ConfigCheckForHarmonyOS/raw/main/example_image/example_tablehtml.png) Note that I cannot find strings.json from the app package, so for now the description may not be correct. I guess the "$string:xxx" is processed with runtime parsing, i'll check it out.