2026-03-15 17:54:48 +00:00
|
|
|
<div id="hanzi_nbr_help_widget"></div>
|
2026-03-15 16:28:39 +00:00
|
|
|
|
2026-03-15 17:54:48 +00:00
|
|
|
<script>
|
|
|
|
|
const id1s = hanziApp.newWidget("hanzi_nbr_help_widget");
|
|
|
|
|
hanziApp.init({
|
|
|
|
|
...id1s,
|
|
|
|
|
view_settings: { showCharacter: true, showOutline: true },
|
2026-03-15 16:28:39 +00:00
|
|
|
datas: nombresChinois
|
2026-03-15 17:54:48 +00:00
|
|
|
});
|
2026-03-15 16:28:39 +00:00
|
|
|
</script>
|