This commit is contained in:
yumoqing 2024-02-06 14:38:35 +08:00
parent 3a97400c94
commit dfa98941a0
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
"event":"click", "event":"click",
"actiontype":"script", "actiontype":"script",
"target":"app", "target":"app",
"script":"bricks_app.textsize_bigger()" "script":"bricks.app.textsize_bigger()"
} }
] ]
}, },
@ -44,7 +44,7 @@
"event":"click", "event":"click",
"actiontype":"script", "actiontype":"script",
"target":"app", "target":"app",
"script":"bricks_app.textsize_smaller()" "script":"bricks.app.textsize_smaller()"
} }
] ]
} }

View File

@ -70,7 +70,7 @@
"event":"click", "event":"click",
"actiontype":"script", "actiontype":"script",
"target":"app", "target":"app",
"script":"bricks_app.textsize_bigger()" "script":"bricks.app.textsize_bigger()"
} }
] ]
}, },
@ -87,7 +87,7 @@
"event":"click", "event":"click",
"actiontype":"script", "actiontype":"script",
"target":"app", "target":"app",
"script":"bricks_app.textsize_smaller()" "script":"bricks.app.textsize_smaller()"
} }
] ]
} }