mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -2769,11 +2769,15 @@ function htmlStyle(styles){
|
||||
}
|
||||
|
||||
if (styles.italic) {
|
||||
style += 'font-style: italic;';
|
||||
style += 'font-style:italic;';
|
||||
}
|
||||
|
||||
if (styles.underline) {
|
||||
style += 'text-decoration: underline;';
|
||||
style += 'text-decoration:underline;';
|
||||
}
|
||||
|
||||
if (styles.conceal) {
|
||||
style += 'visibility:hidden;';
|
||||
}
|
||||
|
||||
return style;
|
||||
|
Reference in New Issue
Block a user