snake build on v8 success

This commit is contained in:
王劲鹏
2021-04-02 20:47:15 +08:00
committed by osborn
parent 7458d0f4c0
commit 7e59150831
21 changed files with 119 additions and 105 deletions

View File

@@ -20,13 +20,13 @@ ApplicationWindow {
text: {
switch (index) {
case 0:
return "Counter.es5.js"
return "Counter.js"
case 1:
return "Gobang.es5.js"
return "Gobang.js"
case 2:
return "SimpleDemo.es5.js"
return "SimpleDemo.js"
case 3:
return "Snake.es5.js"
return "Snake.js"
}
}
}