新增piano小程序(目前只支持键盘操作)

This commit is contained in:
MrZ626
2021-11-14 22:19:45 +08:00
parent abd15d6307
commit 00bc24bd50
2 changed files with 55 additions and 0 deletions

View File

@@ -611,6 +611,11 @@ local commands={}do
scene='app_arithmetic',
description="Arithmetic"
},
{
code="piano",
scene='app_piano',
description="A simple keyboard piano"
},
}
commands.app={
code=function(name)