Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hst1189 authored Jan 11, 2025
1 parent f65914b commit 0fd8b6e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,18 @@
</head>
<body style="font-family: 'Microsoft YaHei';">
<div style="position:fixed;top:0;background-color: white;">
<text> 角色番号:</text><text id="model_id"></text><text> 服饰番号:</text><text id="texure_id"></text>
<button id="Change" class="active">角色变更</button>
<button id="texure" class="active">服饰变更</button>
<a href="live2d_3"><Live2d Cubism3 v1.0版></a>
<a target="_blank" href="https://github.com/imuncle/live2d"><致敬 Model收集者❤></a>
<ul>
<li><a href="" style="color: #38A3DB; text-decoration: none;">Demo 1 - 常规引用</a></li>
<li><span>Demo 2 - 自动加载 autoload.js</span></li>
<li><a href="" style="color: #38A3DB; text-decoration: none;">Demo 3 - 内置 waifu-tips.json</a></li>
<li><a target="_blank" href="https://github.com/imuncle/live2d"><致敬 Model收集者❤></a><li>
</ul>
<text> 角色番号:</text><text id="model_id"></text><text> 服饰番号:</text><text id="texure_id"></text>
<button id="Change" class="active">角色变更</button><button id="texure" class="active">服饰变更</button>
</div>

<h3>Live2D 角色配置一览 json </h3>
<ol id="model_info" style="margin-top:50px ;"></ol>
<ol id="model_info" style="margin-top:80px ;"></ol>

<!-- 动态加载 canvas live2d 添加以下2个jQuery,1个aotuload.js-->

Expand Down

0 comments on commit 0fd8b6e

Please sign in to comment.