From 121f288878a081d186832a3a722d386c7284c2b5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 24 Mar 2023 19:10:34 +0800 Subject: [PATCH] push --- README.md | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a185077bc0..1daf527de3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ **如果喜欢这个项目,请给它一个Star;如果你发明了更好用的学术快捷键,欢迎发issue或者pull requests** If you like this project, please give it a Star. If you've come up with more useful academic shortcuts, feel free to open an issue or pull request. +
功能 | 描述 --- | --- @@ -21,8 +22,21 @@ chat分析报告生成 | [实验性功能] 运行后自动生成总结汇报 图片显示 | 可以在markdown中显示图片 支持GPT输出的markdown表格 | 可以输出支持GPT的markdown表格 +
+- 新界面 +
+ +
+- 所有按钮都通过读取functional.py动态生成,可随意加自定义功能,解放粘贴板 +
+ +
+- 代码的显示自然也不在话下 https://www.bilibili.com/video/BV1F24y147PD/ +
+ +
- 支持GPT输出的markdown表格 @@ -35,15 +49,6 @@ chat分析报告生成 | [实验性功能] 运行后自动生成总结汇报 -- 所有按钮都通过读取functional.py动态生成,可随意加自定义功能,解放粘贴板 -
- -
- -- 代码的显示自然也不在话下 https://www.bilibili.com/video/BV1F24y147PD/ -
- -
- 懒得看项目代码?整个工程直接给chatgpt炫嘴里
@@ -147,17 +152,22 @@ python check_proxy.py
### Latex论文一键阅读理解与摘要生成 -![image](https://user-images.githubusercontent.com/96192199/227504406-86ab97cd-f208-41c3-8e4a-7000e51cf980.png) +
+ +
### 自动报告生成 -![image](https://user-images.githubusercontent.com/96192199/227503770-fe29ce2c-53fd-47b0-b0ff-93805f0c2ff4.png) -![image](https://user-images.githubusercontent.com/96192199/227504617-7a497bb3-0a2a-4b50-9a8a-95ae60ea7afd.png) -![image](https://user-images.githubusercontent.com/96192199/227504005-efeaefe0-b687-49d0-bf95-2d7b7e66c348.png) +
+ + + +
## 模块化功能设计 -![image](https://user-images.githubusercontent.com/96192199/227504981-4c6c39c0-ae79-47e6-bffe-0e6442d9da65.png) - -![image](https://user-images.githubusercontent.com/96192199/227504931-19955f78-45cd-4d1c-adac-e71e50957915.png) +
+ + +
## 参考项目