|
16 | 16 | <link rel="preconnect" href="https://api.github.com"> |
17 | 17 | <link rel="stylesheet" href="static/style.css"> |
18 | 18 | <script src="static/main.js" type="module"></script> |
19 | | - <meta |
20 | | - name="description" |
21 | | - content="浏览 VPK 档案,查看、提取和反编译 Source 2 资源。支持 CS2、Dota 2、Deadlock、Half-Life: Alyx 等游戏。" |
22 | | - > |
23 | | - <meta |
24 | | - property="og:description" |
25 | | - content="浏览 VPK 档案,查看、提取和反编译 Source 2 资源。支持 CS2、Dota 2、Deadlock、Half-Life: Alyx 等游戏。" |
26 | | - > |
| 19 | + <meta name="description" content="浏览 VPK 档案,查看、提取和反编译 Source 2 资源。支持 CS2、Dota 2、Deadlock、Half-Life: Alyx 等游戏。"> |
| 20 | + <meta property="og:description" content="浏览 VPK 档案,查看、提取和反编译 Source 2 资源。支持 CS2、Dota 2、Deadlock、Half-Life: Alyx 等游戏。"> |
27 | 21 | <meta property="og:url" content="https://s2v.app/zh-hans.html"> |
28 | 22 | <meta property="og:image" content="https://s2v.app/static/preview.jpg"> |
29 | 23 | <meta property="og:logo" content="https://s2v.app/static/logo.png"> |
|
73 | 67 | </svg> |
74 | 68 | Source 2 Viewer |
75 | 69 | </h1> |
76 | | - <h2> |
77 | | - 浏览 VPK 档案,<strong>查看</strong>、<strong>导出</strong>和<strong>反编译</strong> Source 2 资源:地图、模型、材质、纹理和音频。 |
78 | | - </h2> |
| 70 | + <h2>浏览 VPK 档案,<strong>查看</strong>、<strong>导出</strong>和<strong>反编译</strong> Source 2 资源:地图、模型、材质、纹理和音频。</h2> |
79 | 71 | <h3>完全免费开源,基于逆向工程开发。</h3> |
80 | 72 |
|
81 | 73 | <div class="download"> |
@@ -211,10 +203,7 @@ <h3>纹理查看器</h3> |
211 | 203 | 查看 |
212 | 204 | <a href="/ValveResourceFormat/api/ValveResourceFormat.ResourceTypes.Texture.html">纹理</a> 和 SVG,支持独立通道查看 |
213 | 205 | </li> |
214 | | - <li> |
215 | | - 将 |
216 | | - <a href="/ValveResourceFormat/api/ValveResourceFormat.IO.TextureExtract.html">vtex_c</a> 导出为 PNG、TGA 及其他图像格式 |
217 | | - </li> |
| 206 | + <li>将<a href="/ValveResourceFormat/api/ValveResourceFormat.IO.TextureExtract.html">vtex_c</a> 导出为 PNG、TGA 及其他图像格式</li> |
218 | 207 | <li>颜色通道、深度层和 mip 级别</li> |
219 | 208 | <li>GPU 或 CPU 解码选项</li> |
220 | 209 | <li>支持 cubemap 和 HDR 纹理</li> |
@@ -361,18 +350,14 @@ <h3>其他文件格式</h3> |
361 | 350 | 支持 (KV1、KV2、KV3) |
362 | 351 | </li> |
363 | 352 | <li>将二进制 keyvalues 转换为文本格式</li> |
364 | | - <li> |
365 | | - <a href="/ValveResourceFormat/api/ValveResourceFormat.ClosedCaptions.html">字幕</a> 文件支持 |
366 | | - </li> |
| 353 | + <li><a href="/ValveResourceFormat/api/ValveResourceFormat.ClosedCaptions.html">字幕</a> 文件支持</li> |
367 | 354 | </ul> |
368 | 355 | </div> |
369 | 356 | </div> |
370 | 357 | </div> |
371 | 358 |
|
372 | 359 | <footer class="footer"> |
373 | | - <div class="container"> |
374 | | - 本项目与 Valve Software 无关。Source 2 是 Valve Corporation 的商标和/或注册商标。 |
375 | | - </div> |
| 360 | + <div class="container">本项目与 Valve Software 无关。Source 2 是 Valve Corporation 的商标和/或注册商标。</div> |
376 | 361 | </footer> |
377 | 362 | </body> |
378 | 363 | </html> |
0 commit comments