go-captcha-vue 2.0.5 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,7 +1,13 @@
1
1
  <div align="center">
2
- <img width="120" style="padding-top: 50px; margin: 0;" src="http://47.104.180.148/go-captcha/gocaptcha_logo.svg?v=1"/>
2
+ <img width="120" style="padding-top: 50px; margin: 0;" src="https://github.com/wenlng/git-assets/blob/master/go-captcha/gocaptcha_logo.svg?raw=true"/>
3
3
  <h1 style="margin: 0; padding: 0">Go Captcha</h1>
4
- <p>Behavior Captcha For Vue</p>
4
+ <p>Behavior Captcha Of Vue</p>
5
+
6
+ <a href="https://github.com/wenlng/go-captcha-vue/releases"><img src="https://img.shields.io/github/v/release/wenlng/go-captcha-vue.svg"/></a>
7
+ <a href="https://www.npmjs.com/package/go-captcha-vue"><img src="https://img.shields.io/npm/v/go-captcha-vue"/></a>
8
+ <a href="https://github.com/wenlng/go-captcha-vue/blob/LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg"/></a>
9
+ <a href="https://github.com/wenlng/go-captcha-vue"><img src="https://img.shields.io/github/stars/wenlng/go-captcha-vue.svg"/></a>
10
+ <a href="https://github.com/wenlng/go-captcha-vue"><img src="https://img.shields.io/github/last-commit/wenlng/go-captcha-vue.svg"/></a>
5
11
 
6
12
  </div>
7
13
 
@@ -174,7 +180,7 @@ interface ExportMethods {
174
180
  }
175
181
  ```
176
182
 
177
- ## Drag-And-Drop Mode
183
+ ## Drag-Drop Mode
178
184
  ```vue
179
185
  <gocaptcha-slide-region
180
186
  :config="{}"
@@ -269,9 +275,9 @@ interface Config {
269
275
 
270
276
  // data = {}
271
277
  interface Data {
272
- angle: number;
273
278
  image: string;
274
279
  thumb: string;
280
+ thumbSize: number;
275
281
  }
276
282
 
277
283
  // events = {}
@@ -7,5 +7,6 @@ export interface RotateData {
7
7
  angle: number;
8
8
  image: string;
9
9
  thumb: string;
10
+ thumbSize: number;
10
11
  }
11
12
  export declare const defaultRotateData: () => RotateData;