Commit 3df40380 authored by limingzhe's avatar limingzhe

fix: 穿参

parent f6ae2add
No preview for this file type
...@@ -243,7 +243,16 @@ cc.Class({ ...@@ -243,7 +243,16 @@ cc.Class({
console.log('cw.openOsmoHandwriting not exist'); console.log('cw.openOsmoHandwriting not exist');
return; return;
} }
cw.openOsmoHandwriting(0.3);
const para = {
'page_id': 5,
'book_id': 'opw_1',
'part_name': 'c',
'is_hand_writing': true,
'is_line_link': false,
}
cw.openOsmoHandwriting(para);
// setInterval(() => { // setInterval(() => {
......
...@@ -128,5 +128,8 @@ ...@@ -128,5 +128,8 @@
} }
} }
}, },
"defaultProject": "ng-template-generator" "defaultProject": "ng-template-generator",
} "cli": {
"analytics": false
}
}
\ No newline at end of file
This diff is collapsed.
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