From 847cb433ee575f7d468133cd1ea73ab626b3a37d Mon Sep 17 00:00:00 2001 From: arnaud Date: Thu, 12 Mar 2026 09:05:10 +0100 Subject: [PATCH] First code --- datas.js | 28 +++++++++++ hanzi_1.js | 19 ++++++++ hanzi_2.js | 19 ++++++++ module_hanzi.js | 126 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 192 insertions(+) create mode 100644 datas.js create mode 100644 hanzi_1.js create mode 100644 hanzi_2.js create mode 100644 module_hanzi.js diff --git a/datas.js b/datas.js new file mode 100644 index 0000000..ae13440 --- /dev/null +++ b/datas.js @@ -0,0 +1,28 @@ + \ No newline at end of file diff --git a/hanzi_1.js b/hanzi_1.js new file mode 100644 index 0000000..af6fef8 --- /dev/null +++ b/hanzi_1.js @@ -0,0 +1,19 @@ +
+
+ +

+ \ No newline at end of file diff --git a/hanzi_2.js b/hanzi_2.js new file mode 100644 index 0000000..0a02ae6 --- /dev/null +++ b/hanzi_2.js @@ -0,0 +1,19 @@ +
+
+ +

+ \ No newline at end of file diff --git a/module_hanzi.js b/module_hanzi.js new file mode 100644 index 0000000..e78180c --- /dev/null +++ b/module_hanzi.js @@ -0,0 +1,126 @@ + + \ No newline at end of file