fix: Don't E500 because of not having kanken kanji jiten kanji index
This commit is contained in:
parent
649cecfa36
commit
e0b5ca0ed8
|
@ -90,9 +90,6 @@ class KanjiController extends AbstractController
|
||||||
'str' => $charStr,
|
'str' => $charStr,
|
||||||
'codepoint' => dechex($codepoint),
|
'codepoint' => dechex($codepoint),
|
||||||
'lists' => $charInfo[$charStr] ?? [],
|
'lists' => $charInfo[$charStr] ?? [],
|
||||||
'jiten_href' => key_exists($charStr, $jiten)
|
|
||||||
? "https://kanji.jitenon.jp/kanji{$jiten[$charStr]}"
|
|
||||||
: null
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue