From 96630f0dac78ddeee0849e64e0029dcadac4d1b0 Mon Sep 17 00:00:00 2001 From: sgl228 <61862748+sgl228@users.noreply.github.com> Date: Tue, 10 Mar 2020 22:31:11 +0800 Subject: [PATCH 1/3] unblockremote.js --- xl.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 xl.js diff --git a/xl.js b/xl.js new file mode 100644 index 0000000000..adcc022f86 --- /dev/null +++ b/xl.js @@ -0,0 +1,3 @@ +var body = $response.body; +body = '\/*\n@supported A1902B42E645\n*\/\n' + body; +$done(body); From 9f4a280f80a42d3a797c44652717a9c61695e587 Mon Sep 17 00:00:00 2001 From: sgl228 <61862748+sgl228@users.noreply.github.com> Date: Tue, 10 Mar 2020 22:32:03 +0800 Subject: [PATCH 2/3] Delete xl.js --- xl.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 xl.js diff --git a/xl.js b/xl.js deleted file mode 100644 index adcc022f86..0000000000 --- a/xl.js +++ /dev/null @@ -1,3 +0,0 @@ -var body = $response.body; -body = '\/*\n@supported A1902B42E645\n*\/\n' + body; -$done(body); From b30ea0fc167b5e817e1af5eb5a2e86ccc0ea5401 Mon Sep 17 00:00:00 2001 From: sgl228 <61862748+sgl228@users.noreply.github.com> Date: Tue, 10 Mar 2020 22:38:08 +0800 Subject: [PATCH 3/3] Update unblockremote.js --- unblockremote.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unblockremote.js b/unblockremote.js index 4cf7f86944..adcc022f86 100644 --- a/unblockremote.js +++ b/unblockremote.js @@ -1,4 +1,3 @@ var body = $response.body; -body = '\/*\n@supported 91084FFA2796\n*\/\n' + body; - +body = '\/*\n@supported A1902B42E645\n*\/\n' + body; $done(body);