🐞 fix: 修复播客电台跳转失败并优化播客信息展示#977
Conversation
WorldSansha
commented
Mar 5, 2026
- 修复全屏播放器点击播客条目无法跳转的问题(路由名称错误 + 电台 ID 缺失)
- 播客歌手栏显示主播名称,电台栏显示播客名称并支持跳转
- 任务栏歌词和系统媒体控制显示实际播客信息而非固定文本
- 点击主播名称时提示暂不支持查看主播主页
- 修复全屏播放器点击播客条目无法跳转的问题(路由名称错误 + 电台 ID 缺失) - 播客歌手栏显示主播名称,电台栏显示播客名称并支持跳转 - 任务栏歌词和系统媒体控制显示实际播客信息而非固定文本 - 点击主播名称时提示暂不支持查看主播主页 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 此拉取请求解决了播客播放和显示相关的多个问题。它修复了一个关键错误,即全屏播放器中无法跳转到播客电台页面,通过确保正确的路由和动态获取缺失的电台ID。此外,它显著提升了用户体验,在播放器艺术家部分、系统媒体控制和任务栏歌词等各种UI组件中显示准确的播客主播名称和电台标题。DjData 类型中新增了 radioId 字段以支持这种改进的数据处理。 Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
| // 暂不支持查看主播主页 | ||
| const showCreatorTip = () => window.$message.info("暂不支持查看主播主页"); |
| // 暂不支持查看主播主页 | ||
| const showCreatorTip = () => window.$message.info("暂不支持查看主播主页"); |