mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 01:20:08 +08:00
[fix] Dynamic
This commit is contained in:
parent
d74865affb
commit
70054f7430
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user