# neko-api-key-tool **Repository Path**: hanjievvvp/neko-api-key-tool ## Basic Information - **Project Name**: neko-api-key-tool - **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-12-16 - **Last Updated**: 2023-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![img.png](img.png) # 使用方法 复制.env.example文件为.env ``` cp .env.example .env ``` 修改.env文件中的配置 ``` # 展示使用明细 SHOW_DETAIL="false" # 展示余额 SHOW_BALANCE="true" # BaseURL 结尾不要带/ BASE_URL="https://nekoapi.com" ``` 展示使用明细功能需要使用的魔改版One API,项目地址:https://github.com/Calcium-Ion/one-api