typed we app
1.0.0
Also auf Wiedersehen und vielen Dank an alle Mitwirkenden
TypeScript-Deklarationsdatei für die WeApp-API
Mit installiertem npm
npm install typed-we-app --save-dev
Mit installierten typings
typings install github:Emeryao/typed-we-app -SG
Oder holen Sie sich die Deklarationsdatei hier und fügen Sie sie Ihrem Projekt hinzu
Basierend auf der offiziellen WeApp API-Dokumentation
Wechat Web DevTool Version 1.01.1712150
WAService.js Version 1.7.0
wx . request ( {
url : 'request/url' ,
success : ( res ) => {
console . log ( res . data ) ;
}
} ) ;
let ctx = wx . createCanvasContext ( ) ;
ctx . fillText ( 'hello' , 0 , 0 ) ;
let actions = ctx . getActions ( ) ;
wx . drawCanvas ( {
canvasId : 'canvas-id' ,
actions
} ) ;
wx . getBLEDeviceServices ( {
deviceId : '' ,
success : ( res ) => {
console . log ( res . services [ 0 ] . uuid ) ;
} ,
} ) ;
2019.05.19