diff options
| author | 方顺健 <[email protected]> | 2024-09-13 02:31:03 +0000 |
|---|---|---|
| committer | 方顺健 <[email protected]> | 2024-09-13 02:31:03 +0000 |
| commit | 117ab327aff49d191d469d19dfad806fa15117d7 (patch) | |
| tree | a8c44bb60f9f31af96774eb896e0824f659accc6 | |
| parent | 1f154ca45a1240bb1ed9c692484c28598ae4f7ff (diff) | |
feat: 新增义乌购应用特征
| -rw-r--r-- | applications/义乌购/app.json | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/applications/义乌购/app.json b/applications/义乌购/app.json new file mode 100644 index 0000000..c843ea8 --- /dev/null +++ b/applications/义乌购/app.json @@ -0,0 +1,71 @@ +{
+ "name":"义乌购",
+ "longName":"义乌购",
+ "developer":"浙江义乌购电子商务有限公司",
+ "website":"https://m.yiwugou.com",
+ "packageName":{
+ "android":"com.yiwugou.yiwukan",
+ "ios":"com.yiwugou.yiwugoucompany"
+ },
+ "properties":{
+ "category":"business-systems",
+ "subcategory":"general-business",
+ "content":"unknown",
+ "parentApp":"",
+ "risk":1
+ },
+ "surrogates": [
+ {
+ "name": "surrogate-1",
+ "description": "",
+ "signatures": [
+ {
+ "name": "signature-陕西社会保险-1",
+ "description": "",
+ "conditions": [
+ {
+ "attributeName": "common.server_fqdn",
+ "attributeType": "string",
+ "negate_option": false,
+ "description": "",
+ "items": [
+ {
+ "item": "$gl.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$enapp.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$h.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$app.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$user.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$wap.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$img1.yiwugou.com",
+ "description": "浙江义乌购电子商务有限公司"
+ },
+ {
+ "item": "$ywgimg.yiwugo.com",
+ "description": "浙江义乌购电子商务有限公司"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}
|
