From 5e87c22c43bf87cd4b931ad942fca5af17e56852 Mon Sep 17 00:00:00 2001 From: AkiraTiger Date: Fri, 23 Aug 2024 13:43:18 +0800 Subject: [PATCH 1/4] Update getMessage.js --- fb-chat-api/src/getMessage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fb-chat-api/src/getMessage.js b/fb-chat-api/src/getMessage.js index dd7c18ec5..32782698b 100644 --- a/fb-chat-api/src/getMessage.js +++ b/fb-chat-api/src/getMessage.js @@ -8,7 +8,7 @@ var utils = require("../utils"); var log = require("npmlog"); - +// 写的真好 function formatMessage(threadID, data) { switch (data.__typename) { case "ThreadNameMessage": @@ -713,4 +713,4 @@ const colors = [ should_show_icon: '', theme_name_with_subtitle: 'Non-Binary' } -]; \ No newline at end of file +]; From 0a86c979b7aa780b26d4b7ca3931bc3436d32619 Mon Sep 17 00:00:00 2001 From: AkiraTiger Date: Fri, 23 Aug 2024 15:13:14 +0800 Subject: [PATCH 2/4] Update guide.html --- public/guide.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/guide.html b/public/guide.html index d6d748bce..3f03ee5fe 100644 --- a/public/guide.html +++ b/public/guide.html @@ -1,3 +1,5 @@ +//读到的 + From 4ed41cffffba28c74a37ce4feac7da444b7af735 Mon Sep 17 00:00:00 2001 From: AkiraTiger Date: Fri, 23 Aug 2024 15:13:33 +0800 Subject: [PATCH 3/4] Update guide.html --- public/guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/guide.html b/public/guide.html index 3f03ee5fe..1ecea9479 100644 --- a/public/guide.html +++ b/public/guide.html @@ -1,4 +1,4 @@ -//读到的 +//读到的aa From 4667d49e41e3472d07de117c1d9a020c9a03bb6a Mon Sep 17 00:00:00 2001 From: AkiraTiger Date: Fri, 23 Aug 2024 15:29:06 +0800 Subject: [PATCH 4/4] Update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index c1e7f67d0..6f648ed64 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +aaa const { spawn } = require("child_process"); const path = require('path');