This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
chuck
/
mini-ocr-test
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
17f501f5ea
Dallar
Biçim İmleri
master
mini-ocr-test
/
plugin
/
pages
/
hello-page.js
hello-page.js
111 B
Geçmiş
Ham
1
2
3
4
5
6
7
// plugin/pages/hello-page.js
Page({
data: {},
onLoad() {
console.log('This is a plugin page!')
}
})