Your Name commited on
Commit
900b752
1 Parent(s): 174146b

修改按钮提示

Browse files
Files changed (1) hide show
  1. functional_crazy.py +1 -1
functional_crazy.py CHANGED
@@ -91,7 +91,7 @@ def get_crazy_functionals():
91
  try:
92
  from crazy_functions.下载arxiv论文翻译摘要 import 下载arxiv论文并翻译摘要
93
  function_plugins.update({
94
- "下载arxiv论文并翻译摘要": {
95
  "Color": "stop",
96
  "AsButton": False, # 加入下拉菜单中
97
  "Function": HotReload(下载arxiv论文并翻译摘要)
 
91
  try:
92
  from crazy_functions.下载arxiv论文翻译摘要 import 下载arxiv论文并翻译摘要
93
  function_plugins.update({
94
+ "一键下载arxiv论文并翻译摘要(先在input输入编号,如1812.10695)": {
95
  "Color": "stop",
96
  "AsButton": False, # 加入下拉菜单中
97
  "Function": HotReload(下载arxiv论文并翻译摘要)