فهرست منبع

取消测试20个单词限制

visuddhinanda 3 سال پیش
والد
کامیت
6700ac7fb6
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      app/Console/Commands/UpgradeCompound.php

+ 0 - 2
app/Console/Commands/UpgradeCompound.php

@@ -87,10 +87,8 @@ class UpgradeCompound extends Command
 		foreach ($words as $key => $word) {
 			# code...
 			$count++;
-			if($count>20) break;
 			$this->info("{$count}:{$word->real}");
 			$parts = $ts->splitA($word->real);
-			$this->info("parts:".count($parts));
 			foreach ($parts as $part) {
 				$new = UserDict::firstOrNew(
 					[