feat:使用文档

This commit is contained in:
sqj
2025-08-26 22:20:56 +08:00
parent 14496d5d0b
commit 1259a6d70d
23 changed files with 6231 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

1587
docs/design.html Normal file

File diff suppressed because one or more lines are too long

17
docs/使用文档.md Normal file
View File

@@ -0,0 +1,17 @@
# CeruMusic 使用教程
## 1. 软件下载
由于我们团段都是个人开发者原因 暂时无能力部署到 `OSS` 承担高下载量的能力,供大家下载只能通过[Github](https://github.com/timeshiftsauce/CeruMusic)下载安装使用
### Window 安装
由于没有证书原因 **`Window`** 平台可能会出现安装包体误报**危险**。请放心我们的软件都是**开源**在 `Github` 自动化打包的。**具体安装步骤如下**
<img src="assets/image-20250826214921963.png" alt="image-20250826214921963" style="zoom: 50%;" />
如果出现类似图例效果请先点击 **右侧 三个点**
<img src="assets/image-20250826215101522.png" alt="image-20250826215101522" style="zoom:50%;" />
**点击保留**

1467
website/CeruUse.html Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

1587
website/design.html Normal file

File diff suppressed because one or more lines are too long

View File

@@ -20,7 +20,7 @@
<div class="nav-links">
<a href="#features">功能特色</a>
<a href="#download">下载</a>
<a href="#docs">文档</a>
<a href="./CeruUse.html" target="_blank">文档</a>
</div>
</div>
</nav>
@@ -227,21 +227,21 @@
<ul>
<li><a href="#features">功能特色</a></li>
<li><a href="#download">下载</a></li>
<li><a href="../docs/design.md">设计文档</a></li>
<li><a href="./design.html">设计文档</a></li>
</ul>
</div>
<div class="footer-section">
<h4>开发者</h4>
<ul>
<li><a href="../docs/api.md">API 文档</a></li>
<li><a href="../docs/CeruMusic插件开发文档.md">插件开发</a></li>
<li><a href="https://github.com">GitHub</a></li>
<!-- <li><a href="../docs/api.md">API 文档</a></li> -->
<li><a href="./pluginDev.html">插件开发</a></li>
<li><a href="https://github.com/timeshiftsauce">GitHub</a></li>
</ul>
</div>
<div class="footer-section">
<h4>支持</h4>
<ul>
<li><a href="../docs/CeruMusicPluginHost-使用文档.md">使用文档</a></li>
<li><a href="./CeruUse.html">使用文档</a></li>
<li><a href="#contact">联系我们</a></li>
<li><a href="#feedback">反馈建议</a></li>
</ul>

1567
website/pluginDev.html Normal file

File diff suppressed because one or more lines are too long