Wordpress_Chinese/hanzi_2.html

10 lines
250 B
HTML
Raw Permalink Normal View History

2026-03-15 17:54:48 +00:00
<div id="hanzi_nbr_wohelp_widget"></div>
2026-03-12 08:05:10 +00:00
2026-03-15 17:54:48 +00:00
<script>
const id2s = hanziApp.newWidget("hanzi_nbr_wohelp_widget");
hanziApp.init({
...id2s,
view_settings: { showCharacter: false, showOutline: false },
datas: nombresChinois
});
2026-03-12 08:05:10 +00:00
</script>