Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@
- Benchmark tables use emoji trophy (🏆) to mark best performers.
- FCC collection: retain Chinese ISP names with English translation on first use.
- Chinese tutorial URLs are kept unchanged when the target content is Chinese-only.
- `AI 网络诊断助手` -> `AI Network Troubleshooting` for the self-contained consumer AI prompt
page and its sidebar entry.
2 changes: 2 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default defineConfig({
{ text: "URL 格式说明", link: "/guide/url-formats" },
{ text: "M3U 播放列表集成", link: "/guide/m3u-integration" },
{ text: "内置 Web 播放器", link: "/guide/web-player" },
{ text: "AI 网络诊断助手", link: "/guide/ai-network-diagnosis" },
],
},
{
Expand Down Expand Up @@ -119,6 +120,7 @@ export default defineConfig({
{ text: "URL Formats", link: "/en/guide/url-formats" },
{ text: "M3U Playlist Integration", link: "/en/guide/m3u-integration" },
{ text: "Built-in Web Player", link: "/en/guide/web-player" },
{ text: "AI Network Troubleshooting", link: "/en/guide/ai-network-diagnosis" },
],
},
{
Expand Down
Loading
Loading