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

10 lines
No EOL
244 B
HTML

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