biyi_app

GitHub (pre-)release

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

“Biyi”(比译)是中国词“比较 + 翻译”的组合。


English | 简体中文


平台支持

Linux macOS Windows
✔️ ✔️ ✔️

安装

可在 Releases 页面下载。也请查看 网站 以了解其他安装方法。

要使用 Homebrew 进行安装,请运行

brew tap biyidev/biyi
brew install biyi

开发

我们欢迎您加入 Biyi 的开发。

在提交拉取请求之前,请务必阅读 贡献指南

⚠️ Linux 要求

运行以下命令

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/uni_ocr.git
$ git clone https://github.com/biyidev/uni_translate.git
  1. 通过 git 克隆此仓库
$ git clone https://github.com/biyidev/biyi_app.git
  1. 进入 biyi_app 目录
$ cd ~/biyidev/biyi_app
  1. 安装依赖项
$ flutter pub get

运行应用

$ flutter run -d linux / macos / windows

讨论

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

相关链接

许可证

AGPL

GitHub

查看 Github