|
|
|
@ -74,6 +74,7 @@ export class Command {
|
|
|
|
public executeSetLocale: CommandAdapt['setLocale']
|
|
|
|
public executeSetLocale: CommandAdapt['setLocale']
|
|
|
|
public executeLocationCatalog: CommandAdapt['locationCatalog']
|
|
|
|
public executeLocationCatalog: CommandAdapt['locationCatalog']
|
|
|
|
public executeWordTool: CommandAdapt['wordTool']
|
|
|
|
public executeWordTool: CommandAdapt['wordTool']
|
|
|
|
|
|
|
|
public executeSetHTML: CommandAdapt['setHTML']
|
|
|
|
public getCatalog: CommandAdapt['getCatalog']
|
|
|
|
public getCatalog: CommandAdapt['getCatalog']
|
|
|
|
public getImage: CommandAdapt['getImage']
|
|
|
|
public getImage: CommandAdapt['getImage']
|
|
|
|
public getValue: CommandAdapt['getValue']
|
|
|
|
public getValue: CommandAdapt['getValue']
|
|
|
|
@ -165,6 +166,8 @@ export class Command {
|
|
|
|
this.executeSetLocale = adapt.setLocale.bind(adapt)
|
|
|
|
this.executeSetLocale = adapt.setLocale.bind(adapt)
|
|
|
|
this.executeLocationCatalog = adapt.locationCatalog.bind(adapt)
|
|
|
|
this.executeLocationCatalog = adapt.locationCatalog.bind(adapt)
|
|
|
|
this.executeWordTool = adapt.wordTool.bind(adapt)
|
|
|
|
this.executeWordTool = adapt.wordTool.bind(adapt)
|
|
|
|
|
|
|
|
this.executeSetHTML = adapt.setHTML.bind(adapt)
|
|
|
|
|
|
|
|
|
|
|
|
// 获取
|
|
|
|
// 获取
|
|
|
|
this.getImage = adapt.getImage.bind(adapt)
|
|
|
|
this.getImage = adapt.getImage.bind(adapt)
|
|
|
|
this.getValue = adapt.getValue.bind(adapt)
|
|
|
|
this.getValue = adapt.getValue.bind(adapt)
|
|
|
|
|