mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 11:34:05 +08:00
update files
This commit is contained in:
parent
7124832f95
commit
45b56ada86
@ -2770,4 +2770,10 @@ function styles(node){
|
|||||||
return styles;
|
return styles;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(COLORS);
|
var colors = '';
|
||||||
|
|
||||||
|
COLORS.forEach(function (color, index){
|
||||||
|
colors += '\r\n' + index + ': ' + color;
|
||||||
|
});
|
||||||
|
|
||||||
|
console.log(colors);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user