6.3.0 - 新增 ocr / notice / s13n / Color 模块; 新增前台时保持屏幕常亮; 修复构建脚本依赖; 修复并优化控制台浮动窗口
This commit is contained in:
@@ -9,7 +9,7 @@ let { plugins, Arrayx, Numberx } = global;
|
||||
*/
|
||||
module.exports = (scriptRuntime, scope) => {
|
||||
let _ = {
|
||||
MathxCtor: ( /* @IIFE */ () => {
|
||||
MathxCtor: (/* @IIFE */ () => {
|
||||
/**
|
||||
* @implements Internal.Mathx
|
||||
*/
|
||||
@@ -193,7 +193,7 @@ module.exports = (scriptRuntime, scope) => {
|
||||
if (o instanceof org.opencv.core.Point) {
|
||||
return { x: o.x, y: o.y };
|
||||
}
|
||||
return isObjectSpecies(o) ? o : {};
|
||||
return species.isObject(o) ? o : {};
|
||||
},
|
||||
registerPluginModule() {
|
||||
plugins.extend.registerModule({
|
||||
|
||||
Reference in New Issue
Block a user