新小程序:Mahjong(无和牌检测)

This commit is contained in:
MrZ626
2021-12-31 16:38:55 +08:00
parent 511426356c
commit d1581b1efe
2 changed files with 175 additions and 0 deletions

View File

@@ -652,6 +652,11 @@ local commands={}do
scene='app_stopwatch',
description="A stopwatch"
},
{
code="mj",
scene='app_mahjong',
description="A simple mahjong game (1 player)"
},
{
code="spin",
scene='app_spin',