Skip to content
Open

aa #32

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fb-chat-api/src/getMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
var utils = require("../utils");
var log = require("npmlog");


// 写的真好
function formatMessage(threadID, data) {
switch (data.__typename) {
case "ThreadNameMessage":
Expand Down Expand Up @@ -713,4 +713,4 @@ const colors = [
should_show_icon: '',
theme_name_with_subtitle: 'Non-Binary'
}
];
];
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
aaa
const { spawn } = require("child_process");
const path = require('path');

Expand Down
2 changes: 2 additions & 0 deletions public/guide.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//读到的aa

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down