go-captcha-uni
Version:
验证码,UniApp 验证码,GoCaptcha 验证码,行为验证码,点选验证码,滑动验证码,旋转验证码,拼图滑块验证码,拼图拖放验证码,图像旋转验证码,点击验证码
30 lines (28 loc) • 628 B
JavaScript
export const defaultConfig = () => ({
width: 300,
height: 220,
size: 220,
verticalPadding: 16,
horizontalPadding: 12,
showTheme: true,
title: "请拖动滑块完成拼图",
iconSize: 22,
})
export const defaultRotateData = () => ({
angle: 0,
image: '',
thumb: '',
thumbSize: 0,
})
export const defaultThemeColors = () => ({
textColor: '#333333',
bgColor: '#ffffff',
borderColor: 'rgba(206, 223, 254, 0.5)',
iconColor: '#3C3C3C',
dragBarColor: '#e0e0e0',
dragBgColor: '#3e7cff',
dragIconColor: '#ffffff',
roundColor: '#e0e0e0',
loadingIconColor: '#3e7cff',
bodyBgColor: '#34383e',
})