tabitem 重构

This commit is contained in:
lilingfengdev 2024-09-21 19:30:40 +08:00
parent 26ec0310b7
commit 6fafc5bb89
2 changed files with 84 additions and 12 deletions

View File

@ -67,9 +67,13 @@ https://itemsadder.devs.beer/v/chinese/plugin-usage/resourcepack-hosting
以下均为ia文档中所说的 第三方平台托管(external-host)
## Cloudflare R2
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
https://cloudflare.com
<Tabs queryString="store">
<TabItem value="r2" label="Cloudflare R2">
官网: https://cloudflare.com
著名赛博佛祖,免费的 Cloudflare R2 提供 10 GB 的免费空间,只不过需要**绑定银行卡或者 PayPal**(不会花钱),非常推荐
@ -79,9 +83,22 @@ https://cloudflare.com
图文教程: https://juejin.cn/post/7331584783611281444
## GitHub
**优势**
https://github.com
- 稳定: 相当的稳定,没出过问题
- 速度: 不同于 CF CDN 的环大陆减速,R2 亚太地区速度非常给力
- 价格: 10 GB 以内免费
**劣势**
- 需要绑定银行卡或者 PayPal
(笨蛋文档官方资源分发也是 R2)
</TabItem>
<TabItem value="github" label="GitHub">
官网: https://github.com
国内的网络环境不建议用这个
@ -93,9 +110,18 @@ https://github.com
创建发行版https://docs.github.com/zh/repositories/releasing-projects-on-github/managing-releases-in-a-repository?tool=webui
## Gitee
**优势**
https://gitee.com
- 价格: 单个文件 2 GB
**劣势**
- 国内基本连不上
</TabItem>
<TabItem value="gitee" label="Gitee">
官网: https://gitee.com
国内的代码托管平台,访问速度快,推荐使用
@ -105,9 +131,19 @@ https://gitee.com
创建发行版https://help.gitee.com/repository/release/create#%E5%A6%82%E4%BD%95%E5%88%9B%E5%BB%BA%E5%8F%91%E8%A1%8C%E7%89%88
## GitLab
**优势**
https://gitlab.com
- 速度: 国内访问速度相当快
**劣势**
- 文件大小: 单个限制 100 MB
- 需要绑定手机号
</TabItem>
<TabItem value="gitlab" label="GitLab">
官网: https://gitlab.com
国内访问比较稳定的代码托管平台
@ -119,9 +155,19 @@ https://gitlab.com
创建发行版https://www.bookstack.cn/read/gitlab-doc-zh/docs-149.md#chaa1u
## 直链网盘
**优势**
ia的文档教了如何使用 [Google Drive](https://itemsadder.devs.beer/v/chinese/plugin-usage/resourcepack-hosting/google-drive-1.17.1+) 和 [onedrive](https://itemsadder.devs.beer/v/chinese/plugin-usage/resourcepack-hosting/onedrive) 进行材质托管
- 速度: 国内访问比较稳定
**劣势**
- 文件大小: 单个限制 100 MB
</TabItem>
<TabItem value="drive" label="直链网盘">
ia的文档教了如何使用 [Google Drive](https://itemsadder.devs.beer/v/chinese/plugin-usage/resourcepack-hosting/google-drive-1.17.1+) 和 [OneDrive](https://itemsadder.devs.beer/v/chinese/plugin-usage/resourcepack-hosting/onedrive) 进行材质托管
:::tip
@ -129,14 +175,36 @@ ia的文档教了如何使用 [Google Drive](https://itemsadder.devs.beer/v/chin
:::
[搜索直链网盘](https://cn.bing.com/search?q=%E7%9B%B4%E9%93%BE%E7%BD%91%E7%9B%98)
国内较大的直链网盘有 [123pan](https://www.123pan.com),以及一些小的直链网盘,比如[基岩云](https://drive.wujiyan.cc/)
## 自托管
**优势**
- 速度: 国内访问还可以
**劣势**
- 123pan 要钱
- 小的直链网盘容易跑路,不稳定
</TabItem>
<TabItem value="self" label="自托管">
使用 ItemsAdder,可以直接在服务器上托管资源包https://itemsadder.devs.beer/v/chinese/plugin-usage/resourcepack-hosting/resourcepack-self-hosting
或者自己搭建个直链下载站来用
**优势**
- 速度: 访问速度自己掌控
**劣势**
- 占用自己的宽带
- IA 自托管极为脑瘫
</TabItem>
</Tabs>
# FAQ
## 我想让客户端不要下载重复的资源包可以吗?

View File

@ -224,6 +224,10 @@ const config = {
label: 'CSKB 日冕知识库',
href: 'https://kb.corona.studio',
},
{
label: 'McRes 灵依资源站',
href: 'https://mcres.cn/',
},
],
},
],