add gobang entry

This commit is contained in:
王劲鹏
2021-03-17 19:38:22 +08:00
committed by osborn
parent 0c151c435f
commit b8aded79b7
4 changed files with 10 additions and 4 deletions

View File

@@ -11,9 +11,12 @@ void DoricDemoBridge::navigate(QVariant route) {
QString name;
switch (route.toInt()) {
case 0:
name = "SimpleDemo.es5.js";
name = "Gobang.es5.js";
break;
case 1:
name = "SimpleDemo.es5.js";
break;
case 2:
name = "Snake.es5.js";
break;
}