diff --git a/.gitignore b/.gitignore index e69de29..3997bea 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +*.db \ No newline at end of file diff --git a/static/index.html b/static/index.html index 3e063c3..0d016dd 100644 --- a/static/index.html +++ b/static/index.html @@ -154,6 +154,8 @@
diff --git a/static/pic/choices.png b/static/pic/choices.png new file mode 100644 index 0000000..447c0bc Binary files /dev/null and b/static/pic/choices.png differ diff --git a/static/pic/home.png b/static/pic/home.png new file mode 100644 index 0000000..f038323 Binary files /dev/null and b/static/pic/home.png differ diff --git a/static/pic/result.png b/static/pic/result.png new file mode 100644 index 0000000..d2320d0 Binary files /dev/null and b/static/pic/result.png differ diff --git a/static/tutorial.html b/static/tutorial.html new file mode 100644 index 0000000..dad073f --- /dev/null +++ b/static/tutorial.html @@ -0,0 +1,95 @@ + + + + + +欢迎使用AI词典!这是一个由先进人工智能驱动的实时多语言词典。本教程将引导您了解它的各项功能,帮助您获得最佳的查词体验。
+ +词典的主界面主要分为三个区域:语言选择区、搜索区和结果显示区。
+
+ 在搜索框的左侧,您可以看到两个下拉菜单,分别用于选择“源语言”(您要查询的单词的语言)和“目标语言”(您希望看到的释义的语言)。
+
+ 智能关联:请注意,当您选择一门源语言后,目标语言菜单会自动更新,只显示我们当前支持的翻译目标。这可以防止您选择无效的语言组合。
+在输入框中键入您想查询的单词或短语,然后点击“查询”按钮或直接按键盘上的“回车(Enter)”键。
+查询成功后,结果会清晰地展示在下方,通常包含以下几个部分:
+
+ 如果您习惯使用桌面词典软件,可以将AI词典集成到GoldenDict中,享受更便捷的查词体验。请参考我们的GoldenDict集成教程了解详细步骤。
+ +问:为什么我的查询会失败?
+ 答:请检查1) 您的网络连接是否正常;2) 您选择的语言对是否受支持;3) 您输入的单词是否过长或包含特殊乱码。
问:为什么有些很常见的单词释义很简单?
+ 答:这取决于后端配置的AI模型。一些为速度优化的小模型可能只会给出最核心的释义。管理员可以通过在服务器的 `config.yaml` 文件中配置更强大的模型来获取更详尽的释义。