ifx: 字典数据补充验证码类型

This commit is contained in:
TsMask
2024-01-17 09:39:24 +08:00
parent 519af79e14
commit e9aed62f92
5 changed files with 31 additions and 26 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,17 +1,18 @@
config_id,config_name,config_key,config_value,config_type,create_by,create_time,update_by,update_time,remark
1,config.sys.user.initPassword,sys.user.initPassword,Abcd@1234..,Y,supervisor,1.69811E+12,,0,config.sys.user.initPasswordRemark
2,config.sys.account.captchaEnabled,sys.account.captchaEnabled,false,Y,supervisor,1.69811E+12,,0,config.sys.account.captchaEnabledRemark
3,config.sys.account.registerUser,sys.account.registerUser,false,Y,supervisor,1.69811E+12,,0,config.sys.account.registerUserRemark
4,config.sys.user.maxRetryCount,sys.user.maxRetryCount,5,Y,supervisor,1.69811E+12,,0,config.sys.user.maxRetryCountRemark
5,config.sys.user.lockTime,sys.user.lockTime,10,Y,supervisor,1.69811E+12,,0,config.sys.user.lockTimeRemark
6,config.sys.officialUrl,sys.officialUrl,#,Y,supervisor,1.69811E+12,,0,config.sys.officialUrlRemark
7,config.sys.helpDoc,sys.helpDoc,/static/helpDoc/{language}_doc.pdf,Y,supervisor,1.69811E+12,,0,config.sys.helpDocRemark
10,config.monitor.sysResource.storeDays,monitor.sysResource.storeDays,30,Y,supervisor,1.69811E+12,,0,config.monitor.sysResource.storeDaysRemark
102,config.sys.logo.type,sys.logo.type,icon,Y,supervisor,1.69811E+12,,0,config.sys.logo.typeRemark
103,config.sys.logo.filePathIcon,sys.logo.filePathIcon,/static/logo/{language}_icon.png,Y,supervisor,1.69811E+12,,0,config.sys.logo.filePathIconRemark
104,config.sys.logo.filePathBrand,sys.logo.filePathBrand,/static/logo/{language}_brand.png,Y,supervisor,1.69811E+12,,0,config.sys.logo.filePathBrandRemark
105,config.sys.loginBackground,sys.loginBackground,#,Y,supervisor,1.69811E+12,,0,config.sys.loginBackgroundRemark
106,config.sys.title,sys.title,config.sys.titleValue,Y,supervisor,1.69811E+12,,0,config.sys.titleRemark
107,config.sys.copyright,sys.copyright,config.sys.copyrightValue,Y,supervisor,1.69811E+12,,0,config.sys.copyrightRemark
108,config.sys.i18nOpen,sys.i18n.open,true,Y,supervisor,1.69811E+12,,0,config.sys.i18nOpenRemark
109,config.sys.i18nDefault,sys.i18n.default,en_US,Y,supervisor,1.69811E+12,,0,config.sys.i18nDefaultRemark
1,config.sys.user.initPassword,sys.user.initPassword,Abcd@1234..,Y,supervisor,1.70E+12,,0,config.sys.user.initPasswordRemark
2,config.sys.account.captchaEnabled,sys.account.captchaEnabled,FALSE,Y,supervisor,1.70E+12,,0,config.sys.account.captchaEnabledRemark
3,config.sys.account.registerUser,sys.account.registerUser,FALSE,Y,supervisor,1.70E+12,,0,config.sys.account.registerUserRemark
4,config.sys.user.maxRetryCount,sys.user.maxRetryCount,5,Y,supervisor,1.70E+12,,0,config.sys.user.maxRetryCountRemark
5,config.sys.user.lockTime,sys.user.lockTime,10,Y,supervisor,1.70E+12,,0,config.sys.user.lockTimeRemark
6,config.sys.officialUrl,sys.officialUrl,#,Y,supervisor,1.70E+12,,0,config.sys.officialUrlRemark
7,config.sys.helpDoc,sys.helpDoc,/static/helpDoc/{language}_doc.pdf,Y,supervisor,1.70E+12,,0,config.sys.helpDocRemark
8,sys.account.captchaType,sys.account.captchaType,math,Y,supervisor,1.70541E+12,,0,sys.account.captchaTypeRemark
10,config.monitor.sysResource.storeDays,monitor.sysResource.storeDays,30,Y,supervisor,1.70E+12,,0,config.monitor.sysResource.storeDaysRemark
102,config.sys.logo.type,sys.logo.type,icon,Y,supervisor,1.70E+12,,0,config.sys.logo.typeRemark
103,config.sys.logo.filePathIcon,sys.logo.filePathIcon,/static/logo/{language}_icon.png,Y,supervisor,1.70E+12,,0,config.sys.logo.filePathIconRemark
104,config.sys.logo.filePathBrand,sys.logo.filePathBrand,/static/logo/{language}_brand.png,Y,supervisor,1.70E+12,,0,config.sys.logo.filePathBrandRemark
105,config.sys.loginBackground,sys.loginBackground,#,Y,supervisor,1.70E+12,,0,config.sys.loginBackgroundRemark
106,config.sys.title,sys.title,config.sys.titleValue,Y,supervisor,1.70E+12,,0,config.sys.titleRemark
107,config.sys.copyright,sys.copyright,config.sys.copyrightValue,Y,supervisor,1.70E+12,,0,config.sys.copyrightRemark
108,config.sys.i18nOpen,sys.i18n.open,TRUE,Y,supervisor,1.70E+12,,0,config.sys.i18nOpenRemark
109,config.sys.i18nDefault,sys.i18n.default,en_US,Y,supervisor,1.70E+12,,0,config.sys.i18nDefaultRemark
1 config_id config_name config_key config_value config_type create_by create_time update_by update_time remark
2 1 config.sys.user.initPassword sys.user.initPassword Abcd@1234.. Y supervisor 1.69811E+12 1.70E+12 0 config.sys.user.initPasswordRemark
3 2 config.sys.account.captchaEnabled sys.account.captchaEnabled false FALSE Y supervisor 1.69811E+12 1.70E+12 0 config.sys.account.captchaEnabledRemark
4 3 config.sys.account.registerUser sys.account.registerUser false FALSE Y supervisor 1.69811E+12 1.70E+12 0 config.sys.account.registerUserRemark
5 4 config.sys.user.maxRetryCount sys.user.maxRetryCount 5 Y supervisor 1.69811E+12 1.70E+12 0 config.sys.user.maxRetryCountRemark
6 5 config.sys.user.lockTime sys.user.lockTime 10 Y supervisor 1.69811E+12 1.70E+12 0 config.sys.user.lockTimeRemark
7 6 config.sys.officialUrl sys.officialUrl # Y supervisor 1.69811E+12 1.70E+12 0 config.sys.officialUrlRemark
8 7 config.sys.helpDoc sys.helpDoc /static/helpDoc/{language}_doc.pdf Y supervisor 1.69811E+12 1.70E+12 0 config.sys.helpDocRemark
9 10 8 config.monitor.sysResource.storeDays sys.account.captchaType monitor.sysResource.storeDays sys.account.captchaType 30 math Y supervisor 1.69811E+12 1.70541E+12 0 config.monitor.sysResource.storeDaysRemark sys.account.captchaTypeRemark
10 102 10 config.sys.logo.type config.monitor.sysResource.storeDays sys.logo.type monitor.sysResource.storeDays icon 30 Y supervisor 1.69811E+12 1.70E+12 0 config.sys.logo.typeRemark config.monitor.sysResource.storeDaysRemark
11 103 102 config.sys.logo.filePathIcon config.sys.logo.type sys.logo.filePathIcon sys.logo.type /static/logo/{language}_icon.png icon Y supervisor 1.69811E+12 1.70E+12 0 config.sys.logo.filePathIconRemark config.sys.logo.typeRemark
12 104 103 config.sys.logo.filePathBrand config.sys.logo.filePathIcon sys.logo.filePathBrand sys.logo.filePathIcon /static/logo/{language}_brand.png /static/logo/{language}_icon.png Y supervisor 1.69811E+12 1.70E+12 0 config.sys.logo.filePathBrandRemark config.sys.logo.filePathIconRemark
13 105 104 config.sys.loginBackground config.sys.logo.filePathBrand sys.loginBackground sys.logo.filePathBrand # /static/logo/{language}_brand.png Y supervisor 1.69811E+12 1.70E+12 0 config.sys.loginBackgroundRemark config.sys.logo.filePathBrandRemark
14 106 105 config.sys.title config.sys.loginBackground sys.title sys.loginBackground config.sys.titleValue # Y supervisor 1.69811E+12 1.70E+12 0 config.sys.titleRemark config.sys.loginBackgroundRemark
15 107 106 config.sys.copyright config.sys.title sys.copyright sys.title config.sys.copyrightValue config.sys.titleValue Y supervisor 1.69811E+12 1.70E+12 0 config.sys.copyrightRemark config.sys.titleRemark
16 108 107 config.sys.i18nOpen config.sys.copyright sys.i18n.open sys.copyright true config.sys.copyrightValue Y supervisor 1.69811E+12 1.70E+12 0 config.sys.i18nOpenRemark config.sys.copyrightRemark
17 109 108 config.sys.i18nDefault config.sys.i18nOpen sys.i18n.default sys.i18n.open en_US TRUE Y supervisor 1.69811E+12 1.70E+12 0 config.sys.i18nDefaultRemark config.sys.i18nOpenRemark
18 109 config.sys.i18nDefault sys.i18n.default en_US Y supervisor 1.70E+12 0 config.sys.i18nDefaultRemark

View File

@@ -467,7 +467,7 @@ Note: Please pass the value of the parameter interva according to the time unit
3959,3959,login.errDelFlag,"Sorry, your account has been deleted",i18n_en,,,1,supervisor,1.70E+12,,0,
3960,3960,login.errStatus,"Sorry, your account has been disabled",i18n_en,,,1,supervisor,1.70E+12,,0,
3961,3961,login.errRetryPasswd,"Password was entered incorrectly several times, account has been locked",i18n_en,,,1,supervisor,1.70E+12,,0,
3962,3962,captcha.err,Captcha error,i18n_en,,,1,supervisor,1.70E+12,,0,
3962,3962,captcha.err,Captcha Error,i18n_en,,,1,supervisor,1.70E+12,,0,
3963,3963,captcha.errValid,Captcha is invalid,i18n_en,,,1,supervisor,1.70E+12,,0,
3964,3964,app.common.noUaOsBrowser,Unknown Unknown,i18n_en,,,1,supervisor,1.70E+12,,0,
3965,3965,app.common.noIPregion,Intranet,i18n_en,,,1,supervisor,1.70E+12,,0,
@@ -531,8 +531,10 @@ Note: Please pass the value of the parameter interva according to the time unit
4023,4023,menu.monitor.topology,Topology Info,i18n_en,,,1,supervisor,1.70E+12,,0,
4024,4024,menu.monitor.topologyBuild,Topological Graph Build,i18n_en,,,1,supervisor,1.70E+12,,0,
4025,4025,log.operate.title.chartGraph,Topological Graph,i18n_en,,,1,supervisor,1.70E+12,,1,
4026,4026,menu.monitor.topologyArchitecture,NE System Topology,i18n_en,,,1,supervisor,1.7E+12,,0,
4027,4027,menu.alarm,Alarm,i18n_en,,,1,supervisor,1.7E+12,,0,
4028,4028,menu.topology,Topology,i18n_en,,,1,supervisor,1.7E+12,,0,
4029,4029,config.sys.lockTime,System Settings - Screen Lock Timeout Duration,i18n_en,,,1,supervisor,1.7E+12,,0,
4030,4030,config.sys.lockTimeRemark,"Screen lock timeout duration when idle, in seconds.",i18n_en,,,1,supervisor,1.7E+12,,0,
4026,4026,menu.monitor.topologyArchitecture,NE System Topology,i18n_en,,,1,supervisor,1.70E+12,,0,
4027,4027,menu.alarm,Alarm,i18n_en,,,1,supervisor,1.70E+12,,0,
4028,4028,menu.topology,Topology,i18n_en,,,1,supervisor,1.70E+12,,0,
4029,4029,config.sys.lockTime,System Settings - Screen Lock Timeout Duration,i18n_en,,,1,supervisor,1.70E+12,,0,
4030,4030,config.sys.lockTimeRemark,"Screen lock timeout duration when idle, in seconds.",i18n_en,,,1,supervisor,1.70E+12,,0,
4031,4031,sys.account.captchaType,Account Self Service - Captcha Type,i18n_en,,,1,supervisor,1.70E+12,,0,
4032,4032,sys.account.captchaTypeRemark,"Using CAPTCHA types (math numeric calculation, char character validation)",i18n_en,,,1,supervisor,1.70E+12,,0,
1 dict_code dict_sort dict_label dict_value dict_type tag_class tag_type status create_by create_time update_by update_time remark
467 3962 3962 captcha.err Captcha error Captcha Error i18n_en 1 supervisor 1.70E+12 0
468 3963 3963 captcha.errValid Captcha is invalid i18n_en 1 supervisor 1.70E+12 0
469 3964 3964 app.common.noUaOsBrowser Unknown Unknown i18n_en 1 supervisor 1.70E+12 0
470 3965 3965 app.common.noIPregion Intranet i18n_en 1 supervisor 1.70E+12 0
471 3966 3966 app.common.unknown Unknown i18n_en 1 supervisor 1.70E+12 0
472 3967 3967 app.common.noNEInfo No matching network element information found i18n_en 1 supervisor 1.70E+12 0
473 3968 3968 ne.udm.errImportUserAuthFileFormat Please upload a file in the format of. csv or. txt. English comma separated txt format: imsi, ki, algo, amf, opc i18n_en 1 supervisor 1.70E+12 0
531 4026 4026 menu.monitor.topologyArchitecture NE System Topology i18n_en 1 supervisor 1.7E+12 1.70E+12 0
532 4027 4027 menu.alarm Alarm i18n_en 1 supervisor 1.7E+12 1.70E+12 0
533 4028 4028 menu.topology Topology i18n_en 1 supervisor 1.7E+12 1.70E+12 0
534 4029 4029 config.sys.lockTime System Settings - Screen Lock Timeout Duration i18n_en 1 supervisor 1.7E+12 1.70E+12 0
535 4030 4030 config.sys.lockTimeRemark Screen lock timeout duration when idle, in seconds. i18n_en 1 supervisor 1.7E+12 1.70E+12 0
536 4031 4031 sys.account.captchaType Account Self Service - Captcha Type i18n_en 1 supervisor 1.70E+12 0
537 4032 4032 sys.account.captchaTypeRemark Using CAPTCHA types (math numeric calculation, char character validation) i18n_en 1 supervisor 1.70E+12 0
538
539
540

View File

@@ -532,7 +532,9 @@ interval单位分钟平均分钟资源情况
2024,2024,menu.monitor.topologyBuild,拓扑图组编辑,i18n_zh,,,1,supervisor,1.70E+12,,0,
2025,2025,log.operate.title.chartGraph,拓扑图组,i18n_zh,,,1,supervisor,1.70E+12,,0,
2026,2026,menu.monitor.topologyArchitecture,网元拓扑组网,i18n_zh,,,1,supervisor,1.70E+12,,0,
2027,2027,menu.alarm,告警,i18n_zh,,,1,supervisor,1.7E+12,,0,
2028,2028,menu.topology,拓扑,i18n_zh,,,1,supervisor,1.7E+12,,0,
2029,2029,config.sys.lockTime,系统设置-锁屏超时时长,i18n_zh,,,1,supervisor,1.7E+12,,0,
2030,2030,config.sys.lockTimeRemark,"无操作时锁屏超时时长,单位(秒)",i18n_zh,,,1,supervisor,1.7E+12,,0,
2027,2027,menu.alarm,告警,i18n_zh,,,1,supervisor,1.70E+12,,0,
2028,2028,menu.topology,拓扑,i18n_zh,,,1,supervisor,1.70E+12,,0,
2029,2029,config.sys.lockTime,系统设置-锁屏超时时长,i18n_zh,,,1,supervisor,1.70E+12,,0,
2030,2030,config.sys.lockTimeRemark,"无操作时锁屏超时时长,单位(秒)",i18n_zh,,,1,supervisor,1.70E+12,,0,
2031,2031,sys.account.captchaType,账号自助-验证码类型,i18n_zh,,,1,supervisor,1.70E+12,,0,
2032,2032,sys.account.captchaTypeRemark,使用验证码类型math数值计算char字符验证,i18n_zh,,,1,supervisor,1.70E+12,,0,
1 dict_code dict_sort dict_label dict_value dict_type tag_class tag_type status create_by create_time update_by update_time remark
532 2027 2027 menu.alarm 告警 i18n_zh 1 supervisor 1.7E+12 1.70E+12 0
533 2028 2028 menu.topology 拓扑 i18n_zh 1 supervisor 1.7E+12 1.70E+12 0
534 2029 2029 config.sys.lockTime 系统设置-锁屏超时时长 i18n_zh 1 supervisor 1.7E+12 1.70E+12 0
535 2030 2030 config.sys.lockTimeRemark 无操作时锁屏超时时长,单位(秒) i18n_zh 1 supervisor 1.7E+12 1.70E+12 0
536 2031 2031 sys.account.captchaType 账号自助-验证码类型 i18n_zh 1 supervisor 1.70E+12 0
537 2032 2032 sys.account.captchaTypeRemark 使用验证码类型(math数值计算,char字符验证) i18n_zh 1 supervisor 1.70E+12 0
538
539
540