mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
dataeditor api endpoints
This commit is contained in:
@@ -375,6 +375,9 @@ function C(color?: string): string {
|
||||
if (color === 'bluebg') {
|
||||
return '\x1b[44m'
|
||||
}
|
||||
if (color === 'cyanbg') {
|
||||
return '\x1b[46m'
|
||||
}
|
||||
if (color === 'green') {
|
||||
return '\x1b[32m'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user