add storage demo & plugin

This commit is contained in:
王劲鹏
2021-05-06 10:01:56 +08:00
committed by osborn
parent 660d75d1ad
commit 394cbe5962
9 changed files with 132 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ ApplicationWindow {
ListView {
width: parent.width
model: 11
model: 12
delegate: Rectangle {
Column {
anchors.centerIn: parent
@@ -44,6 +44,8 @@ ApplicationWindow {
return "SimpleDemo.js"
case 10:
return "Snake.js"
case 11:
return "StorageDemo.js"
}
}
}