wumingzi
wumingzi
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
## Short description Firefox freezes and screen flickers when cold booting ## Steps to reproduce 1. Start browser with clean profile 2. Install Tab Session Manager 3. Install Tree Style...
### 需求内容 手机管家总弹通知,很烦,希望大佬能增加控制手机管家通知的功能.例如将手机管家的通知分类来控制通知与否(比如垃圾清理是一类,省电功能是一类,病毒查杀是一类等等),如果难度太大也可以只给一个通知权限总开关. 我谷歌酷安都没有发现好的解决方案,只有下载其他通知控制类app才有效,希望大佬能把这个功能整合到西米露里.跪谢! ### 实现思路&截图 _No response_ ### 简单例子 选择性授予手机管家的通知权限
[在文章的结尾](https://github.com/RT-Thread/rtthread-specification/blob/master/git_pr.md#%E8%87%AA%E5%B7%B1%E7%9A%84git%E5%88%86%E6%94%AF%E7%BB%B4%E6%8A%A4),git操作是由master分支rebase到dev分支,之后提交pr。这里是否应该改成由dev分支rebase到master?
### Describe problem solved by the proposed feature 目前在编写audio注释时遇到了如下问题 首先是源代码的问题 @BernardXiong 1. 根据 #10065 `rt_audio_samplerate_to_speed`可能是个无用函数,在bsp内也没有使用到,这个函数是否应该删除?如果确实要删除的话,内部负责采样率的宏`AUDIO_SAMP_RATE_xxK`是否也应删除? 2. 目前audio模块的内部api有许多无效返回值和参数,这些是否需要在doxygen文档编写后统一修改?例如对于`rt_audio_pipe_read的pos参数是无用的,`rt_audio_tx_complete`并没有检查`_audio_send_replay_frame`错误码,以及`_audio_dev_close`永远返回`RT_EOK` 之后是注释格式化的问题 @unicornx 1. 对于宏来说,注释可以位于宏右侧也可以位于宏上方,这点是否应该规定下?或者推荐使用哪种格式? 2. 对于拥有多行注释的参数或者其他doxygen元素,注释写法有多种: 类似@brief这种 ```c /** * @brief Send a...