perf: 任务描述支持清单

This commit is contained in:
Pang
2024-04-21 21:36:22 +08:00
parent 5e6a21ddc5
commit bd61b8c948
9 changed files with 630 additions and 594 deletions

View File

@@ -359,17 +359,6 @@ class Base
}
}
/**
* 去除html
* @param $text
* @param int $length
* @return string
*/
public static function getHtml($text, $length = 250)
{
return Base::cutStr(strip_tags($text), $length, 0, "...");
}
/**
*
* 截取字符串