[fix] Dynamic

This commit is contained in:
Lkeme 2021-06-24 17:53:16 +08:00
parent d74865affb
commit 70054f7430

View File

@ -240,6 +240,7 @@ class Dynamic
*/
protected static function filterLayer(array $item): bool
{
self::loadJsonData();
// 过滤描述
$default_words = self::$store->get("DynamicForward.default");
$custom_words = empty($words = getConf('filter_words', 'dynamic')) ? [] : explode(',', $words);