{"id":13489777,"url":"https://github.com/lijy91/biyi","last_synced_at":"2025-05-14T19:06:34.535Z","repository":{"id":37310475,"uuid":"345123160","full_name":"lijy91/biyi","owner":"lijy91","description":"Biyi (比译) is a convenient translation and dictionary app written in Flutter. ","archived":false,"fork":false,"pushed_at":"2025-01-15T01:40:10.000Z","size":24434,"stargazers_count":1363,"open_issues_count":22,"forks_count":128,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-06T09:03:54.397Z","etag":null,"topics":["dictionary","flutter","flutter-app","flutter-desktop","flutter-desktop-app","flutter-web","flutter-web-app","linux","macos","translate","translation","translator","ubuntu","windows"],"latest_commit_sha":null,"homepage":"https://biyidev.com","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lijy91.png","metadata":{"files":{"readme":"README-ZH.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"lijy91"}},"created_at":"2021-03-06T15:12:15.000Z","updated_at":"2025-04-01T10:51:21.000Z","dependencies_parsed_at":"2024-06-15T03:39:23.724Z","dependency_job_id":"64f3859e-0b81-4434-8124-00c7a7aa111d","html_url":"https://github.com/lijy91/biyi","commit_stats":{"total_commits":208,"total_committers":2,"mean_commits":104.0,"dds":0.004807692307692291,"last_synced_commit":"2aa67f961e3cf1b669f7c209e5274a93cbb290f6"},"previous_names":["lijy91/biyi","biyidev/biyi"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lijy91%2Fbiyi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lijy91%2Fbiyi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lijy91%2Fbiyi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lijy91%2Fbiyi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lijy91","download_url":"https://codeload.github.com/lijy91/biyi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717240,"owners_count":21150387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dictionary","flutter","flutter-app","flutter-desktop","flutter-desktop-app","flutter-web","flutter-web-app","linux","macos","translate","translation","translator","ubuntu","windows"],"created_at":"2024-07-31T19:00:34.983Z","updated_at":"2025-04-13T12:46:23.495Z","avatar_url":"https://github.com/lijy91.png","language":"Dart","funding_links":["https://github.com/sponsors/lijy91"],"categories":["Dart"],"sub_categories":[],"readme":"# biyi\n\n[![GitHub (pre-)release](https://img.shields.io/github/release/lijy91/biyi/all.svg?style=flat-square)](https://github.com/lijy91/biyi/releases) [![GitHub (pre-)release](https://img.shields.io/badge/distribute%20with-flutter__distributor-green?style=flat-square)](https://github.com/leanflutter/flutter_distributor)\n\n**比译** 是一个用 Flutter 编写的便捷翻译和词典应用。[查看文档](https://biyidev.com/docs/)\n\n\u003e \"Biyi\" (比译) is the Chinese word for \"Comparison + translation\".\n\n---\n\n[English](./README.md) | 简体中文\n\n---\n\n![](https://biyidev.com/images/screenshots/biyi_extract_text_from_screen_selection.gif)\n\n## 平台支持\n\n| Linux | macOS | Windows |\n| :---: | :---: | :-----: |\n|  ✔️   |  ✔️   |   ✔️    |\n\n## 安装\n\n下载可以在[发布版本](https://github.com/lijy91/biyi/releases/latest)页面上找到，也可以在[网站](https://biyidev.com/release-notes)上找到其他安装方法。\n\n**要用 Homebrew 安装，请运行：**\n\n```bash\nbrew tap lijy91/biyi\nbrew install biyi\n```\n\n## 开发\n\n我们欢迎您加入比译的开发。\n\n\u003e 在提出 Pull Request 之前，请务必阅读[贡献指南](https://github.com/lijy91/biyi/blob/main/.github/CONTRIBUTING.md)。\n\n### ⚠️ Linux requirements\n\n- `appindicator3-0.1`\n- [`keybinder-3.0`](https://github.com/kupferlauncher/keybinder)\n\n运行以下命令\n\n```\nsudo apt-get install appindicator3-0.1 libappindicator3-dev\nsudo apt-get install keybinder-3.0\n```\n\n### 开始之前\n\n1. 通过 git 克隆代码库：\n\n```\n$ git clone https://github.com/lijy91/biyi.git\n```\n\n2. 切换到 `biyi` 目录\n\n```\n$ cd ~/biyi\n```\n\n4. 安装依赖项\n\n```\n$ melos bs\n```\n\n### 运行应用\n\n```\n$ cd apps/biyi_app\n$ flutter run -d linux / macos / windows\n```\n\n## 讨论\n\n\u003e 欢迎加入讨论组，与我分享你的建议和想法。\n\n- [QQ Group](https://jq.qq.com/?_wv=1027\u0026k=vYQ5jW7y)\n\n## Related Links\n\n- https://github.com/lijy91/biyi\n- https://github.com/biyidev/uni_ocr\n- https://github.com/biyidev/uni_translate\n- https://github.com/leanflutter/hotkey_manager\n- https://github.com/leanflutter/screen_text_extractor\n- https://github.com/leanflutter/tray_manager\n- https://github.com/leanflutter/window_manager\n\n## 许可证\n\n[AGPL](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flijy91%2Fbiyi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flijy91%2Fbiyi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flijy91%2Fbiyi/lists"}