(1)字符串导入大小写敏感,是否十六进制修复

(2)http 高级导入,ftp内容关键字导入提交
(3)加入16进制大小写一定不敏感的验证提示
(4)“others”自定义域不允许导入
This commit is contained in:
wangxin
2018-10-31 17:00:40 +08:00
parent 9c41c4e848
commit 1f39824324
6 changed files with 44 additions and 13 deletions

View File

@@ -1299,4 +1299,5 @@ av_protocol_note=Note:Recognizable Protocols Include RTSP,RTMP.
ip_range_in_the_same=Start IP and end IP in a IP range must with in the same subnet
log_to_url=To HTTP URL
source_compile_id=Configuration Source
most_keywords=%s can have 1024 chars at most
most_keywords=%s can have 1024 chars at most
hex_case_insensitive=Hexadecimal values must case insensitive

View File

@@ -1297,4 +1297,5 @@ av_protocol_note=Note:Recognizable Protocols Include RTSP,RTMP.
log_to_url=To HTTP URL
source_compile_id=Configuration Source
av_protocol_note=Note:Recognizable Protocols Include RTSP,RTMP.
most_keywords=%s can have 1024 chars at most
most_keywords=%s can have 1024 chars at most
hex_case_insensitive=Hexadecimal values must case insensitive

View File

@@ -1291,4 +1291,5 @@ av_protocol_note=\u6CE8\uFF1A\u53EF\u8BC6\u522B\u534F\u8BAE\u5305\u62EC RTSP\u30
ip_range_in_the_same=IP\u8303\u56F4\u7684\u8D77\u59CBIP\u4E0E\u7EC8\u6B62IP\u5FC5\u987B\u5728\u76F8\u540C\u7F51\u6BB5
log_to_url=\u8F6CHTTP URL\u914D\u7F6E
source_compile_id=\u914D\u7F6E\u6765\u6E90
most_keywords=%s\u6700\u591A\u5305\u542B1024\u4E2A\u5B57\u7B26
most_keywords=%s\u6700\u591A\u5305\u542B1024\u4E2A\u5B57\u7B26
hex_case_insensitive=16\u8FDB\u5236\u7684\u503C\u5927\u5C0F\u5199\u4E0D\u654F\u611F

View File

@@ -12,4 +12,7 @@ UPDATE function_service_dict SET is_import=1 WHERE function_id=34;
update function_region_dict set is_import=1 where function_id=635;
#邮件地址
UPDATE function_region_dict SET is_import=1 WHERE function_id=37 AND dict_id=599;
UPDATE function_region_dict SET is_import=0 WHERE function_id=37 AND dict_id=600;
UPDATE function_region_dict SET is_import=0 WHERE function_id=37 AND dict_id=600;
#http 高级
UPDATE function_region_dict SET is_import=1 WHERE function_id=8 AND dict_id IN(9,10,11,12,13);