This commit is contained in:
朱子楚\zhuzi
2023-08-07 22:11:08 +08:00
parent f8340bdf59
commit b7acae1470
3 changed files with 22 additions and 1 deletions

View File

@ -132,7 +132,8 @@ FluExpander{
"FluImage",
"FluSpinBox",
"FluHttp",
"FluWatermark"
"FluWatermark",
"FluTour"
];
code = code.replace(/\n/g, "<br>");
code = code.replace(/ /g, "&nbsp;");