-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (64 loc) · 2.11 KB
/
index.html
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
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Karlukle 看板娘接口</title>
</head>
<body>
<h2>Karlukle 看板娘接口</h2>
<p><h4>源 GitHub 仓库地址</h4><a href="https://github.com/fghrsh/live2d_api">github.com/fghrsh/live2d_api</a></p>
<h4>模型索引 (json)</h4>
<code>
{
<br/> "models":[
<br/> [
<br/> "whitecat",
<br/> "blackcat"
<br/> ],
<br/> "wango",
<br/> "index",
<br/> "Potion-Maker/Pio",
<br/> [
<br/> "ShizukuTalk/shizuku-48",
<br/> "ShizukuTalk/shizuku-pajama"
<br/> ],
<br/> [
<br/> "bilibili-live/22",
<br/> "bilibili-live/33"
<br/> ],
<br/> [
<br/> "HyperdimensionNeptunia/neptune_classic",
<br/> "HyperdimensionNeptunia/nepnep",
<br/> "HyperdimensionNeptunia/neptune_santa",
<br/> "HyperdimensionNeptunia/nepmaid",
<br/> "HyperdimensionNeptunia/noir_classic",
<br/> "HyperdimensionNeptunia/noir_santa",
<br/> "HyperdimensionNeptunia/blanc_classic",
<br/> "HyperdimensionNeptunia/blanc_normal",
<br/> "HyperdimensionNeptunia/nepgear",
<br/> "HyperdimensionNeptunia/nepgear_extra",
<br/> "HyperdimensionNeptunia/histoire",
<br/> "HyperdimensionNeptunia/histoirenohover"
<br/> ],
<br/> "miku",
<br/> "haruto",
<br/> "koharu"
<br/> ],
<br/> "messages":[
<br/> "我是猫,有两色~",
<br/> "Hello~ 我是Wango",
<br/> "我是来自《魔法禁书目录》的茵蒂克丝(Index)",
<br/> "来自 Potion Maker 的 Pio~",
<br/> "Shizuku Talk!这里是Shizuku~",
<br/> "我来自 Bilibili Live,有两种造型哦~",
<br/> "Nep! Nep! 超次元:海王星 系列~ 有多种造型哦,变身试试吧",
<br/> "我是会说话的初音ミク~",
<br/> "我是Haruto",
<br/> "我是Koharu"
<br/> ]
<br/>}
</code>
<script src="/live2d/autoload.js"></script>
</body>
</html>