|
|
|
|
@ -82,6 +82,7 @@ export class Command {
|
|
|
|
|
public executeLocationGroup: CommandAdapt['locationGroup']
|
|
|
|
|
public getCatalog: CommandAdapt['getCatalog']
|
|
|
|
|
public getImage: CommandAdapt['getImage']
|
|
|
|
|
public getOptions: CommandAdapt['getOptions']
|
|
|
|
|
public getValue: CommandAdapt['getValue']
|
|
|
|
|
public getHTML: CommandAdapt['getHTML']
|
|
|
|
|
public getText: CommandAdapt['getText']
|
|
|
|
|
@ -184,6 +185,7 @@ export class Command {
|
|
|
|
|
this.executeLocationGroup = adapt.locationGroup.bind(adapt)
|
|
|
|
|
// 获取
|
|
|
|
|
this.getImage = adapt.getImage.bind(adapt)
|
|
|
|
|
this.getOptions = adapt.getOptions.bind(adapt)
|
|
|
|
|
this.getValue = adapt.getValue.bind(adapt)
|
|
|
|
|
this.getHTML = adapt.getHTML.bind(adapt)
|
|
|
|
|
this.getText = adapt.getText.bind(adapt)
|
|
|
|
|
|