biyi_app
Biyi 是一款使用 Flutter 编写的便捷翻译和词典应用。 查看文档
“Biyi”(比译)是中国词“比较 + 翻译”的组合。
English | 简体中文
平台支持
| Linux | macOS | Windows |
|---|---|---|
| ✔️ | ✔️ | ✔️ |
安装
可在 Releases 页面下载。也请查看 网站 以了解其他安装方法。
要使用 Homebrew 进行安装,请运行
brew tap biyidev/biyi
brew install biyi
开发
我们欢迎您加入 Biyi 的开发。
在提交拉取请求之前,请务必阅读 贡献指南。
⚠️ Linux 要求
appindicator3-0.1keybinder-3.0
运行以下命令
sudo apt-get install appindicator3-0.1 libappindicator3-dev
sudo apt-get install keybinder-3.0
开始之前
- 创建工作目录
$ mkdir ~/biyidev
$ cd ~/biyidev
- 通过 git 克隆依赖项仓库
$ git clone https://github.com/biyidev/uni_ocr.git
$ git clone https://github.com/biyidev/uni_translate.git
- 通过 git 克隆此仓库
$ git clone https://github.com/biyidev/biyi_app.git
- 进入
biyi_app目录
$ cd ~/biyidev/biyi_app
- 安装依赖项
$ flutter pub get
运行应用
$ flutter run -d linux / macos / windows
讨论
欢迎加入讨论组,与我分享您的建议和想法。
- 微信群 请添加我的个人微信
lijy91并备注Biyi - QQ 群
- Telegram 群组
相关链接
- https://github.com/biyidev/biyi_app
- https://github.com/biyidev/uni_ocr
- https://github.com/biyidev/uni_translate
- https://github.com/leanflutter/hotkey_manager
- https://github.com/leanflutter/screen_text_extractor
- https://github.com/leanflutter/tray_manager
- https://github.com/leanflutter/window_manager
