mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2026-06-20 19:35:59 +08:00
* 修复清理js中块注释的bug 移除块注释,目前只将开始“/*”和结束的“*/”移除,未将注释中内容移除 Signed-off-by: 410680876f1 <71364356+410680876f1@users.noreply.github.com> * 修复清理js中注释的bug 移注释,目前只将注释标识符号清楚,注释中内容被遗留了下来 感谢大佬@Kuingsmile的代码审核 Signed-off-by: 410680876f1 <71364356+410680876f1@users.noreply.github.com> * 代码格式化 Signed-off-by: 410680876f1 <71364356+410680876f1@users.noreply.github.com> --------- Signed-off-by: 410680876f1 <71364356+410680876f1@users.noreply.github.com> Co-authored-by: Hantong Chen <70561268+cxw620@users.noreply.github.com>