10 lines
No EOL
244 B
HTML
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> |