Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Dec 8, 2024
1 parent 92406fd commit bd5423c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,26 @@

This repository contains the datasets used in the TuiHub project.

**TOC**

- [Game ID List](#game-id-list)
- [VNDB ID Connector](#vndb-id-connector)

## Game ID List

WIP

## VNDB ID Connector

[![Run vndb_id_connector](https://github.com/tuihub/tuihub-datasets/actions/workflows/vndb_id_connector.yml/badge.svg)](https://github.com/tuihub/tuihub-datasets/actions/workflows/vndb_id_connector.yml)
[![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Ftuihub%2Ftuihub-datasets%2Factions%2Fworkflows%2Fvndb_id_connector.yml%2Fruns%3Fstatus%3Dcompleted%26per_page%3D1&query=%24.workflow_runs%5B0%5D.run_started_at&label=Update%20at)](https://github.com/tuihub/tuihub-datasets/actions/workflows/vndb_id_connector.yml)

目前提供视觉小说在 [VNDB](https://vndb.org/)[Bangumi](https://bgm.tv/)[Steam](https://store.steampowered.com/)
三个平台上的 ID 对应关系。
三个平台上的 ID 对应关系。
数据集由脚本辅助生成,没有经过完全的人工校对,出现缺漏错误都是预期内的现象,如果你发现问题可以提交 issue。
计划至少每个月更新一次,但我们不提供任何持续更新的承诺。

本数据集遵循 [CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.zh) 协议。这代表任何使用了本数据集的项目都**无需
**注明数据来源,且自行承担因使用本数据集而产生的法律责任。
本数据集遵循 [CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.zh) 协议。这代表任何使用了本数据集的项目都**无需**注明数据来源,且自行承担因使用本数据集而产生的法律责任。

---

Expand Down
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="icon" type="image/png" href="https://avatars.githubusercontent.com/TuiHub?size=32">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>

Expand All @@ -16,7 +17,7 @@
window.$docsify = {
name: 'TuiHub Datasets',
repo: 'https://github.com/tuihub/tuihub-datasets',
logo: 'https://avatars.githubusercontent.com/TuiHub?size=128',
logo: 'https://avatars.githubusercontent.com/TuiHub?size=256',
auto2top: true,
maxLevel: 3,
loadSidebar: true,
Expand Down

0 comments on commit bd5423c

Please sign in to comment.