# aiopApp **Repository Path**: iTAze/aiop-app ## Basic Information - **Project Name**: aiopApp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-27 - **Last Updated**: 2023-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装 ```bash yarn # Or npm install ``` ```bash cd ios pod install ``` ## svg 需要把下载的 svg 文件中的 所有 `fill='颜色'` 的属性, 都改为 `fill='currentColor'`. 没有这个属性就要加一下这个属性 这样 svg 组件中的 color 属性才可以生效.