Skip to content

Commit

Permalink
修改未实现菜单
Browse files Browse the repository at this point in the history
  • Loading branch information
zfb132 committed Feb 16, 2019
1 parent 24a1557 commit debc1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/model/Menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def parsecontent(content):


def menuReply():
txt = '命令列表\n0 菜单\n1 随机返回5个中文名字\n2 随机返回五个日本名字\n3 随机返回五个英语名字\n4 随机返回五个成语\n5 成语接龙'
txt = '命令列表\n0 菜单\n1 随机返回5个中文名字\n2 随机返回五个日本名字\n3 随机返回五个英语名字\n4 随机返回五个成语\n5 成语接龙(未实现)'
return txt

def tempReply(content):
Expand Down

0 comments on commit debc1f5

Please sign in to comment.