feat(misound): 增强小爱音箱播放能力与渠道卡片展示 - #30
Closed
HuFakai wants to merge 1 commit into
Closed
Conversation
支持开始/结束音量、播放次数与间隔、在线音频优先播放; 推送 body 可覆盖 volume/audioUrl/playCount/playInterval; 音频失败自动降级 TTS,结束音量前按文本估算等待; 渠道卡片三列布局,配置双列展示且右侧右对齐。
✅ Deploy Preview for magicpush canceled.
|
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
volume/audioUrl/playCount/playInterval(仅 misound 识别)endVolumeDelay变更文件
server/src/services/channels/misound.channel.jsserver/src/controllers/misound.controller.jsserver/src/controllers/push.controller.jsserver/src/middleware/validator.middleware.jsweb/src/components/MisoundBindDialog.vueweb/src/views/channels/List.vue推送示例
{ "title": "告警", "content": "服务器 CPU 过高", "volume": 80, "playCount": 2, "playInterval": 3, "audioUrl": "https://example.com/alert.mp3" }仅音频:
{ "audioUrl": "https://example.com/alert.mp3" }Test plan