go-captcha-vue 2.0.1 → 2.0.2
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 +2 -4
- package/dist/go-captcha-vue.es.js +429 -397
- package/dist/go-captcha-vue.umd.js +8 -8
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -223,10 +223,8 @@ export interface ButtonConfig {
|
|
|
223
223
|
|
|
224
224
|
<br/>
|
|
225
225
|
|
|
226
|
-
##
|
|
226
|
+
## 👍 Sponsor
|
|
227
227
|
<div>
|
|
228
|
-
<a href="http://
|
|
229
|
-
<a href="http://witkeycode.com/sponsor" target="_blank"><img src="http://47.104.180.148/payment-code/alipay.png" alt="Buy Me A Coffee" style="width: 217px !important;" ></a>
|
|
228
|
+
<a href="http://gocaptcha.wencodes.com/sponsor/" target="_blank">http://gocaptcha.wencodes.com/sponsor/</a>
|
|
230
229
|
</div>
|
|
231
|
-
|
|
232
230
|
<br/>
|