Commit 5b5872de9995bb04eb79da329bcb597e9390b69e
1 parent
e9cfdbc3
chore: add todo
Showing
1 changed file
with
8 additions
and
4 deletions
README.md
1 | -# 微信小程序 - 语音助手 | |
1 | +# 微信小程序 - 语音助手 | |
2 | 2 | |
3 | -### todo | |
4 | - | |
5 | -- [x] 内容安全问题处理 | |
3 | +### todo | |
6 | 4 | |
7 | 5 | - [x] 下载音频需求 |
8 | 6 | - 无直接下载接口,可通过 webview 间接实现 |
9 | 7 | - 个人类小程序不支持 web-view |
10 | 8 | - wx.shareFileMessage 可以直接分享文件 |
9 | + | |
10 | +- [ ] 内容安全问题处理 | |
11 | + - https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/sec-check/security.msgSecCheck.html | |
12 | + | |
13 | +- [ ] 从列表页返回后应该关闭正在播放的列表页语音 | |
14 | + | ... | ... |