# UserAgent **Repository Path**: wacky-idea/UserAgent ## Basic Information - **Project Name**: UserAgent - **Description**: 通过解析UA来得到用户终端信息 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-24 - **Last Updated**: 2025-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 通过 user-agent 解析浏览器信息 预览地址 暂无 安装 ```bash npm i @wacky-idea/user-agent ``` 完整组件列表和引入方式(完整组件列表以 index.js 为准) ```javascript import * as UserAgent from "@wacky-idea/user-agent"; ```