1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

weibo-hotband-bot 改为 hotband-bot

This commit is contained in:
程序员小墨 2022-10-17 13:48:59 +08:00
parent 4bf451e337
commit 02ac6091f4
7 changed files with 11 additions and 11 deletions

View File

@ -83,7 +83,7 @@ npm i
# node index.js # node index.js
# 使用 pm2 # 使用 pm2
# pm2 start index.js --name weibo-hotband-bot # pm2 start index.js --name hotband-bot
``` ```
5. 停止项目 5. 停止项目
@ -92,8 +92,8 @@ npm i
# 使用 node index.js 命令直接运行的项目可以通过 `Ctrl + C` 停止 # 使用 node index.js 命令直接运行的项目可以通过 `Ctrl + C` 停止
# 使用 pm2 运行的可以使用以下两行命令来停止和从列表中删除项目 # 使用 pm2 运行的可以使用以下两行命令来停止和从列表中删除项目
# pm2 stop weibo-hotband-bot # pm2 stop hotband-bot
# pm2 delete weibo-hotband-bot # pm2 delete hotband-bot
``` ```

View File

@ -1 +1 @@
pm2 restart weibo-hotband-bot pm2 restart hotband-bot

View File

@ -1 +1 @@
pm2 restart weibo-hotband-bot pm2 restart hotband-bot

View File

@ -1 +1 @@
pm2 start index.js --name weibo-hotband-bot pm2 start index.js --name hotband-bot

View File

@ -1 +1 @@
pm2 start index.js --name weibo-hotband-bot pm2 start index.js --name hotband-bot

View File

@ -1,2 +1,2 @@
pm2 stop weibo-hotband-bot pm2 stop hotband-bot
pm2 delete weibo-hotband-bot pm2 delete hotband-bot

View File

@ -1,2 +1,2 @@
pm2 stop weibo-hotband-bot pm2 stop hotband-bot
pm2 delete weibo-hotband-bot pm2 delete hotband-bot