mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14:07 +08:00
update files
This commit is contained in:
parent
3b2dfb4d08
commit
f439f34567
@ -2652,10 +2652,10 @@ function getStyles(num, gb, fullwidth){
|
||||
|
||||
function styles(node){
|
||||
var attr = node.attr;
|
||||
var styles = { attr: attr };
|
||||
var attributes = node.getAttributes();
|
||||
var foreground = attributes.foreground;
|
||||
var background = attributes.background;
|
||||
var styles = { attr: attr, char: node.c };
|
||||
|
||||
[
|
||||
'bold', 'italic', 'underline',
|
||||
|
Loading…
x
Reference in New Issue
Block a user