package.json 1.7 KB
Newer Older
1
{
Q
qiang 已提交
2 3
	"id": "uni-usercapturescreen",
	"displayName": "uni-usercapturescreen",
4
	"version": "1.0.5",
Q
qiang 已提交
5
	"description": "用户主动截屏事件监听",
6
	"keywords": [
Q
qiang 已提交
7 8
        "截屏"
    ],
9 10
	"repository": "",
	"engines": {
11
		"HBuilderX": "^3.7.7"
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
	},
	"dcloudext": {
		"type": "uts",
		"sale": {
			"regular": {
				"price": "0.00"
			},
			"sourcecode": {
				"price": "0.00"
			}
		},
		"contact": {
			"qq": ""
		},
		"declaration": {
Q
qiang 已提交
27 28 29
			"ads": "无",
			"data": "插件不采集任何数据",
			"permissions": "无"
30 31 32 33 34 35
		},
		"npmurl": ""
	},
	"uni_modules": {
		"uni-ext-api":{
			"uni": {
Y
yurj26 已提交
36 37 38 39 40 41 42 43 44 45
				"onUserCaptureScreen": {
          "web": false
        },
				"offUserCaptureScreen": {
          "web": false
        },
				"setUserCaptureScreen": {
          "web": false,
          "mp-weixin": false
        }
46 47 48 49 50 51
			}
		},
		"dependencies": [],
		"encrypt": [],
		"platforms": {
			"cloud": {
Q
qiang 已提交
52
				"tcb": "y",
53 54
                "aliyun": "y",
                "alipay": "n"
55 56 57
			},
			"client": {
				"Vue": {
58
					"vue2": "y",
59 60 61
					"vue3": "y"
				},
				"App": {
Q
qiang 已提交
62
					"app-android": "y",
63 64
                    "app-ios": "y",
                    "app-harmony": "y"
65 66
				},
				"H5-mobile": {
Q
qiang 已提交
67 68 69 70
					"Safari": "n",
					"Android Browser": "n",
					"微信浏览器(Android)": "n",
					"QQ浏览器(Android)": "n"
71 72
				},
				"H5-pc": {
Q
qiang 已提交
73 74 75 76 77
					"Chrome": "n",
					"IE": "n",
					"Edge": "n",
					"Firefox": "n",
					"Safari": "n"
78 79
				},
				"小程序": {
Q
qiang 已提交
80 81 82 83 84 85 86 87 88
					"微信": "y",
					"阿里": "n",
					"百度": "n",
					"字节跳动": "n",
					"QQ": "n",
					"钉钉": "n",
					"快手": "n",
					"飞书": "n",
					"京东": "n"
89 90
				},
				"快应用": {
Q
qiang 已提交
91 92
					"华为": "n",
					"联盟": "n"
93 94 95 96 97
				}
			}
		}
	}
}