使用 wails + react 构建的第三方小宇宙桌面客户端,支持 Windows 和 MacOS
前往 Release 页面下载并解压即可使用。MacOS 平台需要将解压后的 horizon.app
拖入 Application
目录中。
git clone https://github.com/ultrazg/horizon.git
cd horizon/frontend
pnpm install
pnpm build
cd ..
# 在开发模式下运行
wails dev
# 或者
# 构建对应平台的可执行文件
wails build
应用在启动的同时,会在
http://localhost:23020
启动一个 API 接口服务,可以通过http://localhost:23020/docs
访问接口文档
本项目仅供个人学习使用,请尊重版权,数字内容均为小宇宙所有