change layout

This commit is contained in:
qingxu fu 2023-09-02 18:19:19 +08:00
parent 8b0905c076
commit d0af074225
2 changed files with 3 additions and 1 deletions

View File

@ -63,6 +63,7 @@ def get_core_functions():
"英译中": {
"Prefix": r"翻译成地道的中文:" + "\n\n",
"Suffix": r"",
"Visible": False,
},
"找图片": {
"Prefix": r"我需要你找一张网络图片。使用Unsplash API(https://source.unsplash.com/960x640/?<英语关键词>)获取图片URL" +
@ -78,6 +79,7 @@ def get_core_functions():
"Prefix": r"Here are some bibliography items, please transform them into bibtex style." +
r"Note that, reference styles maybe more than one kind, you should transform each item correctly." +
r"Items need to be transformed:",
"Visible": False,
"Suffix": r"",
}
}

View File

@ -500,7 +500,7 @@ def get_crazy_functions():
"虚空终端": {
"Group": "对话",
"Color": "stop",
"AsButton": False,
"AsButton": True,
"Function": HotReload(虚空终端)
}
})