mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-09 12:54:06 +08:00
update files
This commit is contained in:
parent
f2197bf76b
commit
3b2dfb4d08
@ -2651,8 +2651,8 @@ function getStyles(num, gb, fullwidth){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function styles(node){
|
function styles(node){
|
||||||
var styles = {};
|
|
||||||
var attr = node.attr;
|
var attr = node.attr;
|
||||||
|
var styles = { attr: attr };
|
||||||
var attributes = node.getAttributes();
|
var attributes = node.getAttributes();
|
||||||
var foreground = attributes.foreground;
|
var foreground = attributes.foreground;
|
||||||
var background = attributes.background;
|
var background = attributes.background;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user