From 5010537f3cc82a5706028b63fbffb7222068f3d9 Mon Sep 17 00:00:00 2001 From: binary-husky Date: Sun, 4 Aug 2024 15:58:32 +0000 Subject: [PATCH] update welcome svg --- themes/svg/box.svg | 1 + themes/svg/check.svg | 1 + themes/svg/location.svg | 1 + themes/welcome.js | 8 +++++++- 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 themes/svg/box.svg create mode 100644 themes/svg/check.svg create mode 100644 themes/svg/location.svg diff --git a/themes/svg/box.svg b/themes/svg/box.svg new file mode 100644 index 00000000..a0790867 --- /dev/null +++ b/themes/svg/box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/svg/check.svg b/themes/svg/check.svg new file mode 100644 index 00000000..2f3f2985 --- /dev/null +++ b/themes/svg/check.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/svg/location.svg b/themes/svg/location.svg new file mode 100644 index 00000000..6dcab845 --- /dev/null +++ b/themes/svg/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/welcome.js b/themes/welcome.js index 33725238..11718fe6 100644 --- a/themes/welcome.js +++ b/themes/welcome.js @@ -60,7 +60,13 @@ class WelcomeMessage { content: "上传需要润色的latex论文,让大语言模型帮您改论文。", svg: "file=themes/svg/polish.svg", url: "https://github.com/binary-husky/gpt_academic", - } + }, + { + title: "常见问题与指南", + content: "查看项目Wiki文档,解决常见疑问。", + svg: "file=themes/svg/check.svg", + url: "https://github.com/binary-husky/gpt_academic/wiki", + }, ]; this.visible = false; this.max_welcome_card_num = 6;