-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# anime-data | ||
|
||
将[bangumi-data](https://github.com/bangumi-data/bangumi-data)和[anime-offline-database](https://github.com/manami-project/anime-offline-database)仓库合并,并为其添加了typescript类型定义 | ||
|
||
## 项目结构 | ||
|
||
切换到release分支 | ||
|
||
``` text | ||
. | ||
├── season # 季节 | ||
│ └── [年] # 以年份分割的目录 | ||
| └──[季节].json # 以季节分割 | ||
├── years # 年(按照bangumi-data仓库结构) | ||
│ └── [年] # 以年份分割的目录 | ||
| └──[月].json # 以月份分割的目录,番组以开播年月放在对应的文件中 | ||
└── data.json # 全部数据 | ||
``` | ||
|
||
## 使用方法 | ||
|
||
### git | ||
|
||
``` bash | ||
git clone --depth 1 https://github.com/empty-233/anime-data.git -b release | ||
``` | ||
|
||
### 直接下载 | ||
|
||
切换到release分支 | ||
|
||
## 更新频率 | ||
|
||
每周一3点通过GitHub action构建 |