https://github.com/ehtagtranslation/editor
数据库编辑工具
https://github.com/ehtagtranslation/editor
e-hentai monorepo translation
Last synced: 3 months ago
JSON representation
数据库编辑工具
- Host: GitHub
- URL: https://github.com/ehtagtranslation/editor
- Owner: EhTagTranslation
- License: mit
- Created: 2019-02-11T13:39:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-20T12:40:50.000Z (4 months ago)
- Last Synced: 2025-06-28T14:41:15.709Z (3 months ago)
- Topics: e-hentai, monorepo, translation
- Language: TypeScript
- Homepage: https://ehtt.vercel.app/
- Size: 14.1 MB
- Stars: 48
- Watchers: 4
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EhTag Editor
[](https://github.com/EhTagTranslation/Editor/actions?query=workflow%3Abuild)
[](https://github.com/EhTagTranslation/Editor/deployments?environment=Production#activity-log)
[](https://ehtt.vercel.app/)
[](https://ehtt.fly.dev/)[数据库](../../../Database)编辑工具。
## 项目架构
### 公共类
代码位于 [shared](./src/shared),包含了对数据库内容进行处理的相关类型。
### 前端
代码位于 [browser](./src/browser),使用 Angular 开发,使用 Vercel 部署于 。
使用方法参见[使用说明](../../wiki)。
### 后端
代码位于 [server](./src/server),使用 Nest.js 开发,使用 Fly.io 部署于 。
使用方法参见 [API 列表](https://ehtt.fly.dev/swagger)。
### 工具
代码位于 [tool](./src/tool),使用 GitHub Actions 发布于 [GitHub Release](https://github.com/EhTagTranslation/Editor/releases)。
使用说明可通过 `node tool --help` 命令获取。