Update (parsing): skip words below 120

This commit is contained in:
2023-11-29 12:24:15 +08:00
parent c70b0bccd4
commit 8c0ae63f42
3 changed files with 24 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ public function run(): void
{
$parent_categories = [
['name' => 'NFSW', 'emoji' => '👅', 'is_top' => true],
['name' => 'NSFW', 'emoji' => '👅', 'is_top' => true],
];
foreach ($parent_categories as $item) {