Files
phaten-audio/zh/docs/services_support/index.md

58 lines
1.2 KiB
Markdown
Raw Normal View History

2025-04-29 16:11:32 +08:00
---
title: 服务 & 支持
2025-05-13 11:25:54 +08:00
hide:
-toc
2025-06-13 13:37:50 +08:00
login: true
2025-04-29 16:11:32 +08:00
---
2025-05-13 11:25:54 +08:00
--8<-- "common/phaten_xmos_support_img.md"
<div class="grid" markdown>
2025-10-10 10:09:04 +08:00
<div class="card-wide" markdown>
2025-05-13 11:25:54 +08:00
2025-04-29 16:11:32 +08:00
# 服务 & 支持
2025-05-13 11:25:54 +08:00
提供各种开发调试工具和驱动程序下载,以及客户咨询反馈
</div>
2025-10-10 10:09:04 +08:00
</div>
2025-05-13 11:25:54 +08:00
2026-05-19 15:27:03 +08:00
<style>
.eq-card {
display: block;
border: 2px solid #4051b5;
border-radius: 8px;
padding: 1.3em;
text-decoration: none;
color: inherit;
background: var(--md-default-bg-color, #fff);
box-shadow: 0 2px 6px rgba(0,0,0,0.12);
transition: border-color 0.3s, box-shadow 0.3s, transform 0.2s;
text-align: center;
}
.eq-card:hover {
border-color: #536dfe;
box-shadow: 0 0 14px 3px rgba(83,109,254,0.55);
transform: translateY(-2px);
}
.eq-card-title {
font-size: 1.5em;
font-weight: 700;
}
</style>
<a class="eq-card" href="https://phaten-audio.com/eqgame/" target="_blank" rel="noopener">
<span class="eq-card-title">🎵 EQ调试网页</span>
</a>
2025-04-29 16:11:32 +08:00
2025-05-13 11:25:54 +08:00
<div class="grid cards" markdown>
2025-04-29 16:11:32 +08:00
2025-05-13 11:25:54 +08:00
- [配置及调试工具](./tools_software/index.md)
- [驱动程序](./driver/index.md)
- [固件下载](./firmware/index.md)
- [咨询及服务](./acquire_services/index.md)
2025-04-29 16:11:32 +08:00
2025-05-13 11:25:54 +08:00
</div>