remove FluHttp

This commit is contained in:
朱子楚\zhuzi
2023-11-29 21:35:06 +08:00
parent 6a925bdad3
commit 394d0ab244
23 changed files with 136 additions and 1696 deletions

View File

@ -130,7 +130,6 @@ FluExpander{
"FluRadioButtons",
"FluImage",
"FluSpinBox",
"FluHttp",
"FluWatermark",
"FluTour",
"FluQRCode",
@ -140,7 +139,8 @@ FluExpander{
"FluStaggeredView",
"FluProgressButton",
"FluLoadingButton",
"FluClip"
"FluClip",
"FluNetwork"
];
code = code.replace(/\n/g, "<br>");
code = code.replace(/ /g, "&nbsp;");