国际化新增default_request 默认来函
优化首页统计,避免空情况出现。 部分业务来函为默认来函,展示默认来函
This commit is contained in:
@@ -1300,4 +1300,5 @@ ip_range_in_the_same=Start IP and end IP in a IP range must with in the same sub
|
||||
log_to_url=To HTTP URL
|
||||
source_compile_id=Configuration Source
|
||||
most_keywords=%s can have 1024 chars at most
|
||||
hex_case_insensitive=Hexadecimal values must case insensitive
|
||||
hex_case_insensitive=Hexadecimal values must case insensitive
|
||||
default_request=Default Letter
|
||||
@@ -1298,4 +1298,5 @@ 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
|
||||
hex_case_insensitive=Hexadecimal values must case insensitive
|
||||
hex_case_insensitive=Hexadecimal values must case insensitive
|
||||
default_request=Default Letter
|
||||
@@ -1292,4 +1292,5 @@ ip_range_in_the_same=IP\u8303\u56F4\u7684\u8D77\u59CBIP\u4E0E\u7EC8\u6B62IP\u5FC
|
||||
log_to_url=\u8F6CHTTP URL\u914D\u7F6E
|
||||
source_compile_id=\u914D\u7F6E\u6765\u6E90
|
||||
most_keywords=%s\u6700\u591A\u5305\u542B1024\u4E2A\u5B57\u7B26
|
||||
hex_case_insensitive=16\u8FDB\u5236\u7684\u503C\u5927\u5C0F\u5199\u4E0D\u654F\u611F
|
||||
hex_case_insensitive=16\u8FDB\u5236\u7684\u503C\u5927\u5C0F\u5199\u4E0D\u654F\u611F
|
||||
default_request=\u9ED8\u8BA4\u51FD
|
||||
18
src/main/resources/sql/20181101/update_dictionary_dict.sql
Normal file
18
src/main/resources/sql/20181101/update_dictionary_dict.sql
Normal file
@@ -0,0 +1,18 @@
|
||||
INSERT INTO sys_data_dictionary_name
|
||||
(`id`, `module_name`, `mark`, `remark`, `revision`, `create_time`, `modify_time`, `status`)
|
||||
VALUES
|
||||
(127, 'ANTIDDOS协议', 'ANTIDDOS_PROTOCOL', '', '', "2018/11/1 10:34:00", "2018/11/1 10:34:00", 1);
|
||||
INSERT INTO sys_data_dictionary_item
|
||||
(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`)
|
||||
VALUES
|
||||
(2979, 'TCP_SYN', 'TCP_SYN', 'TCP_SYN', 0, 1, 1, 127);
|
||||
|
||||
INSERT INTO sys_data_dictionary_item
|
||||
(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`)
|
||||
VALUES
|
||||
(2980, 'UDP_DNS', 'UDP_DNS', 'UDP_DNS', 0, 1, 1, 127);
|
||||
|
||||
INSERT INTO sys_data_dictionary_item
|
||||
(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`)
|
||||
VALUES
|
||||
(2981, 'UDP_NTP', 'UDP_NTP', 'UDP_NTP', 0, 1, 1, 127);
|
||||
Reference in New Issue
Block a user