From 1e319afc245d1eea7ae1b66bbedb97f1d8a5c87d Mon Sep 17 00:00:00 2001 From: LogCreative Date: Tue, 20 Apr 2021 14:09:07 +0800 Subject: [PATCH] langdict --- index.html | 6 +- js/style.js | 4 + lang/cn.json | 3 +- {js => lang}/dict_cn.js | 14 +- lang/dict_en.js | 335 ++++++++++++++++++++++++++++++++++++++++ lang/en.json | 9 +- main.css | 4 + main.js | 25 ++- 8 files changed, 377 insertions(+), 23 deletions(-) rename {js => lang}/dict_cn.js (98%) create mode 100644 lang/dict_en.js diff --git a/index.html b/index.html index 4aca200..80ba1ad 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@