All Projects → akFace → eros-plugin-ios-TencentCaptcha

akFace / eros-plugin-ios-TencentCaptcha

Licence: MIT license
腾讯防水墙、滑动验证、类似bilibili滑动验证码

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to eros-plugin-ios-TencentCaptcha

Eros
📱 一套 Vue 代码,两端原生应用 ,或许可以叫我 weex-native。
Stars: ✭ 2,007 (+9457.14%)
Mutual labels:  weex, weex-eros
weex-nat-camera
natjs.com/#/#camera
Stars: ✭ 20 (-4.76%)
Mutual labels:  weex, weex-plugin
eros-widget
eros widget is the two encapsulation for eros module.
Stars: ✭ 13 (-38.1%)
Mutual labels:  weex, weex-eros
Awesome Weex
A curated list of awesome Weex guides, articles, sites, tools, projects and resources.
Stars: ✭ 1,539 (+7228.57%)
Mutual labels:  weex, weex-plugin
Slider Captcha Crack
🌈Slider_Captcha_Crack某教育网站滑动验证码破解(识别率100%)
Stars: ✭ 49 (+133.33%)
Mutual labels:  slider, captcha
Slidercaptcha
Slider captcha support mobile
Stars: ✭ 88 (+319.05%)
Mutual labels:  slider, captcha
eros-cli
🛠️ A simple CLI for scaffolding weex projects, we provide eros-template to quickly build small and medium sized app.
Stars: ✭ 41 (+95.24%)
Mutual labels:  weex, weex-eros
xiazhou-weex
a demo for weex project
Stars: ✭ 49 (+133.33%)
Mutual labels:  weex
RN-intro-screen
Usage of intro / welcome screen in react-native as onboarding slider swiper
Stars: ✭ 15 (-28.57%)
Mutual labels:  slider
captcha-recognition
End-to-end captcha image recognition using PyTorch and CTC loss binding.
Stars: ✭ 29 (+38.1%)
Mutual labels:  captcha
react-simple-range
🔉 React slider component for inputting a numeric value within a range.
Stars: ✭ 20 (-4.76%)
Mutual labels:  slider
AutoImageFlipper
Auto Scrolling Image Pager with Pager Indicator and Text
Stars: ✭ 106 (+404.76%)
Mutual labels:  slider
grav-plugin-lightslider
Grav LightSlider Plugin
Stars: ✭ 14 (-33.33%)
Mutual labels:  slider
weex-flymeui
🐼 A Flyme Style UI library based on Weex for Creator.
Stars: ✭ 66 (+214.29%)
Mutual labels:  weex
Captcha-Tools
All-in-one Python (And now Go!) module to help solve captchas with Capmonster, 2captcha and Anticaptcha API's!
Stars: ✭ 23 (+9.52%)
Mutual labels:  captcha
CAPTCHA Reader
🐝 PHP 验证码识别与训练 脚手架
Stars: ✭ 142 (+576.19%)
Mutual labels:  captcha
react-flickity-component
A React.js component for using @desandro's Flickity
Stars: ✭ 258 (+1128.57%)
Mutual labels:  slider
django-rest-captcha
No description or website provided.
Stars: ✭ 25 (+19.05%)
Mutual labels:  captcha
react-carousel-minimal
React.js Responsive Minimal Carousel
Stars: ✭ 76 (+261.9%)
Mutual labels:  slider
scroll-snap-carousel
One more carousel plugin, but using CSS Scroll Snap and for every frameworks!
Stars: ✭ 46 (+119.05%)
Mutual labels:  slider

eros-plugin-ios-TencentCaptcha

Eros 腾讯防水墙插件

示例

集成

  • 1、在iOS项目文件夹的Podfile中添加以下代码,然后执行 pod update
pod 'TencentCaptcha', :git => 'https://github.com/kang558/eros-plugin-ios-TencentCaptcha.git', :tag => '0.0.2'

使用方法

const tencentCaptcha = weex.requireModule('tencentCaptcha');
  
tencentCaptcha.showCaptcha('appid', (result) => {
  if (result.ret === 0) {
     // 验证成功
  } else {
      // 验证失败
  }
});

更新日志

0.0.2

  • bugfix;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].