up
All checks were successful
Deploy to Production / deploy (push) Successful in 7s

This commit is contained in:
lubukhu
2026-02-25 15:50:15 +07:00
parent bd061eb458
commit 2b4fa637b2
7 changed files with 6 additions and 7 deletions

View File

@@ -25160,10 +25160,10 @@ cr.behaviors.Sin = function(runtime)
cr.getObjectRefTable = function () { return [ cr.getObjectRefTable = function () { return [
cr.plugins_.Audio, cr.plugins_.Audio,
cr.plugins_.Browser, cr.plugins_.Browser,
cr.plugins_.Function,
cr.plugins_.JSON, cr.plugins_.JSON,
cr.plugins_.Sprite, cr.plugins_.Function,
cr.plugins_.SenaPlugin, cr.plugins_.SenaPlugin,
cr.plugins_.Sprite,
cr.plugins_.SpriteFontPlus, cr.plugins_.SpriteFontPlus,
cr.plugins_.Touch, cr.plugins_.Touch,
cr.behaviors.Fade, cr.behaviors.Fade,
@@ -25250,8 +25250,6 @@ cr.getObjectRefTable = function () { return [
cr.system_object.prototype.exps.str, cr.system_object.prototype.exps.str,
cr.plugins_.SenaPlugin.prototype.acts.PostMessage, cr.plugins_.SenaPlugin.prototype.acts.PostMessage,
cr.behaviors.DragnDrop.prototype.cnds.IsDragging, cr.behaviors.DragnDrop.prototype.cnds.IsDragging,
cr.plugins_.Touch.prototype.exps.X,
cr.plugins_.Touch.prototype.exps.Y,
cr.system_object.prototype.cnds.EveryTick, cr.system_object.prototype.cnds.EveryTick,
cr.plugins_.Sprite.prototype.acts.SetVisible, cr.plugins_.Sprite.prototype.acts.SetVisible,
cr.plugins_.SenaPlugin.prototype.cnds.OnMessage, cr.plugins_.SenaPlugin.prototype.cnds.OnMessage,

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -1,5 +1,5 @@
{ {
"version": 1771924198, "version": 1772009358,
"fileList": [ "fileList": [
"data.js", "data.js",
"c2runtime.js", "c2runtime.js",
@@ -22,6 +22,7 @@
"images/panel_pause-sheet0.png", "images/panel_pause-sheet0.png",
"images/layer-sheet0.png", "images/layer-sheet0.png",
"images/newwordpng-sheet0.png", "images/newwordpng-sheet0.png",
"images/khungnen-sheet0.png",
"media/click.ogg", "media/click.ogg",
"media/correct.ogg", "media/correct.ogg",
"media/error-010-206498.ogg", "media/error-010-206498.ogg",

View File

@@ -587,7 +587,7 @@ SenaSDK.prototype.getQuestionType = function () {
}; };
SenaSDK.prototype.getQuestionImage = function () { SenaSDK.prototype.getQuestionImage = function () {
return String(this.data?.image || '').trim(); return String(this.data?.question || '').trim();
}; };
SenaSDK.prototype.getRequestValue = function () { SenaSDK.prototype.getRequestValue = function () {