重构 resource 模块,支持自定义tag标签
重构 transform 模块 修复以及优化各验证码生成器,
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package cloud.tianai.captcha.common.constant;
|
||||
|
||||
public interface CommonConstant {
|
||||
|
||||
String DEFAULT_TAG = "default";
|
||||
/** 图标点选资源存储类型.*/
|
||||
String IMAGE_CLICK_ICON = "ICON";
|
||||
}
|
||||
Reference in New Issue
Block a user