Wordpress_Chinese/hanzi_3.html

10 lines
250 B
HTML
Raw Normal View History

2026-03-15 17:54:48 +00:00
<div id="hanzi_pronom_help_widget"></div>
2026-03-12 08:32:24 +00:00
2026-03-15 17:54:48 +00:00
<script>
const id3s = hanziApp.newWidget("hanzi_pronom_help_widget");
hanziApp.init({
...id3s,
view_settings: { showCharacter: true, showOutline: true },
datas: pronomsChinois
});
2026-03-12 08:32:24 +00:00
</script>