Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Latest commit

 

History

History
63 lines (44 loc) · 1.85 KB

README-cn.md

File metadata and controls

63 lines (44 loc) · 1.85 KB

GitHub release

English | 中文

Lito (/laɪto/) Music 是一个轻量级的 Windows / macOS Apple Music 客户端,
使用 MusicKit JS、Edge WebView2 / WKWebView 和 React 构建。

系统需求

  • 操作系统版本 ≥ Windows 10 或 macOS 11.0。
  • 对 Windows:Edge WebView2 运行时 (预装于 Windows 10 Insider Preview 和 Windows 11)。
    若未安装,Lito Music 会在首次启动时尝试下载和安装。

下载

注意:Windows Defender 可能会对预编译版本产生误报。代码签名应当可以解决问题,但其价格对开源软件开发者并不友好。如果你对此感到介意,欢迎在自己的机器上构建

预编译版本可在此获取

特性

现在就听

Lito Music (现在就听)

时间同步歌词

Lito Music (时间同步歌词)

构建

对 Windows

需安装 Visual Studio(包括 Windows 10 SDK)、Rust 和 Node.js。

npm install
npm run build:windows

对 macOS

需安装 Xcode 和 Node.js。

npm install
npm run build:darwin