diff --git a/src/apps.json b/src/apps.json index 91fdc2f67..14619fdf8 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1314,6 +1314,14 @@ }, "website": "https://backdropcms.org" }, + "Baidu Analytics (百度统计)": { + "cats": [ + 10 + ], + "icon": "Baidu Tongji.ico", + "script": "hm\\.baidu\\.com/hm\\.js", + "website": "https://tongji.baidu.com/" + }, "Banshee": { "cats": [ 1, @@ -2173,6 +2181,16 @@ "icon": "Cloudera.png", "website": "http://www.cloudera.com" }, + "CNZZ": { + "cats": [ + 10 + ], + "js": { + "cnzz_protocol": "\\;confidence:99" + }, + "icon": "cnzz.ico", + "website": "https://web.umeng.com/" +}, "CloudSuite": { "cats": [ 6 diff --git a/src/icons/Baidu Tongji.ico b/src/icons/Baidu Tongji.ico new file mode 100644 index 000000000..85264f33e Binary files /dev/null and b/src/icons/Baidu Tongji.ico differ diff --git a/src/icons/cnzz.ico b/src/icons/cnzz.ico new file mode 100644 index 000000000..83d6895b8 Binary files /dev/null and b/src/icons/cnzz.ico differ