新增FluRatingControl组件

This commit is contained in:
zhuzihcu
2023-04-14 15:18:08 +08:00
parent 727a0220b4
commit 70585c007e
9 changed files with 116 additions and 2 deletions

View File

@ -118,7 +118,8 @@ FluExpander{
"FluTableView",
"FluColors",
"FluTheme",
"FluStatusView"
"FluStatusView",
"FluRatingControl"
];
code = code.replace(/\n/g, "<br>");
code = code.replace(/ /g, "&nbsp;");