新增一个简易秒表小程序

This commit is contained in:
MrZ626
2021-12-16 02:58:36 +08:00
parent 60f2a0e647
commit 8e075adf8f
2 changed files with 75 additions and 0 deletions

View File

@@ -647,6 +647,11 @@ local commands={}do
scene='app_triple',
description="A Match-3 Game. Original idea from Sanlitun / Triple Town"
},
{
code="sw",
scene='app_stopwatch',
description="A stopwatch"
},
{
code="spin",
scene='app_spin',