File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,10 +153,10 @@ const jsonExample = {
153
153
const textExample =
154
154
"§5§m §6>§7§l§6§l>§6§l[§5§l§oPurple §8§l§oPrison§6§l]§6§l<§6<§5§m §R §7 §5§k§l;;;§r §d§lNEW BLACK-MARKET §5§l» §6§L/BLACKMARKET §5§k§l;;;" ;
155
155
const autoToHtml = motdParser . autoToHTML ( jsonExample ) ;
156
- const TextAutoToHtml = motdParser . autoToHTML ( textExample ) ;
156
+ const textAutoToHtml = motdParser . autoToHTML ( textExample ) ;
157
157
158
158
console . log ( "-------------------------------------------------------" ) ;
159
159
console . log ( autoToHtml ) ;
160
160
console . log ( "-------------------------------------------------------" ) ;
161
- console . log ( TextAutoToHtml ) ;
161
+ console . log ( textAutoToHtml ) ;
162
162
console . log ( `執行時間: ${ new Date ( ) . getTime ( ) - start } ms` ) ;
You can’t perform that action at this time.
0 commit comments