update welcome svg

This commit is contained in:
binary-husky
2024-08-04 15:58:32 +00:00
parent f35f6633e0
commit 5010537f3c
4 changed files with 10 additions and 1 deletions

View File

@@ -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;