mirror of
https://github.com/kevachat/npsapp.git
synced 2025-01-28 07:44:16 +00:00
colorize terminal
This commit is contained in:
parent
99d539bbf4
commit
e01aebd66d
@ -48,13 +48,13 @@
|
|||||||
{
|
{
|
||||||
"message":
|
"message":
|
||||||
[
|
[
|
||||||
"Welcome to KevaChat!",
|
"\u001b[34m\u001b[1mWelcome to KevaChat!\u001b[0m",
|
||||||
"Enter captcha to confirm you are human:"
|
"\u001b[34mEnter captcha to confirm you are human:\u001b[0m"
|
||||||
],
|
],
|
||||||
"debug":
|
"debug":
|
||||||
{
|
{
|
||||||
"enabled":true,
|
"enabled":true,
|
||||||
"template":"[{time}] welcome {host}:{port} captcha: {code}"
|
"template":"[{time}] [welcome] {host}:{port} captcha: {code}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pending":
|
"pending":
|
||||||
@ -63,17 +63,17 @@
|
|||||||
{
|
{
|
||||||
"success":
|
"success":
|
||||||
[
|
[
|
||||||
"Good, enter your message:"
|
"\u001b[34mLooks good, now enter your message:\u001b[0m"
|
||||||
],
|
],
|
||||||
"failure":
|
"failure":
|
||||||
[
|
[
|
||||||
"Something went wrong, try again later!"
|
"\u001b[31mSomething went wrong, try again later!\u001b[0m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"debug":
|
"debug":
|
||||||
{
|
{
|
||||||
"enabled":true,
|
"enabled":true,
|
||||||
"template":"[{time}] pending {host}:{port} captcha: {code} sent: {sent}"
|
"template":"[{time}] [pending] {host}:{port} captcha: {code} sent: {sent}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"handler":
|
"handler":
|
||||||
@ -82,17 +82,17 @@
|
|||||||
{
|
{
|
||||||
"success":
|
"success":
|
||||||
[
|
[
|
||||||
"Thanks, your message successfully sent!"
|
"\u001b[32mThanks, your message successfully sent!\u001b[0m"
|
||||||
],
|
],
|
||||||
"failure":
|
"failure":
|
||||||
[
|
[
|
||||||
"Something went wrong, please make your feedback!"
|
"\u001b[31mSomething went wrong, please make your feedback!\u001b[0m"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"debug":
|
"debug":
|
||||||
{
|
{
|
||||||
"enabled":true,
|
"enabled":true,
|
||||||
"template":"[{time}] handler {host}:{port} captcha: {code} sent: {sent} length: {size} bytes {data}"
|
"template":"[{time}] [handler] {host}:{port} captcha: {code} sent: {sent} length: {size} bytes {data}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user