From e5c271291b52b74d85fa8d496619171a2a8d269a Mon Sep 17 00:00:00 2001 From: CreeperKong <2956226491@qq.com> Date: Mon, 5 Oct 2020 23:09:47 +0800 Subject: [PATCH 1/3] =?UTF-8?q?README=E6=8E=92=E7=89=88=E4=BF=AE=E8=A1=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c5500d..556fcf5 100644 --- a/README.md +++ b/README.md @@ -206,13 +206,13 @@ https://github.com/Hsury/Bilibili-Toolkit https://github.com/whjstc/openbilibili-go-common-1 - https://github.com/wnstar/bili-utils +https://github.com/wnstar/bili-utils - https://github.com/lovelyyoshino/Bilibili-Live-API +https://github.com/lovelyyoshino/Bilibili-Live-API - https://github.com/flaribbit/bilibili-manga-spider +https://github.com/flaribbit/bilibili-manga-spider - https://github.com/simon300000/bili-api +https://github.com/simon300000/bili-api 成品: @@ -242,7 +242,7 @@ https://github.com/dd-center/vtbs.moe 其他: - https://github.com/kuresaru/geetest-validator +https://github.com/kuresaru/geetest-validator https://github.com/Hsury/Geetest3-Crack From ca8a999abd68fd787876431db7519bce8a271bc3 Mon Sep 17 00:00:00 2001 From: CreeperKong <2956226491@qq.com> Date: Mon, 5 Oct 2020 23:11:32 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0mkdocs=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + mkdocs/mkdocs.yml | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 mkdocs/mkdocs.yml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b543368 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +html/* \ No newline at end of file diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml new file mode 100644 index 0000000..3efa23b --- /dev/null +++ b/mkdocs/mkdocs.yml @@ -0,0 +1,8 @@ +site_name: 哔哩哔哩-API收集整理 +repo_url: https://github.com/SocialSisterYi/bilibili-API-collect + +site_description: 本项目旨在对B站web端、移动端以及TV端散落在世界各地的野生api进行收集整理,研究使用方法并对其进行说明,运用了黑箱法、控制变量法、js逆向分析法、网络抓包法等研究办法 +site_author: 所有的贡献者们 + +docs_dir: '..' +site_dir: '../html' \ No newline at end of file From 8e493c5d8c501f04889751f6747fd39146df2af5 Mon Sep 17 00:00:00 2001 From: CreeperKong <2956226491@qq.com> Date: Mon, 5 Oct 2020 23:13:34 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- mkdocs/mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b543368..0464b72 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -html/* \ No newline at end of file +mkdocs/html/* \ No newline at end of file diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml index 3efa23b..8f538d7 100644 --- a/mkdocs/mkdocs.yml +++ b/mkdocs/mkdocs.yml @@ -5,4 +5,4 @@ site_description: 本项目旨在对B站web端、移动端以及TV端散落在 site_author: 所有的贡献者们 docs_dir: '..' -site_dir: '../html' \ No newline at end of file +site_dir: 'html' \ No newline at end of file