Commit 1de95735 authored by liujiangnan's avatar liujiangnan

feat:

parent 84c4f7e6
......@@ -157,9 +157,9 @@ export function initAir(_this) {
_this.log(`===成功调用closeOsmo===`);
window.courseware.callOcMethod("closeOsmo", {});
},
openOsmoHandwriting() {
openOsmoHandwriting(threshold = 0.4) {
_this.log(`===成功调用openOsmoHandwriting===`);
window.courseware.callOcMethod("openOsmoHandwriting", {});
window.courseware.callOcMethod("openOsmoHandwriting", {threshold});
},
closeOsmoHandwriting() {
_this.log(`===成功调用closeOsmoHandwriting===`);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment