提交 468396ab 编写于 作者: 打打卡夫卡's avatar 打打卡夫卡

内存警告监听插件发布

上级 8b997d92
## 1.0.0(2022-11-12)
支持内存警告监听功能
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
"id": "uni-memorywarning", "id": "uni-memorywarning",
"displayName": "uni-MemoryWarning", "displayName": "uni-MemoryWarning",
"version": "1.0.0", "version": "1.0.0",
"description": "内存不足告警", "description": "UTS 实现内存警告监听",
"keywords": [ "keywords": [
"onMemoryWarning" "onMemoryWarning"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.6.0" "HBuilderX": "^3.6.8"
}, },
"dcloudext": { "dcloudext": {
"type": "uts", "type": "uts",
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "", "ads": "",
"data": "", "data": "",
"permissions": "" "permissions": ""
}, },
"npmurl": "" "npmurl": ""
}, },
...@@ -47,45 +47,47 @@ ...@@ -47,45 +47,47 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "u", "tcb": "y",
"aliyun": "u" "aliyun": "y"
}, },
"client": { "client": {
"Vue": { "Vue": {
"vue2": "n", "vue2": "y",
"vue3": "y" "vue3": "y"
}, },
"App": { "App": {
"app-android": "u", "app-android": {
"app-ios": "u" "minVersion": "19"
},
"app-ios": "n"
}, },
"H5-mobile": { "H5-mobile": {
"Safari": "u", "Safari": "n",
"Android Browser": "u", "Android Browser": "n",
"微信浏览器(Android)": "u", "微信浏览器(Android)": "n",
"QQ浏览器(Android)": "u" "QQ浏览器(Android)": "n"
}, },
"H5-pc": { "H5-pc": {
"Chrome": "u", "Chrome": "n",
"IE": "u", "IE": "n",
"Edge": "u", "Edge": "n",
"Firefox": "u", "Firefox": "n",
"Safari": "u" "Safari": "n"
}, },
"小程序": { "小程序": {
"微信": "u", "微信": "n",
"阿里": "u", "阿里": "n",
"百度": "u", "百度": "n",
"字节跳动": "u", "字节跳动": "n",
"QQ": "u", "QQ": "n",
"钉钉": "u", "钉钉": "n",
"快手": "u", "快手": "n",
"飞书": "u", "飞书": "n",
"京东": "u" "京东": "n"
}, },
"快应用": { "快应用": {
"华为": "u", "华为": "n",
"联盟": "u" "联盟": "n"
} }
} }
} }
......
{
"minSdkVersion": "19"
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册