Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
1.修正了一些细节
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Jul 15, 2019
1 parent b88e47a commit 00e3998
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

7. 在控制台查看效果(如果出现 [WebSocket] 连接成功 即为成功)

8. 控制台效果
8. 演示效果

![image](https://wx3.sinaimg.cn/mw690/006W7JQLly1g50s3grxlrj314d09pn0r.jpg)

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const bot = cq_robot_1.CQWebSocketInit(help_1.getCQWebSocketOption(__dirname));
const app = help_1.loadApp(path.join(__dirname, 'app')); //载入全体插件
app.forEach((key) => {
key.startup();
cq_robot_1.printTime(`[应用] ${key.APP_ID} 已载入`, cq_robot_1.CQLog.LOG_INFO_SUCCESS);
cq_robot_1.printTime(`[应用] ${key.APP_ID}已载入`, cq_robot_1.CQLog.LOG_INFO_SUCCESS);
});
bot.on('ready', () => {
cq_robot_1.printTime('[WebSocket] 连接成功!', cq_robot_1.CQLog.LOG_INFO);
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const bot: CQWebSocket = CQWebSocketInit(getCQWebSocketOption(__dirname))
const app = loadApp(path.join(__dirname, 'app'))//载入全体插件
app.forEach((key) => {
key.startup()
printTime(`[应用] ${key.APP_ID} 已载入`, CQLog.LOG_INFO_SUCCESS)
printTime(`[应用] ${key.APP_ID}已载入`, CQLog.LOG_INFO_SUCCESS)
})
bot.on('ready', () => {
printTime('[WebSocket] 连接成功!', CQLog.LOG_INFO)
Expand Down

0 comments on commit 00e3998

Please sign in to comment.