Skip to content

Commit 35d3c82

Browse files
authored
Add files via upload
1 parent 7f55b80 commit 35d3c82

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

script/order_bot_program_module_custom/setting.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@
1212
pass
1313

1414
module_import_dict={
15+
# calculater
16+
'餐':'order_meal',
17+
'方':'equation',
18+
# dialogue
1519
'你好':'hello',
1620
'我是':'my_name',
1721
'我的名字是':'my_name',
1822
'吃的':'what_eat',
1923
'機率':'fake_rate',
2024
'幾點':'what_time',
2125
'時間':'what_time',
22-
'餐':'order_meal',
23-
'方':'equation',
2426
}
2527
for key in module_import_dict.keys():
2628
exec(

0 commit comments

Comments
 (0)