This commit is contained in:
朱子楚\zhuzi
2023-04-08 20:08:26 +08:00
parent 12fa3487bb
commit b349c22434
5 changed files with 66 additions and 6 deletions

View File

@ -113,7 +113,9 @@ FluExpander{
"FluTooltip",
"FluTreeView",
"FluWindow",
"FluWindowResize"
"FluWindowResize",
"FluToggleButton",
"FluTableView"
];
code = code.replace(/\n/g, "<br>");
code = code.replace(/ /g, "&nbsp;");