# openlist-mount-tool **Repository Path**: lazycatcloud/openlist-mount-tool ## Basic Information - **Project Name**: openlist-mount-tool - **Description**: 一键挂载到懒猫网盘的复制工具 - **Primary Language**: JavaScript - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-28 - **Last Updated**: 2026-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenList Mount Tool 用于把 OpenList token 型网盘挂载到懒猫网盘远程挂载页。 ## 功能 - 支持阿里云盘、夸克网盘、115 网盘、123 云盘。 - 用户手动填写挂载名称、Access Token、Refresh Token。 - 前端请求同源 `/mount`,manifest inject 会转发到懒猫网盘的 `/mount`。 ## 开发 ```bash npm run dev ``` 默认开发端口是 `3000`。 ## 构建 ```bash npm run build ``` 产物输出到 `dist/dist`,与当前 `lzc-build.yml` 的 `contentdir: ./dist` 配套。