@@ -21,6 +21,7 @@ class VocabularyResource extends JsonResource
return [
"word"=>$this['word'],
"count"=> $this['count'],
+ "strlen"=> $this['strlen'],
"meaning"=> $dictMeaning->get($this['word'],$request->get("lang","zh-Hans")),
];
}