typed we app
1.0.0
ลาก่อนและขอบคุณสำหรับผู้มีส่วนร่วมทุกคน
ไฟล์ประกาศ TypeScript สำหรับ WeApp API
ด้วยการติดตั้ง npm
npm install typed-we-app --save-dev
ด้วยการติดตั้ง typings
typings install github:Emeryao/typed-we-app -SG
หรือรับไฟล์ประกาศที่นี่และรวมไว้ในโปรเจ็กต์ของคุณ
อ้างอิงจากเอกสาร WeApp API อย่างเป็นทางการ
Wechat Web DevTool เวอร์ชัน 1.01.1712150
WAService.js เวอร์ชัน 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