binary-husky commited on
Commit
1faffec
1 Parent(s): 5092e71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -26,6 +26,19 @@ docker run --rm -it --net=host gpt-academic
26
 
27
  ```
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ## 参考项目
30
  ```
31
  https://github.com/Python-Markdown/markdown
 
26
 
27
  ```
28
 
29
+
30
+ ## 添加新的便捷按钮
31
+ 打开functional.py,只需看一眼就知道怎么弄了
32
+ 例如
33
+ ```
34
+ "英译中": {
35
+ "Prefix": "请翻译成中文:\n\n",
36
+ "Button": None,
37
+ "Suffix": "",
38
+ },
39
+ ```
40
+
41
+
42
  ## 参考项目
43
  ```
44
  https://github.com/Python-Markdown/markdown