diff --git a/src/apps.json b/src/apps.json index 809e2a86e..5e8dc8b54 100644 --- a/src/apps.json +++ b/src/apps.json @@ -14188,12 +14188,24 @@ "icon": "RXWeb.svg", "website": "http://developers.rokitax.co.uk/projects/rxweb" }, + "Tencent Analytics (腾讯分析)": { + "cats": [ + 10 + ], + "icon": "tajs.png", + "script": "tajs\\.qq\\.com/stats", + "website": "https://ta.qq.com/" + }, "Tencent Waterproof Wall": { "cats": [ - 9 + 9, + 16 ], "icon": "TencentWaterproofWall.png", - "script": "/TCaptcha\\.js", + "script": [ + "/TCaptcha\\.js", + "captcha\\.qq\\.com/.*" + ], "website": "https://007.qq.com/" }, "Saber": { diff --git a/src/icons/tajs.png b/src/icons/tajs.png new file mode 100644 index 000000000..7b71d803b Binary files /dev/null and b/src/icons/tajs.png differ