Wordpress_Chinese/hanzi_2.html
2026-03-15 18:54:48 +01:00

10 lines
No EOL
250 B
HTML

<div id="hanzi_nbr_wohelp_widget"></div>
<script>
const id2s = hanziApp.newWidget("hanzi_nbr_wohelp_widget");
hanziApp.init({
...id2s,
view_settings: { showCharacter: false, showOutline: false },
datas: nombresChinois
});
</script>