mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 19:44:35 +08:00
update files
This commit is contained in:
parent
74599de6be
commit
0521b1790e
@ -2655,9 +2655,6 @@ function styles(node){
|
|||||||
styles[key] = attributes[key];
|
styles[key] = attributes[key];
|
||||||
});
|
});
|
||||||
|
|
||||||
styles.frgb = foreground.RGB;
|
|
||||||
styles.grgb = background.RGB;
|
|
||||||
|
|
||||||
if (foreground.set && !foreground.RGB) {
|
if (foreground.set && !foreground.RGB) {
|
||||||
if (attributes.inverse) {
|
if (attributes.inverse) {
|
||||||
if (attributes.bold) {
|
if (attributes.bold) {
|
||||||
@ -2704,11 +2701,3 @@ function styles(node){
|
|||||||
|
|
||||||
return styles;
|
return styles;
|
||||||
}
|
}
|
||||||
|
|
||||||
var colors = '';
|
|
||||||
|
|
||||||
COLORS.forEach(function (color, index){
|
|
||||||
colors += '\r\n' + index + ': ' + color;
|
|
||||||
});
|
|
||||||
|
|
||||||
console.log(colors);
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user