完善自定义菜单

This commit is contained in:
binary-husky
2023-10-15 20:54:16 +08:00
parent 5aea7b3d09
commit ea28db855d
2 changed files with 9 additions and 8 deletions

View File

@@ -629,7 +629,7 @@ def load_chat_cookies():
for k in range(NUM_CUSTOM_BASIC_BTN):
customize_fn_overwrite_.update({
"自定义按钮" + str(k+1):{
"Title": r"自定义按钮" + str(k+1),
"Title": r"",
"Prefix": r"请在自定义菜单中定义提示词前缀.",
"Suffix": r"请在自定义菜单中定义提示词后缀",
}