From 2644c6171dc962b393983e7c81d16f295476e835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=B9=E9=A1=BA=E5=81=A5?= Date: Thu, 12 Sep 2024 08:49:28 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ewechat=E7=89=B9=E5=BE=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/tiktok/README.md | 0 applications/tiktok/signature.json | 0 applications/wechat/README.md | 0 applications/wechat/signature.json | 45 ++++++++++++++++++++++++++++++ 4 files changed, 45 insertions(+) create mode 100644 applications/tiktok/README.md create mode 100644 applications/tiktok/signature.json create mode 100644 applications/wechat/README.md create mode 100644 applications/wechat/signature.json diff --git a/applications/tiktok/README.md b/applications/tiktok/README.md new file mode 100644 index 0000000..e69de29 diff --git a/applications/tiktok/signature.json b/applications/tiktok/signature.json new file mode 100644 index 0000000..e69de29 diff --git a/applications/wechat/README.md b/applications/wechat/README.md new file mode 100644 index 0000000..e69de29 diff --git a/applications/wechat/signature.json b/applications/wechat/signature.json new file mode 100644 index 0000000..ca62e93 --- /dev/null +++ b/applications/wechat/signature.json @@ -0,0 +1,45 @@ +{ + "name":"wechat", + "longName":"wechat", + "properties":{ + "category":"bussines" + }, + "surrogates": [ + { + "name": "405_招商银行_fqdn_20240809", + "description": "", + "signatures": [ + { + "name": "405_招商银行_fqdn_20240809", + "description": "", + "conditions": [ + { + "attributeName": "common.server_fqdn", + "attributeType": "string", + "negate_option": false, + "description": "", + "items": [ + { + "item": "$cmbchina.com", + "description": "" + }, + { + "item": "*.cmbchina.com", + "description": "" + }, + { + "item": "$cmbimg.com", + "description": "" + }, + { + "item": "*.cmbimg.com", + "description": "" + } + ] + } + ] + } + ] + } + ] +} \ No newline at end of file