Skip to content

Latest commit

 

History

History
104 lines (66 loc) · 2.28 KB

README-ZH.md

File metadata and controls

104 lines (66 loc) · 2.28 KB

biyi

GitHub (pre-)release GitHub (pre-)release

比译 是一个用 Flutter 编写的便捷翻译和词典应用。查看文档

"Biyi" (比译) is the Chinese word for "Comparison + translation".


English | 简体中文


平台支持

Linux macOS Windows
✔️ ✔️ ✔️

安装

下载可以在发布版本页面上找到,也可以在网站上找到其他安装方法。

要用 Homebrew 安装,请运行:

brew tap biyidev/biyi
brew install biyi

开发

我们欢迎您加入比译的开发。

在提出 Pull Request 之前,请务必阅读贡献指南

⚠️ Linux requirements

运行以下命令

sudo apt-get install appindicator3-0.1 libappindicator3-dev
sudo apt-get install keybinder-3.0

开始之前

  1. 创建工作目录
$ mkdir ~/biyidev
$ cd ~/biyidev
  1. 通过 git 克隆代码库:
$ git clone https://github.com/biyidev/biyi.git
  1. 切换到 biyi 目录
$ cd ~/biyidev/biyi
  1. 安装依赖项
$ melos bs

运行应用

$ cd apps/biyi_app
$ flutter run -d linux / macos / windows

讨论

欢迎加入讨论组,与我分享你的建议和想法。

Related Links

许可证

AGPL