Skip to content

Commit 6cbd4e1

Browse files
authored
Merge pull request #4 from ZY2516/master
优化eg示例bug
2 parents 11da0b0 + da8adb5 commit 6cbd4e1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

main.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ namespace PlanetX_AILens {
308308
}
309309
/**
310310
* TODO: Switch recognition objects.
311-
* @param fun Function list eg: FuncList.Face
311+
* @param fun Function list
312312
*/
313313
//% block="Switch function as %fun"
314314
//% fun.fieldEditor="gridpicker"
@@ -424,7 +424,7 @@ namespace PlanetX_AILens {
424424
}
425425
/**
426426
* TODO: Judge whether there is a face in the picture
427-
* @param status Facestatus, eg: Facestatus.X
427+
* @param status Facestatus
428428
*/
429429
//% block="In the image get face(s)' info: %status"
430430
//% status.fieldEditor="gridpicker"
@@ -462,7 +462,7 @@ namespace PlanetX_AILens {
462462
}
463463
/**
464464
* TODO: Judge whether there is a digital card in the screen
465-
* @param status numberCards, eg: numberCards.1
465+
* @param status numberCards
466466
*/
467467
//% block="Image contains number card(s): %status"
468468
//% status.fieldEditor="gridpicker"
@@ -478,7 +478,7 @@ namespace PlanetX_AILens {
478478
}
479479
/**
480480
* TODO: Judge whether there is a letter card in the screen
481-
* @param status letterCards, eg: letterCards.A
481+
* @param status letterCards
482482
*/
483483
//% block="Image contains letter card(s): %status"
484484
//% status.fieldEditor="gridpicker"
@@ -494,7 +494,7 @@ namespace PlanetX_AILens {
494494
}
495495
/**
496496
* TODO: Judge whether there is a traffic card in the screen
497-
* @param status trafficCards, eg: trafficCards.forward
497+
* @param status trafficCards
498498
*/
499499
//% block="Image contains traffic card(s): %status"
500500
//% status.fieldEditor="gridpicker"
@@ -510,7 +510,7 @@ namespace PlanetX_AILens {
510510
}
511511
/**
512512
* TODO: Judge whether there is a other card in the screen
513-
* @param status otherCards, eg: otherCards.cat
513+
* @param status otherCards
514514
*/
515515
//% block="Image contains other card(s): %status"
516516
//% status.fieldEditor="gridpicker"
@@ -537,7 +537,7 @@ namespace PlanetX_AILens {
537537
}
538538
/**
539539
* TODO: Card parameters in the screen
540-
* @param status otherCards, eg: Cardstatus.X
540+
* @param status otherCards
541541
*/
542542
//% block="In the image get Card(s)' info: %status"
543543
//% status.fieldEditor="gridpicker"
@@ -571,7 +571,7 @@ namespace PlanetX_AILens {
571571
}
572572
/**
573573
* TODO: Judge whether there is a color in the screen
574-
* @param status ColorLs, eg: ColorLs.red
574+
* @param status ColorLs
575575
*/
576576
//% block="Image contains color card(s): %status"
577577
//% status.fieldEditor="gridpicker"
@@ -598,7 +598,7 @@ namespace PlanetX_AILens {
598598
}
599599
/**
600600
* TODO: color parameters in the screen
601-
* @param status Colorstatus, eg: Colorstatus.X
601+
* @param status Colorstatus
602602
*/
603603
//% block="In the image get color card(s)' info: %status"
604604
//% status.fieldEditor="gridpicker"
@@ -633,7 +633,7 @@ namespace PlanetX_AILens {
633633
}
634634
/**
635635
* TODO: line parameters in the screen
636-
* @param status Linestatus, eg: Linestatus.angle
636+
* @param status Linestatus
637637
*/
638638
//% block="In the image get line(s)' info: %status"
639639
//% status.fieldEditor="gridpicker"
@@ -662,7 +662,7 @@ namespace PlanetX_AILens {
662662
}
663663
/**
664664
* TODO: line parameters in the screen
665-
* @param status Linestatus, eg: Linestatus.angle
665+
* @param status Linestatus
666666
*/
667667
//% block="Image contains line's direction towards %status"
668668
//% status.fieldEditor="gridpicker"
@@ -711,7 +711,7 @@ namespace PlanetX_AILens {
711711

712712
/**
713713
* TODO: Learn an object in a picture
714-
* @param thingsID Edit a label for the object, eg: 1
714+
* @param thingsID Edit a label for the object
715715
*/
716716
//% block="Learn an object with: %thingsID"
717717
//% status.fieldEditor="gridpicker"

0 commit comments

Comments
 (0)