Skip to content

使用 wails + react 构建的第三方小宇宙桌面客户端,支持 Windows 和 MacOS

License

Notifications You must be signed in to change notification settings

ultrazg/horizon

Repository files navigation

horizon
horizon

第三方小宇宙桌面客户端

使用 wails + react 构建的第三方小宇宙桌面客户端,支持 Windows 和 MacOS

截图

screenshot_01 screenshot_02 screenshot_03 screenshot_04 screenshot_05 screenshot_06

下载

前往 Release 页面下载并解压即可使用。MacOS 平台需要将解压后的 horizon.app 拖入 Application 目录中。

开发

1.环境

  • Node.js

  • pnpmnpm install -g pnpm

  • Go

  • wailsgo install github.com/wailsapp/wails/v2/cmd/wails@latest

2.拉取和构建

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 访问接口文档

声明

本项目仅供个人学习使用,请尊重版权,数字内容均为小宇宙所有

LICENSE

GPL-3.0