diff --git a/docs/api/system/memory.md b/docs/api/system/memory.md index 4881a9072d4914181d72b8a520cef739dc47e93b..07a3278b9b58f17eb7de2341dc00789786f0990b 100644 --- a/docs/api/system/memory.md +++ b/docs/api/system/memory.md @@ -6,9 +6,9 @@ **平台差异说明** -|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序| -|:-:|:-:|:-:|:-:|:-:|:-:| -|x|x|√|x|√|x| +|5+App|H5|微信小程序|支付宝小程序|百度小程序|头条小程序|QQ小程序| +|:-:|:-:|:-:|:-:|:-:|:-:|:-:| +|x|x|√|x|√|x|√| **CALLBACK返回参数:** @@ -30,4 +30,4 @@ uni.onMemoryWarning(function () { console.log('onMemoryWarningReceive') }) -``` \ No newline at end of file +```