# fan-utils **Repository Path**: thiszhong/fan-utils ## Basic Information - **Project Name**: fan-utils - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-29 - **Last Updated**: 2025-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fan Utils ### Install ``` pnpm add git+https://gitee.com/thiszhong/fan-utils.git#v2.0.8 clipboard gcoord ``` ### 使用 #### UniApp 项目配置 - jsconfig / tsconfig 中 `compilerOptions.paths` 增加 `"fan-utils": ["fan-utils/uniapp"]` - vite.config 中 `resolve.alias` 增加 `'fan-utils': 'fan-utils/uniapp'`