-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.json
62 lines (62 loc) · 2.35 KB
/
index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"title": "启动器",
"items": [
{
"title": "数据包制作指南",
"subtitle": "制作可以由 HMCL 导入的数据包",
"url": "https://docs.hmcl.net/launcher/datapack.html"
},
{
"title": "光影",
"subtitle": "光影的安装方法",
"url": "https://docs.hmcl.net/launcher/shader.html"
},
{
"title": "设置项详解",
"subtitle": "这篇文章针对 HMCL 的各个设置项进行了详细的解释",
"url": "https://docs.hmcl.net/launcher/set-item-details.html"
},
{
"title": "离线模式下更换皮肤",
"subtitle": "如何在离线模式下使用自定义角色皮肤",
"url": "https://docs.hmcl.net/launcher/offline-skin.html"
},
{
"title": "自动安装与模组下载",
"subtitle": "安装 Forge、LiteLoader、Fabric 及安装模组的教程",
"url": "https://docs.hmcl.net/launcher/auto-installing.html"
},
{
"title": "版本隔离",
"subtitle": "避免多个游戏版本存档和模组配置冲突的解决方案",
"url": "https://docs.hmcl.net/launcher/isolation.html"
}
]
},
{
"title": "整合包",
"items": [
{
"title": "Authlib-Injector 服务器设置指南",
"subtitle": "手动打包整合包后,初次打开启动器时直接弹出对应的账号登录页",
"url": "https://docs.hmcl.net/launcher/authlib-injector.html"
},
{
"title": "服务端自动更新整合包制作教程",
"subtitle": "服务端自动更新整合包允许启动器根据服主配置强制更新玩家游戏客户端",
"url": "https://docs.hmcl.net/modpack/serverpack.html"
}
]
},
{
"title": "多人联机",
"items": [
{
"title": "多人联机服务维护",
"subtitle": "多人联机服务维护",
"url": "https://www.bilibili.com/read/cv19553778"
}
]
}
]