diff --git a/kamept.har b/kamept.har new file mode 100644 index 0000000..8ee9e73 --- /dev/null +++ b/kamept.har @@ -0,0 +1,127 @@ +[ + { + "request": { + "method": "GET", + "url": "https://kamept.com/attendance.php", + "headers": [ + { + "name": ":method", + "value": "GET" + }, + { + "name": ":authority", + "value": "kamept.com" + }, + { + "name": ":scheme", + "value": "https" + }, + { + "name": ":path", + "value": "/attendance.php" + }, + { + "name": "upgrade-insecure-requests", + "value": "1" + }, + { + "name": "dnt", + "value": "1" + }, + { + "name": "user-agent", + "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36" + }, + { + "name": "accept", + "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9" + }, + { + "name": "sec-fetch-site", + "value": "same-origin" + }, + { + "name": "sec-fetch-mode", + "value": "navigate" + }, + { + "name": "sec-fetch-user", + "value": "?1" + }, + { + "name": "sec-fetch-dest", + "value": "document" + }, + { + "name": "accept-encoding", + "value": "gzip, deflate, br" + }, + { + "name": "accept-language", + "value": "zh-CN,zh;q=0.9" + }, + { + "name": "cookie", + "value": "{{cookie}}" + } + ], + "cookies": [] + }, + "rule": { + "success_asserts": [ + { + "re": "200", + "from": "status" + } + ], + "failed_asserts": [ + { + "re": "关闭维护", + "from": "content" + } + ], + "extract_variables": [ + { + "name": "recheck_cnt", + "re": "第[\\s\\S]+今日签到排名:\\d+ / \\d+", + "from": "content" + }, + { + "name": "traffic", + "re": "分享率[:][\\s\\S]+当前活动", + "from": "content" + } + ] + } + }, + { + "comment": "字符串替换", + "request": { + "method": "POST", + "url": "api://util/string/replace", + "headers": [], + "cookies": [], + "data": "r=text&p=当前活动&t=&s={{traffic | striptags}} {{regex_replace(recheck_cnt | striptags, \"点击[\\s\\S]+目前\", \"\")}}" + }, + "rule": { + "success_asserts": [ + { + "re": "200", + "from": "status" + }, + { + "re": "\"状态\": \"OK\"", + "from": "content" + } + ], + "failed_asserts": [], + "extract_variables": [ + { + "name": "__log__", + "re": ".*", + "from": "content" + } + ] + } + } +] \ No newline at end of file diff --git a/tpls_history.json b/tpls_history.json index c2449aa..bc41250 100644 --- a/tpls_history.json +++ b/tpls_history.json @@ -2380,7 +2380,7 @@ "pthome": { "name": "pthome_铂金家 签到_保号", "author": "IITII", - "url": "https://raw.githubusercontent.com/qiandao-today/templates/master/hdatmos.har", + "url": "https://raw.githubusercontent.com/qiandao-today/templates/master/pthome.har", "update": false, "comments": "用户 Cookies 从 F12 .php 请求获取", "filename": "pthome.har", @@ -2412,6 +2412,18 @@ "date": "2023-04-03 10:30:00", "version": "20230403", "commenturl": "https://github.com/qiandao-today/templates/issues/302" + }, + "kamept": { + "name": "kamept 签到_保号", + "author": "IITII", + "url": "https://raw.githubusercontent.com/qiandao-today/templates/master/kamept.har", + "update": false, + "comments": "用户 Cookies 从 F12 .php 请求获取", + "filename": "kamept.har", + "content": "https://kamept.com", + "date": "2023-04-04 10:30:00", + "version": "20230404", + "commenturl": "https://github.com/qiandao-today/templates/issues/303" } } } \ No newline at end of file