Skip to content

Commit

Permalink
re-locate plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed Jun 25, 2024
1 parent cac6c50 commit 68b3604
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion crazy_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,18 @@ def get_crazy_functions():
"Function": None,
"Class": Mermaid_Gen
},
"批量总结Word文档": {
"Arxiv论文翻译": {
"Group": "学术",
"Color": "stop",
"AsButton": True,
"Info": "Arixv论文精细翻译 | 输入参数arxiv论文的ID,比如1812.10695",
"Function": HotReload(Latex翻译中文并重新编译PDF), # 当注册Class后,Function旧接口仅会在“虚空终端”中起作用
"Class": Arxiv_Localize, # 新一代插件需要注册Class
},
"批量总结Word文档": {
"Group": "学术",
"Color": "stop",
"AsButton": False,
"Info": "批量总结word文档 | 输入参数为路径",
"Function": HotReload(总结word文档),
},
Expand Down
4 changes: 2 additions & 2 deletions themes/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
/* 小按钮 */
#basic-panel .sm {
font-family: "Microsoft YaHei UI", "Helvetica", "Microsoft YaHei", "ui-sans-serif", "sans-serif", "system-ui";
--button-small-text-weight: 600;
--button-small-text-size: 16px;
--button-small-text-weight: 400;
--button-small-text-size: 14px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
border-top-right-radius: 6px;
Expand Down

0 comments on commit 68b3604

Please sign in to comment.