An open API service indexing awesome lists of open source software.

https://github.com/ehtagtranslation/editor

数据库编辑工具
https://github.com/ehtagtranslation/editor

e-hentai monorepo translation

Last synced: 3 months ago
JSON representation

数据库编辑工具

Awesome Lists containing this project

README

          

# EhTag Editor

[![build](https://github.com/EhTagTranslation/Editor/workflows/build/badge.svg)](https://github.com/EhTagTranslation/Editor/actions?query=workflow%3Abuild)
[![Vercel](https://img.shields.io/github/deployments/EhTagTranslation/Editor/Production?label=Vercel&logo=vercel)](https://github.com/EhTagTranslation/Editor/deployments?environment=Production#activity-log)
[![frontend](https://img.shields.io/website?label=frontend&logo=angular&url=https://ehtt.vercel.app)](https://ehtt.vercel.app/)
[![backend](https://img.shields.io/website?label=backend&logo=nestjs&url=https://ehtt.fly.dev/database)](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` 命令获取。