admin2 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +11 -0
- package/.env +1 -0
- package/.eslintrc +87 -0
- package/README.md +57 -0
- package/bin/build-private.sh +9 -0
- package/bin/build.sh +9 -0
- package/config/assets_prefix.js +3 -0
- package/config/config.js +170 -0
- package/config/proxy.js +61 -0
- package/config/theme.js +42 -0
- package/jsconfig.json +11 -0
- package/loader/buildEnvLoader.js +15 -0
- package/loader/privateRemoveText.js +20 -0
- package/mock/auditLog.js +26 -0
- package/mock/basics/app.js +98 -0
- package/mock/basics/menu.js +42 -0
- package/mock/basics/user.js +0 -0
- package/mock/bill.js +188 -0
- package/mock/errorCase.js +24 -0
- package/mock/fieldsManage.js +52 -0
- package/mock/history.js +675 -0
- package/mock/listTableList.js +178 -0
- package/mock/notices.js +147 -0
- package/mock/opinion.js +51 -0
- package/mock/qps.js +63 -0
- package/mock/rank.js +172 -0
- package/mock/riskyMember.js +98 -0
- package/mock/route.js +104 -0
- package/mock/tj/check/index.js +0 -0
- package/mock/trend.js +1442 -0
- package/mock/tw/event/trend.js +0 -0
- package/mock/tw/list/list.js +251 -0
- package/mock/tx/history/index.js +81 -0
- package/mock/tx/trend/index.js +94 -0
- package/mock/user.js +194 -0
- package/package.json +154 -0
- package/plugin.js +15 -0
- package/public/CNAME +1 -0
- package/public/favicon.ico +0 -0
- package/public/fengkong.ico +0 -0
- package/public/home_bg.png +0 -0
- package/public/iconfont.js +1 -0
- package/public/icons/icon-128x128.ico +0 -0
- package/public/icons/icon-192x192.ico +0 -0
- package/public/icons/icon-512x512.ico +0 -0
- package/public/index/upload-icon.png +0 -0
- package/public/intlLoading.gif +0 -0
- package/public/loading.gif +0 -0
- package/public/loadingPRIVATE.gif +0 -0
- package/public/pro_icon.svg +5 -0
- package/public/txt/example.txt +2 -0
- package/src/assets/bigLogo.png +0 -0
- package/src/assets/demoImg/fengkong.ico +0 -0
- package/src/assets/demoImg/headerLogo.png +0 -0
- package/src/assets/demoImg/index.js +17 -0
- package/src/assets/demoImg/leftBanner.png +0 -0
- package/src/assets/demoImg/leftLogo.png +0 -0
- package/src/assets/demoImg/systemLogo.png +0 -0
- package/src/assets/logo.svg +1 -0
- package/src/assets/menuLeft.png +0 -0
- package/src/assets/menuLeftHover.png +0 -0
- package/src/assets/noData.png +0 -0
- package/src/assets/notFind.svg +6 -0
- package/src/assets/pdf.svg +20 -0
- package/src/assets/privateSmallLogo.png +0 -0
- package/src/assets/smallLogo.png +0 -0
- package/src/assets/ssoImg/index.js +5 -0
- package/src/assets/ssoImg/leftLogo.png +0 -0
- package/src/assets/tab.png +0 -0
- package/src/assets/zhonghang.png +0 -0
- package/src/components/ApprovalUploader/constants.js +6 -0
- package/src/components/ApprovalUploader/img/default.png +0 -0
- package/src/components/ApprovalUploader/img/downloadIcon.png +0 -0
- package/src/components/ApprovalUploader/img/index.js +15 -0
- package/src/components/ApprovalUploader/img/previewIcon.png +0 -0
- package/src/components/ApprovalUploader/img/remove.png +0 -0
- package/src/components/ApprovalUploader/index.js +181 -0
- package/src/components/ApprovalUploader/index.less +80 -0
- package/src/components/Authorized/Authorized.jsx +21 -0
- package/src/components/Authorized/AuthorizedRoute.jsx +25 -0
- package/src/components/Authorized/CheckPermissions.jsx +72 -0
- package/src/components/Authorized/PromiseRender.jsx +80 -0
- package/src/components/Authorized/Secured.jsx +75 -0
- package/src/components/Authorized/index.jsx +8 -0
- package/src/components/Authorized/renderAuthorize.js +27 -0
- package/src/components/CaseDetail/index.jsx +150 -0
- package/src/components/CaseDetail/index.less +32 -0
- package/src/components/ClusterChanger/index.jsx +110 -0
- package/src/components/CustomMessageContent/index.js +23 -0
- package/src/components/CustomVideo/index.js +77 -0
- package/src/components/ElementDateRangeTime/assets/arrow.svg +11 -0
- package/src/components/ElementDateRangeTime/assets/calendar.svg +13 -0
- package/src/components/ElementDateRangeTime/assets/last-month.svg +11 -0
- package/src/components/ElementDateRangeTime/assets/next-month.svg +11 -0
- package/src/components/ElementDateRangeTime/assets/next-year.svg +14 -0
- package/src/components/ElementDateRangeTime/assets/pre-year.svg +14 -0
- package/src/components/ElementDateRangeTime/constants.js +11 -0
- package/src/components/ElementDateRangeTime/index.jsx +106 -0
- package/src/components/ElementDateRangeTime/index.less +206 -0
- package/src/components/EsExportTaskModal/index.jsx +194 -0
- package/src/components/FieldMessageModal/DraggableBody/index.js +39 -0
- package/src/components/FieldMessageModal/DraggableBody/index.less +0 -0
- package/src/components/FieldMessageModal/index.js +329 -0
- package/src/components/FieldMessageModal/index.less +113 -0
- package/src/components/GlobalFilterListener/index.jsx +92 -0
- package/src/components/GlobalHeader/AppDropdown.jsx +157 -0
- package/src/components/GlobalHeader/AvatarDropdown.jsx +184 -0
- package/src/components/GlobalHeader/BottomContent.jsx +55 -0
- package/src/components/GlobalHeader/Message.jsx +93 -0
- package/src/components/GlobalHeader/NoticeIconView.jsx +153 -0
- package/src/components/GlobalHeader/PayMent.jsx +112 -0
- package/src/components/GlobalHeader/RightContent.jsx +137 -0
- package/src/components/GlobalHeader/index.less +226 -0
- package/src/components/HeaderDropdown/index.jsx +10 -0
- package/src/components/HeaderDropdown/index.less +16 -0
- package/src/components/HeaderFilter/index.jsx +447 -0
- package/src/components/HeaderFilter/index.less +33 -0
- package/src/components/IconLoading/index.jsx +24 -0
- package/src/components/IconLoading/index.less +17 -0
- package/src/components/IconLoading/loading.gif +0 -0
- package/src/components/InputSelect/index.jsx +186 -0
- package/src/components/InputSelect/index.less +6 -0
- package/src/components/NoticeIcon/NoticeList.jsx +95 -0
- package/src/components/NoticeIcon/NoticeList.less +103 -0
- package/src/components/NoticeIcon/index.jsx +112 -0
- package/src/components/NoticeIcon/index.less +35 -0
- package/src/components/PageLoading/index.jsx +37 -0
- package/src/components/PageLoading/index.less +18 -0
- package/src/components/PageLoading/intlLoading.gif +0 -0
- package/src/components/PageLoading/loading.gif +0 -0
- package/src/components/RemindPage/index.jsx +69 -0
- package/src/components/RemindPage/index.less +53 -0
- package/src/components/SMAlert/img/succeed.png +0 -0
- package/src/components/SMAlert/img/warning.png +0 -0
- package/src/components/SMAlert/index.js +169 -0
- package/src/components/SMAlert/index.less +36 -0
- package/src/components/SMAudio/index.jsx +297 -0
- package/src/components/SMAudio/index.less +65 -0
- package/src/components/SMBackTop/index.js +48 -0
- package/src/components/SMBackTop/index.less +35 -0
- package/src/components/SMBreadcrumb/index.js +42 -0
- package/src/components/SMBreadcrumb/index.less +4 -0
- package/src/components/SMCascader/index.jsx +124 -0
- package/src/components/SMCascader/index.less +10 -0
- package/src/components/SMCheckableTag/index.jsx +51 -0
- package/src/components/SMColorRect/img/icon_accomplish.png +0 -0
- package/src/components/SMColorRect/img/icon_activate.png +0 -0
- package/src/components/SMColorRect/img/icon_increase.png +0 -0
- package/src/components/SMColorRect/img/icon_invalid.png +0 -0
- package/src/components/SMColorRect/img/icon_jiaohuliang.png +0 -0
- package/src/components/SMColorRect/img/icon_lanjieliang.png +0 -0
- package/src/components/SMColorRect/img/icon_order_one.png +0 -0
- package/src/components/SMColorRect/img/icon_order_two.png +0 -0
- package/src/components/SMColorRect/img/icon_pass.png +0 -0
- package/src/components/SMColorRect/img/icon_reject.png +0 -0
- package/src/components/SMColorRect/img/icon_reject_total.png +0 -0
- package/src/components/SMColorRect/img/icon_review.png +0 -0
- package/src/components/SMColorRect/img/icon_review_total.png +0 -0
- package/src/components/SMColorRect/img/icon_robot.png +0 -0
- package/src/components/SMColorRect/img/icon_time.png +0 -0
- package/src/components/SMColorRect/img/icon_total.png +0 -0
- package/src/components/SMColorRect/img/icon_verify.png +0 -0
- package/src/components/SMColorRect/img/icon_zhanshiliang.png +0 -0
- package/src/components/SMColorRect/index.jsx +205 -0
- package/src/components/SMColorRect/index.less +135 -0
- package/src/components/SMCopy/index.jsx +33 -0
- package/src/components/SMCount/index.jsx +49 -0
- package/src/components/SMCount/index.less +80 -0
- package/src/components/SMCustomInput/index.jsx +115 -0
- package/src/components/SMCustomInput/index.less +11 -0
- package/src/components/SMDataCard/index.jsx +59 -0
- package/src/components/SMDataCard/index.less +3 -0
- package/src/components/SMDataCount/index.jsx +22 -0
- package/src/components/SMDataCount/index.less +39 -0
- package/src/components/SMDatePicker/assets/arrow.svg +11 -0
- package/src/components/SMDatePicker/assets/calendar.png +0 -0
- package/src/components/SMDatePicker/assets/calendar.svg +13 -0
- package/src/components/SMDatePicker/assets/last-month.svg +11 -0
- package/src/components/SMDatePicker/assets/next-month.svg +11 -0
- package/src/components/SMDatePicker/assets/next-year.svg +14 -0
- package/src/components/SMDatePicker/assets/pre-year.svg +14 -0
- package/src/components/SMDatePicker/assets/time.png +0 -0
- package/src/components/SMDatePicker/constants.js +13 -0
- package/src/components/SMDatePicker/index.jsx +222 -0
- package/src/components/SMDatePicker/index.less +318 -0
- package/src/components/SMDateSearch/index.js +63 -0
- package/src/components/SMElementPicker/index.jsx +38 -0
- package/src/components/SMElementPicker/index.less +22 -0
- package/src/components/SMEmpty/index.jsx +28 -0
- package/src/components/SMEmpty/index.less +9 -0
- package/src/components/SMIcon/index.jsx +25 -0
- package/src/components/SMImage/index.jsx +277 -0
- package/src/components/SMImage/index.less +46 -0
- package/src/components/SMInputSelect/index.jsx +117 -0
- package/src/components/SMInputSelect/index.less +6 -0
- package/src/components/SMLabelSearch/index.jsx +107 -0
- package/src/components/SMLabelSearch/index.less +41 -0
- package/src/components/SMLineChart/index.jsx +369 -0
- package/src/components/SMLineChart/index.less +49 -0
- package/src/components/SMLineChart2/index.jsx +453 -0
- package/src/components/SMLineChart2/index.less +140 -0
- package/src/components/SMLinePieChart/index.jsx +25 -0
- package/src/components/SMLinePieChart/index.less +0 -0
- package/src/components/SMList/index.jsx +153 -0
- package/src/components/SMList/index.less +103 -0
- package/src/components/SMMessageModal/index.jsx +67 -0
- package/src/components/SMMessageModal/index.less +111 -0
- package/src/components/SMMonthPicker/constants.js +91 -0
- package/src/components/SMMonthPicker/img/inputPanel.png +0 -0
- package/src/components/SMMonthPicker/index.jsx +393 -0
- package/src/components/SMMonthPicker/index.less +109 -0
- package/src/components/SMNewPieChart/index.jsx +204 -0
- package/src/components/SMNewPieChart/index.less +21 -0
- package/src/components/SMNewSelect/index.jsx +147 -0
- package/src/components/SMNewSelect/index.less +39 -0
- package/src/components/SMNewText/index.jsx +50 -0
- package/src/components/SMNoteTip/index.jsx +17 -0
- package/src/components/SMNoteTip/index.less +8 -0
- package/src/components/SMPageSize/index.jsx +84 -0
- package/src/components/SMPageSize/index.less +38 -0
- package/src/components/SMPieChart/index.jsx +187 -0
- package/src/components/SMPieChart/index.less +39 -0
- package/src/components/SMPopConfirm/index.jsx +82 -0
- package/src/components/SMPopConfirm/index.less +63 -0
- package/src/components/SMPopConfirm/tip.png +0 -0
- package/src/components/SMReply/constants.jsx +18 -0
- package/src/components/SMReply/img/apply.png +0 -0
- package/src/components/SMReply/img/guide.png +0 -0
- package/src/components/SMReply/img/open.png +0 -0
- package/src/components/SMReply/img/user.png +0 -0
- package/src/components/SMReply/index.jsx +54 -0
- package/src/components/SMReply/index.less +69 -0
- package/src/components/SMRiskLevel/index.jsx +50 -0
- package/src/components/SMSearchForm/index.jsx +501 -0
- package/src/components/SMSearchForm/index.less +88 -0
- package/src/components/SMSelect/index.jsx +170 -0
- package/src/components/SMSelect/index.less +28 -0
- package/src/components/SMTJCascader/index.js +694 -0
- package/src/components/SMTJCascader/index.less +129 -0
- package/src/components/SMText/index.jsx +90 -0
- package/src/components/SMTimeTip/index.jsx +16 -0
- package/src/components/SMTimeTip/index.less +13 -0
- package/src/components/SMTips/index.js +37 -0
- package/src/components/SMTips/index.less +24 -0
- package/src/components/SMUpload/index.js +174 -0
- package/src/components/SMUpload/index.less +200 -0
- package/src/components/SearchFormV2/DatePickerV2/index.less +9 -0
- package/src/components/SearchFormV2/DatePickerV2/index.tsx +73 -0
- package/src/components/SearchFormV2/DatePickerV3/index.jsx +109 -0
- package/src/components/SearchFormV2/DatePickerV3/index.less +9 -0
- package/src/components/SearchFormV2/ExportDom/index.less +6 -0
- package/src/components/SearchFormV2/ExportDom/index.tsx +69 -0
- package/src/components/SearchFormV2/LabelSearchV2/index.less +0 -0
- package/src/components/SearchFormV2/LabelSearchV2/index.tsx +84 -0
- package/src/components/SearchFormV2/getFormItems.tsx +132 -0
- package/src/components/SearchFormV2/index.less +91 -0
- package/src/components/SearchFormV2/index.tsx +73 -0
- package/src/components/SensitiveWordSpin/index.jsx +28 -0
- package/src/components/SensitiveWordSpin/index.less +9 -0
- package/src/components/TotalCount/index.jsx +42 -0
- package/src/components/TrialResult/index.jsx +125 -0
- package/src/components/TrialResult/index.less +128 -0
- package/src/components/TwDatePicker/index.jsx +76 -0
- package/src/components/TwDatePicker/index.less +17 -0
- package/src/components/common.less +13 -0
- package/src/components/iframe/index.jsx +186 -0
- package/src/components/index.js +122 -0
- package/src/components/modal/index.js +9 -0
- package/src/configure/api.js +270 -0
- package/src/configure/configData/feedbackOrgList.js +6 -0
- package/src/configure/configData/lineChartConfig.js +382 -0
- package/src/configure/configData/newPageConfig.js +45 -0
- package/src/configure/defaultSettings.js +19 -0
- package/src/configure/index.js +11 -0
- package/src/configure/oldPage/appDropdownList.js +536 -0
- package/src/configure/oldPage/rankData.js +14 -0
- package/src/configure/oldPage/routeContrastData.js +414 -0
- package/src/configure/oldPage/strategyData.js +13 -0
- package/src/configure/pageType.js +12 -0
- package/src/configure/routes/document/config.js +9 -0
- package/src/configure/routes/heichan/config.js +70 -0
- package/src/configure/routes/index.js +131 -0
- package/src/configure/routes/manage/config.js +426 -0
- package/src/configure/routes/message/config.js +10 -0
- package/src/configure/routes/opinion/index.js +21 -0
- package/src/configure/routes/overview/config.js +14 -0
- package/src/configure/routes/path.js +582 -0
- package/src/configure/routes/payment/config.js +113 -0
- package/src/configure/routes/policy/config.js +43 -0
- package/src/configure/routes/policyOld/config.js +71 -0
- package/src/configure/routes/riskyMember/config.js +28 -0
- package/src/configure/routes/tj/audioAlbRoutes/config.js +635 -0
- package/src/configure/routes/tj/audioBleiRoutes/config.js +372 -0
- package/src/configure/routes/tj/audioEngRoutes/config.js +635 -0
- package/src/configure/routes/tj/audioRoutes/config.js +779 -0
- package/src/configure/routes/tj/audioStreamAlbRoutes/config.js +671 -0
- package/src/configure/routes/tj/audioStreamBleiRoutes/config.js +349 -0
- package/src/configure/routes/tj/audioStreamEngRoutes/config.js +671 -0
- package/src/configure/routes/tj/audioStreamRoutes/config.js +738 -0
- package/src/configure/routes/tj/config.js +257 -0
- package/src/configure/routes/tj/imageRoutes/config.js +1209 -0
- package/src/configure/routes/tj/multiModalRoutes/config.js +92 -0
- package/src/configure/routes/tj/textAlbRoutes/config.js +772 -0
- package/src/configure/routes/tj/textEngRoutes/config.js +780 -0
- package/src/configure/routes/tj/textRoutes/config.js +812 -0
- package/src/configure/routes/tj/videoRoutes/config.js +1705 -0
- package/src/configure/routes/tj/videoStreamAlbRoutes/config.js +1419 -0
- package/src/configure/routes/tj/videoStreamEngRoutes/config.js +1419 -0
- package/src/configure/routes/tj/videoStreamRoutes/config.js +1588 -0
- package/src/configure/routes/tj/webRoutes/config.js +281 -0
- package/src/configure/routes/ts/config.js +942 -0
- package/src/configure/routes/tw/config.js +908 -0
- package/src/configure/routes/twCaptcha/config.js +86 -0
- package/src/configure/routes/twCertifiy/config.js +201 -0
- package/src/configure/routes/twChannel/config.js +125 -0
- package/src/configure/routes/tx/config.js +254 -0
- package/src/contants/account.js +7 -0
- package/src/contants/auth.js +3 -0
- package/src/contants/buildEnv.js +7 -0
- package/src/contants/exportUrl.js +11 -0
- package/src/contants/global.js +78 -0
- package/src/contants/headMenu.jsx +81 -0
- package/src/contants/histroy.js +18 -0
- package/src/contants/i18n.js +24 -0
- package/src/contants/img/bingsheng.png +0 -0
- package/src/contants/img/fengkong.png +0 -0
- package/src/contants/img/index.js +11 -0
- package/src/contants/img/jinjiang.png +0 -0
- package/src/contants/img/xiaodou.png +0 -0
- package/src/contants/imgBlackSimilayOrgs.js +15 -0
- package/src/contants/index.js +673 -0
- package/src/contants/judgeServiceIdType/index.ts +52 -0
- package/src/contants/modelType.js +57 -0
- package/src/contants/operation.js +6 -0
- package/src/contants/organizationMap.js +12 -0
- package/src/contants/pageSize.js +1 -0
- package/src/contants/role.js +5 -0
- package/src/contants/safe.js +8 -0
- package/src/contants/select.js +3 -0
- package/src/contants/serviceId.js +13 -0
- package/src/contants/storage.js +1 -0
- package/src/contants/tokenId.js +25 -0
- package/src/global.jsx +110 -0
- package/src/global.less +237 -0
- package/src/hoc/withIntlComponents.js +30 -0
- package/src/hooks/biz/useColumns.js +273 -0
- package/src/hooks/biz/useColumns.less +14 -0
- package/src/hooks/biz/useDraggable.js +26 -0
- package/src/hooks/biz/useElLanguage.js +22 -0
- package/src/hooks/biz/useHotkeys.js +60 -0
- package/src/hooks/biz/useLanguage.js +44 -0
- package/src/hooks/common/useInterval.js +21 -0
- package/src/hooks/common/useUpload.js +154 -0
- package/src/hooks/common/useUploadClick.js +56 -0
- package/src/hooks/index.js +72 -0
- package/src/hooks/object/useApiCallList.js +87 -0
- package/src/hooks/object/useApiSecretKey.js +88 -0
- package/src/hooks/object/useApp.js +51 -0
- package/src/hooks/object/useAppChannel.js +51 -0
- package/src/hooks/object/useAuthServiceId.ts +52 -0
- package/src/hooks/object/useBill.js +195 -0
- package/src/hooks/object/useChannel.js +121 -0
- package/src/hooks/object/useDataBack.js +165 -0
- package/src/hooks/object/useDetailKeyDown.js +81 -0
- package/src/hooks/object/useDeviceExport.js +57 -0
- package/src/hooks/object/useDeviceTrend.js +97 -0
- package/src/hooks/object/useHistoryExport.js +46 -0
- package/src/hooks/object/useLabel.js +77 -0
- package/src/hooks/object/useMdList.js +251 -0
- package/src/hooks/object/useOpenOrganization.js +34 -0
- package/src/hooks/object/useOpinion.js +27 -0
- package/src/hooks/object/useOrganization.js +47 -0
- package/src/hooks/object/useQueryMethod.js +32 -0
- package/src/hooks/object/useRiskType.js +41 -0
- package/src/hooks/object/useRoleList.js +39 -0
- package/src/hooks/object/useService.js +37 -0
- package/src/hooks/object/useTokenTrend.js +108 -0
- package/src/hooks/object/useTopn.js +0 -0
- package/src/hooks/object/useTwHistory.js +69 -0
- package/src/hooks/object/useUser.js +109 -0
- package/src/layouts/BasicLayout.jsx +155 -0
- package/src/layouts/BlankLayout.jsx +5 -0
- package/src/layouts/CollapsibleMenu.js +196 -0
- package/src/layouts/CollapsibleMenu.less +50 -0
- package/src/layouts/LeftMenu.jsx +264 -0
- package/src/layouts/MenuContext.js +22 -0
- package/src/layouts/SecurityLayout.jsx +329 -0
- package/src/layouts/TabContentLayout.jsx +270 -0
- package/src/layouts/TabContentLayout.less +61 -0
- package/src/layouts/TopMenu.jsx +115 -0
- package/src/layouts/TopSide.jsx +394 -0
- package/src/layouts/TopSide.less +339 -0
- package/src/layouts/TopSideMenuLayout.jsx +203 -0
- package/src/layouts/TopSideMenuLayout.less +81 -0
- package/src/layouts/UserLayout.jsx +59 -0
- package/src/layouts/UserLayout.less +71 -0
- package/src/layouts/constants.js +28 -0
- package/src/locales/basic-US.js +227 -0
- package/src/locales/en-US/component.js +2 -0
- package/src/locales/en-US/globalHeader.js +2 -0
- package/src/locales/en-US/menu.js +2 -0
- package/src/locales/en-US/module/history.js +19 -0
- package/src/locales/en-US/module/md.js +230 -0
- package/src/locales/en-US/product/tw/index.js +33 -0
- package/src/locales/en-US/pwa.js +2 -0
- package/src/locales/en-US/settingDrawer.js +2 -0
- package/src/locales/en-US/settings.js +2 -0
- package/src/locales/en-US.js +762 -0
- package/src/locales/product/md.js +88 -0
- package/src/locales/pt-BR/component.js +5 -0
- package/src/locales/pt-BR/globalHeader.js +18 -0
- package/src/locales/pt-BR/menu.js +52 -0
- package/src/locales/pt-BR/pwa.js +7 -0
- package/src/locales/pt-BR/settingDrawer.js +32 -0
- package/src/locales/pt-BR/settings.js +61 -0
- package/src/locales/pt-BR.js +13 -0
- package/src/locales/request-US.js +28 -0
- package/src/locales/special.js +11 -0
- package/src/locales/tj-US.js +811 -0
- package/src/locales/zh-CN/component.js +2 -0
- package/src/locales/zh-CN/globalHeader.js +2 -0
- package/src/locales/zh-CN/menu.js +2 -0
- package/src/locales/zh-CN/module/history.js +11 -0
- package/src/locales/zh-CN/module/md.js +0 -0
- package/src/locales/zh-CN/product/Information/index.js +2 -0
- package/src/locales/zh-CN/product/celue/index.js +2 -0
- package/src/locales/zh-CN/product/index.js +13 -0
- package/src/locales/zh-CN/product/tj/audio/index.js +2 -0
- package/src/locales/zh-CN/product/tj/audioStream/index.js +2 -0
- package/src/locales/zh-CN/product/tj/image/index.js +2 -0
- package/src/locales/zh-CN/product/tj/index.js +35 -0
- package/src/locales/zh-CN/product/tj/text/index.js +2 -0
- package/src/locales/zh-CN/product/tj/video/index.js +2 -0
- package/src/locales/zh-CN/product/tj/videoStream/index.js +2 -0
- package/src/locales/zh-CN/product/tj/web/index.js +2 -0
- package/src/locales/zh-CN/product/tw/index.js +32 -0
- package/src/locales/zh-CN/product/tx/index.js +2 -0
- package/src/locales/zh-CN/pwa.js +2 -0
- package/src/locales/zh-CN/settingDrawer.js +2 -0
- package/src/locales/zh-CN/settings.js +2 -0
- package/src/locales/zh-CN.js +1493 -0
- package/src/locales/zh-TW/component.js +5 -0
- package/src/locales/zh-TW/globalHeader.js +17 -0
- package/src/locales/zh-TW/menu.js +52 -0
- package/src/locales/zh-TW/pwa.js +6 -0
- package/src/locales/zh-TW/settingDrawer.js +31 -0
- package/src/locales/zh-TW/settings.js +2 -0
- package/src/locales/zh-TW.js +13 -0
- package/src/models/base.js +71 -0
- package/src/models/dataBack.js +51 -0
- package/src/models/global.js +20 -0
- package/src/models/history.js +141 -0
- package/src/models/information.js +27 -0
- package/src/models/login.js +195 -0
- package/src/models/manage.js +214 -0
- package/src/models/mingdan.js +243 -0
- package/src/models/rank.js +25 -0
- package/src/models/riskAccount.js +41 -0
- package/src/models/setting.js +27 -0
- package/src/models/strategy.js +179 -0
- package/src/models/strategyLab.js +84 -0
- package/src/models/trend.js +102 -0
- package/src/models/twChannel.js +50 -0
- package/src/models/user.js +205 -0
- package/src/pages/404.jsx +19 -0
- package/src/pages/Admin.jsx +40 -0
- package/src/pages/IFrame/index.jsx +173 -0
- package/src/pages/Welcome.jsx +48 -0
- package/src/pages/Welcome.less +8 -0
- package/src/pages/account/IntlLogin/index.js +27 -0
- package/src/pages/account/IntlLogin/index.less +26 -0
- package/src/pages/account/components/EmailTwoFactor/index.jsx +94 -0
- package/src/pages/account/components/EmailTwoFactor/index.less +128 -0
- package/src/pages/account/components/Header/index.jsx +66 -0
- package/src/pages/account/components/Header/index.less +62 -0
- package/src/pages/account/components/HeaderList/index.jsx +20 -0
- package/src/pages/account/components/IntlHeader/index.js +43 -0
- package/src/pages/account/components/IntlHeader/index.less +54 -0
- package/src/pages/account/components/IntlLoginLeft/index.jsx +33 -0
- package/src/pages/account/components/IntlLoginLeft/index.less +44 -0
- package/src/pages/account/components/IntlLoginRight/index.js +514 -0
- package/src/pages/account/components/IntlLoginRight/index.less +259 -0
- package/src/pages/account/components/LoginEmail/index.jsx +188 -0
- package/src/pages/account/components/LoginEmail/index.less +105 -0
- package/src/pages/account/components/LoginLeft/index.jsx +73 -0
- package/src/pages/account/components/LoginLeft/index.less +44 -0
- package/src/pages/account/components/LoginModeError/index.js +14 -0
- package/src/pages/account/components/LoginModeError/index.less +14 -0
- package/src/pages/account/components/LoginPhone/index.jsx +230 -0
- package/src/pages/account/components/LoginPhone/index.less +131 -0
- package/src/pages/account/components/LoginRight/index.jsx +560 -0
- package/src/pages/account/components/LoginRight/index.less +172 -0
- package/src/pages/account/components/ResetSuccee/index.jsx +18 -0
- package/src/pages/account/components/ResetSuccee/index.less +29 -0
- package/src/pages/account/components/WscLoginLeft/index.jsx +41 -0
- package/src/pages/account/components/WscLoginLeft/index.less +45 -0
- package/src/pages/account/components/WscLoginRight/index.jsx +252 -0
- package/src/pages/account/components/WscLoginRight/index.less +142 -0
- package/src/pages/account/components/loginLeftList/index.jsx +23 -0
- package/src/pages/account/forgetPwd/index.jsx +111 -0
- package/src/pages/account/forgetPwd/index.less +73 -0
- package/src/pages/account/img/google.png +0 -0
- package/src/pages/account/img/icon-checked.png +0 -0
- package/src/pages/account/img/icon-unchecked.png +0 -0
- package/src/pages/account/img/intl-left-banner.png +0 -0
- package/src/pages/account/img/intlLogo.png +0 -0
- package/src/pages/account/img/intlLogo.svg +14 -0
- package/src/pages/account/img/left-banner-private.png +0 -0
- package/src/pages/account/img/left-banner.png +0 -0
- package/src/pages/account/img/logo.png +0 -0
- package/src/pages/account/img/newLogo.png +0 -0
- package/src/pages/account/index.js +17 -0
- package/src/pages/account/intlForgetPwd/index.js +70 -0
- package/src/pages/account/intlForgetPwd/index.less +87 -0
- package/src/pages/account/intlResetPwd/index.js +212 -0
- package/src/pages/account/intlResetPwd/index.less +122 -0
- package/src/pages/account/login/index.jsx +153 -0
- package/src/pages/account/login/index.less +35 -0
- package/src/pages/account/resetPwd/index.jsx +145 -0
- package/src/pages/account/resetPwd/index.less +109 -0
- package/src/pages/audit/auditLog/fieldsConfig.ts +22 -0
- package/src/pages/audit/auditLog/formatDetailData.ts +46 -0
- package/src/pages/audit/auditLog/index.less +22 -0
- package/src/pages/audit/auditLog/index.tsx +183 -0
- package/src/pages/audit/auditLog/searchFormConfig.tsx +91 -0
- package/src/pages/audit/auditLog/tableConfig.tsx +79 -0
- package/src/pages/audit/components/AuditDetailDrawer/index.less +27 -0
- package/src/pages/audit/components/AuditDetailDrawer/index.tsx +105 -0
- package/src/pages/audit/components/AuditLabelSearch/index.less +11 -0
- package/src/pages/audit/components/AuditLabelSearch/index.tsx +103 -0
- package/src/pages/audit/hooks/useAuditAction.ts +54 -0
- package/src/pages/audit/hooks/useAuditLog.ts +40 -0
- package/src/pages/audit/type.ts +65 -0
- package/src/pages/basic/AccountList/index.js +69 -0
- package/src/pages/basic/AccountList/index.less +37 -0
- package/src/pages/basic/components/BasicTitle/index.jsx +31 -0
- package/src/pages/basic/components/BasicTitle/index.less +16 -0
- package/src/pages/basic/constants.js +731 -0
- package/src/pages/basic/hooks/index.js +21 -0
- package/src/pages/basic/hooks/useAppChannel.js +50 -0
- package/src/pages/basic/hooks/useBasicApiCallList.js +67 -0
- package/src/pages/basic/hooks/useBasicApiSecretKey.js +62 -0
- package/src/pages/basic/hooks/useBasicUser.js +256 -0
- package/src/pages/basic/hooks/useBasicsChannel.js +43 -0
- package/src/pages/basic/hooks/useBasicsObject.js +149 -0
- package/src/pages/basic/list/index.jsx +326 -0
- package/src/pages/basic/list/index.less +62 -0
- package/src/pages/configure/tj/md/list/index.js +612 -0
- package/src/pages/configure/tj/rank/detail/index.js +0 -0
- package/src/pages/configure/tj/rank/list/index.js +1157 -0
- package/src/pages/constants.js +73 -0
- package/src/pages/document.ejs +102 -0
- package/src/pages/historySearch/constants.js +262 -0
- package/src/pages/historySearch/index.jsx +1217 -0
- package/src/pages/historySearch/index.less +0 -0
- package/src/pages/information/constants.js +70 -0
- package/src/pages/information/img/blue.png +0 -0
- package/src/pages/information/img/red.png +0 -0
- package/src/pages/information/img/yellow.png +0 -0
- package/src/pages/information/record/index.jsx +155 -0
- package/src/pages/information/trend/index.jsx +24 -0
- package/src/pages/manage/correctionCallback/index.jsx +440 -0
- package/src/pages/manage/correctionCallback/index.less +22 -0
- package/src/pages/manage/fieldsManage/components/FieldsManage/index.js +148 -0
- package/src/pages/manage/fieldsManage/components/FieldsManage/index.less +13 -0
- package/src/pages/manage/fieldsManage/components/PageTemplate/index.js +149 -0
- package/src/pages/manage/fieldsManage/components/SelectSuffix/index.js +86 -0
- package/src/pages/manage/fieldsManage/components/SelectSuffix/index.less +13 -0
- package/src/pages/manage/fieldsManage/components/TableTitle/index.js +24 -0
- package/src/pages/manage/fieldsManage/components/TableTitle/index.less +22 -0
- package/src/pages/manage/fieldsManage/components/index.js +14 -0
- package/src/pages/manage/fieldsManage/constants/index.js +462 -0
- package/src/pages/manage/fieldsManage/field/add/index.js +171 -0
- package/src/pages/manage/fieldsManage/field/add/index.less +37 -0
- package/src/pages/manage/fieldsManage/field/index.js +66 -0
- package/src/pages/manage/fieldsManage/field/index.less +9 -0
- package/src/pages/manage/fieldsManage/fieldSet/add/index.js +350 -0
- package/src/pages/manage/fieldsManage/fieldSet/add/index.less +42 -0
- package/src/pages/manage/fieldsManage/fieldSet/index.js +187 -0
- package/src/pages/manage/pageSetup/logo/index.js +220 -0
- package/src/pages/manage/pageSetup/logo/index.less +35 -0
- package/src/pages/manage/password/index.jsx +225 -0
- package/src/pages/manage/password/index.less +188 -0
- package/src/pages/manage/qpsError/Trend/getSearchFormConfig.jsx +131 -0
- package/src/pages/manage/qpsError/Trend/index.jsx +226 -0
- package/src/pages/manage/qpsError/Trend/index.less +41 -0
- package/src/pages/manage/qpsError/Trend/useAuthServiceId.js +43 -0
- package/src/pages/manage/qpsError/Trend/useQpsError.js +105 -0
- package/src/pages/manage/qpsError/formatSubmitParams.js +21 -0
- package/src/pages/manage/qpsTrend/formatSearchParams.ts +24 -0
- package/src/pages/manage/qpsTrend/hooks/useQps.ts +117 -0
- package/src/pages/manage/qpsTrend/index.less +0 -0
- package/src/pages/manage/qpsTrend/index.tsx +284 -0
- package/src/pages/manage/qpsTrend/searchFormConfig.ts +117 -0
- package/src/pages/manage/qpsTrend/type.ts +9 -0
- package/src/pages/manage/safe/index.jsx +86 -0
- package/src/pages/manage/safe/index.less +58 -0
- package/src/pages/manage/safe/loginMethod/index.jsx +15 -0
- package/src/pages/manage/safe/loginMethod/index.less +0 -0
- package/src/pages/manage/safe/useSafe.js +143 -0
- package/src/pages/manage/safe/waterMark/index.jsx +15 -0
- package/src/pages/manage/safe/waterMark/index.less +0 -0
- package/src/pages/message/index.jsx +139 -0
- package/src/pages/message/index.less +75 -0
- package/src/pages/opinion/index.jsx +179 -0
- package/src/pages/opinion/index.less +141 -0
- package/src/pages/overview/components/ApplyModal/constants.js +78 -0
- package/src/pages/overview/components/ApplyModal/index.jsx +135 -0
- package/src/pages/overview/components/ApplyModal/index.less +41 -0
- package/src/pages/overview/components/CarouselMap/img/en-aigc.jpg +0 -0
- package/src/pages/overview/components/CarouselMap/img/en-intelligent.jpg +0 -0
- package/src/pages/overview/components/CarouselMap/img/image1.png +0 -0
- package/src/pages/overview/components/CarouselMap/img/image2.jpg +0 -0
- package/src/pages/overview/components/CarouselMap/img/image3.jpg +0 -0
- package/src/pages/overview/components/CarouselMap/img/image4.jpg +0 -0
- package/src/pages/overview/components/CarouselMap/index.jsx +67 -0
- package/src/pages/overview/components/CarouselMap/index.less +11 -0
- package/src/pages/overview/components/DataCard/index.jsx +60 -0
- package/src/pages/overview/components/DataCard/index.less +107 -0
- package/src/pages/overview/components/EmptyLineChart/index.jsx +50 -0
- package/src/pages/overview/components/EmptyLineChart/index.less +29 -0
- package/src/pages/overview/components/IntroduceBox/constants.js +96 -0
- package/src/pages/overview/components/IntroduceBox/img/anti-theft-crawling.svg +19 -0
- package/src/pages/overview/components/IntroduceBox/img/audio.svg +20 -0
- package/src/pages/overview/components/IntroduceBox/img/brush-list-protection.svg +18 -0
- package/src/pages/overview/components/IntroduceBox/img/captcha.svg +14 -0
- package/src/pages/overview/components/IntroduceBox/img/channel-traffic.svg +17 -0
- package/src/pages/overview/components/IntroduceBox/img/device-risk-sdk.svg +16 -0
- package/src/pages/overview/components/IntroduceBox/img/market-activity.svg +20 -0
- package/src/pages/overview/components/IntroduceBox/img/payment-risk-control.svg +17 -0
- package/src/pages/overview/components/IntroduceBox/img/pic.svg +16 -0
- package/src/pages/overview/components/IntroduceBox/img/text.svg +20 -0
- package/src/pages/overview/components/IntroduceBox/img/video.svg +16 -0
- package/src/pages/overview/components/IntroduceBox/img/virtual-user-fission.svg +25 -0
- package/src/pages/overview/components/IntroduceBox/index.jsx +155 -0
- package/src/pages/overview/components/IntroduceBox/index.less +75 -0
- package/src/pages/overview/components/NewUserGuide/img/apply.png +0 -0
- package/src/pages/overview/components/NewUserGuide/img/guide.png +0 -0
- package/src/pages/overview/components/NewUserGuide/img/guideCopy.png +0 -0
- package/src/pages/overview/components/NewUserGuide/img/open.png +0 -0
- package/src/pages/overview/components/NewUserGuide/img/phone.png +0 -0
- package/src/pages/overview/components/NewUserGuide/img/user.png +0 -0
- package/src/pages/overview/components/NewUserGuide/index.jsx +114 -0
- package/src/pages/overview/components/NewUserGuide/index.less +158 -0
- package/src/pages/overview/components/UserInfoBox/img/app-manage-dark.svg +16 -0
- package/src/pages/overview/components/UserInfoBox/img/app-manage-light.svg +16 -0
- package/src/pages/overview/components/UserInfoBox/img/channel-manage-dark.svg +24 -0
- package/src/pages/overview/components/UserInfoBox/img/channel-manage-light.svg +26 -0
- package/src/pages/overview/components/UserInfoBox/img/user-account-dark.svg +30 -0
- package/src/pages/overview/components/UserInfoBox/img/user-account-light.svg +30 -0
- package/src/pages/overview/components/UserInfoBox/img/user-manage-dark.svg +20 -0
- package/src/pages/overview/components/UserInfoBox/img/user-manage-light.svg +20 -0
- package/src/pages/overview/components/UserInfoBox/img/user.svg +43 -0
- package/src/pages/overview/components/UserInfoBox/index.jsx +139 -0
- package/src/pages/overview/components/UserInfoBox/index.less +117 -0
- package/src/pages/overview/img/risk-account.svg +21 -0
- package/src/pages/overview/img/risk-audio.svg +25 -0
- package/src/pages/overview/img/risk-device.svg +24 -0
- package/src/pages/overview/img/risk-event.svg +21 -0
- package/src/pages/overview/img/risk-pic.svg +21 -0
- package/src/pages/overview/img/risk-text.svg +25 -0
- package/src/pages/overview/img/risk-video.svg +29 -0
- package/src/pages/overview/index.jsx +841 -0
- package/src/pages/overview/index.less +107 -0
- package/src/pages/pageComponents/RankPageTwo/constants.js +106 -0
- package/src/pages/pageComponents/RankPageTwo/index.jsx +606 -0
- package/src/pages/pageComponents/RankPageTwo/index.less +30 -0
- package/src/pages/pageComponents/StrategyPage/components/AddRuleMdoal/index.js +81 -0
- package/src/pages/pageComponents/StrategyPage/components/AddRuleMdoal/index.less +4 -0
- package/src/pages/pageComponents/StrategyPage/components/BatchUpdateModal/index.js +48 -0
- package/src/pages/pageComponents/StrategyPage/components/BatchUpdateModal/index.less +0 -0
- package/src/pages/pageComponents/StrategyPage/components/OneKeyLabModal/index.js +303 -0
- package/src/pages/pageComponents/StrategyPage/components/OneKeyLabModal/index.less +46 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleCollapse/index.js +1554 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleCollapse/index.less +56 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleConditions/ConditionContent/index.jsx +60 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleConditions/ConditionItem/index.jsx +189 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleConditions/ConditionItem/index.less +11 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleConditions/index.jsx +67 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleConditions/index.less +71 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleModal/index.js +243 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleModal/index.less +13 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleModalCustomer/index.js +244 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleModalCustomer/index.less +13 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleTable/index.js +15 -0
- package/src/pages/pageComponents/StrategyPage/components/RuleTable/index.less +36 -0
- package/src/pages/pageComponents/StrategyPage/components/customBlackFields/index.less +16 -0
- package/src/pages/pageComponents/StrategyPage/components/customBlackFields/index.tsx +106 -0
- package/src/pages/pageComponents/StrategyPage/contants.js +2000 -0
- package/src/pages/pageComponents/StrategyPage/index.js +864 -0
- package/src/pages/pageComponents/StrategyPage/index.less +95 -0
- package/src/pages/pageComponents/configure/adminApply.js +72 -0
- package/src/pages/pageComponents/configure/index.js +5 -0
- package/src/pages/pageComponents/formatMdListByAppId.js +39 -0
- package/src/pages/pageComponents/historyPage/CaptchaList/index.jsx +1235 -0
- package/src/pages/pageComponents/historyPage/CaptchaList/index.less +43 -0
- package/src/pages/pageComponents/historyPage/ChannelList/index.jsx +1340 -0
- package/src/pages/pageComponents/historyPage/ChannelList/index.less +134 -0
- package/src/pages/pageComponents/historyPage/ChannelRetain/index.jsx +666 -0
- package/src/pages/pageComponents/historyPage/ChannelRetain/index.less +40 -0
- package/src/pages/pageComponents/historyPage/DisposalModal/index.js +46 -0
- package/src/pages/pageComponents/historyPage/DisposalModal/index.less +17 -0
- package/src/pages/pageComponents/historyPage/MultiContentsRender/index.jsx +20 -0
- package/src/pages/pageComponents/historyPage/TwDetail/export.js +233 -0
- package/src/pages/pageComponents/historyPage/TwDetail/export.less +120 -0
- package/src/pages/pageComponents/historyPage/TwDetail/helper.js +794 -0
- package/src/pages/pageComponents/historyPage/TwDetail/index.jsx +427 -0
- package/src/pages/pageComponents/historyPage/TwDetail/index.less +63 -0
- package/src/pages/pageComponents/historyPage/TwNewDetail/export.js +231 -0
- package/src/pages/pageComponents/historyPage/TwNewDetail/export.less +120 -0
- package/src/pages/pageComponents/historyPage/TwNewDetail/helper.js +815 -0
- package/src/pages/pageComponents/historyPage/TwNewDetail/index.jsx +363 -0
- package/src/pages/pageComponents/historyPage/TwNewDetail/index.less +63 -0
- package/src/pages/pageComponents/historyPage/TypeOne/constants.js +195 -0
- package/src/pages/pageComponents/historyPage/TypeOne/index.jsx +2792 -0
- package/src/pages/pageComponents/historyPage/TypeOne/index.less +146 -0
- package/src/pages/pageComponents/historyPage/TypeThree/constants.js +29 -0
- package/src/pages/pageComponents/historyPage/TypeThree/index.jsx +2158 -0
- package/src/pages/pageComponents/historyPage/TypeThree/index.less +192 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/Fields/constant.js +11 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/Fields/index.jsx +261 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/Fields/styles.less +79 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSlider/index.jsx +99 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSlider/styles.less +64 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSliderDetail/index.jsx +113 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgSliderDetail/styles.less +14 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgTable/index.jsx +197 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/components/ImgTable/styles.less +52 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/constants.js +32 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/index.jsx +2225 -0
- package/src/pages/pageComponents/historyPage/TypeTwo/index.less +237 -0
- package/src/pages/pageComponents/historyPage/components/AddFilterDom/index.jsx +0 -0
- package/src/pages/pageComponents/historyPage/components/AddListModal/index.jsx +148 -0
- package/src/pages/pageComponents/historyPage/components/AddListModal/index.less +54 -0
- package/src/pages/pageComponents/historyPage/components/AddTextMdModal/constants.js +50 -0
- package/src/pages/pageComponents/historyPage/components/AddTextMdModal/index.jsx +233 -0
- package/src/pages/pageComponents/historyPage/components/AddTextMdModal/index.less +64 -0
- package/src/pages/pageComponents/historyPage/components/ExportTask/index.jsx +707 -0
- package/src/pages/pageComponents/historyPage/components/ExportTask/styles.less +120 -0
- package/src/pages/pageComponents/historyPage/components/FeedbackContent/index.jsx +463 -0
- package/src/pages/pageComponents/historyPage/components/FeedbackContent/index.less +47 -0
- package/src/pages/pageComponents/historyPage/components/FeedbackPanel/constants.js +1 -0
- package/src/pages/pageComponents/historyPage/components/FeedbackPanel/index.jsx +135 -0
- package/src/pages/pageComponents/historyPage/components/FeedbackPanel/styles.less +60 -0
- package/src/pages/pageComponents/historyPage/components/GroupFilter/index.js +378 -0
- package/src/pages/pageComponents/historyPage/components/GroupFilter/index.less +178 -0
- package/src/pages/pageComponents/historyPage/components/GroupFilter/type.ts +16 -0
- package/src/pages/pageComponents/historyPage/components/HistoryDetailDrawer/index.jsx +716 -0
- package/src/pages/pageComponents/historyPage/components/HistoryDetailDrawer/index.less +102 -0
- package/src/pages/pageComponents/historyPage/components/HistoryDetailDrawer/rgba.png +0 -0
- package/src/pages/pageComponents/historyPage/components/HistoryExport/export.png +0 -0
- package/src/pages/pageComponents/historyPage/components/HistoryExport/index.jsx +29 -0
- package/src/pages/pageComponents/historyPage/components/HistoryExport/index.less +21 -0
- package/src/pages/pageComponents/historyPage/components/ImgSimilar/index.js +124 -0
- package/src/pages/pageComponents/historyPage/components/ImgSimilar/index.less +130 -0
- package/src/pages/pageComponents/historyPage/components/ImgTextDetail/index.js +164 -0
- package/src/pages/pageComponents/historyPage/components/ImgTextDetail/index.less +75 -0
- package/src/pages/pageComponents/historyPage/components/NewHistoryDetailDrawer/formatSpecialFeature.ts +20 -0
- package/src/pages/pageComponents/historyPage/components/NewHistoryDetailDrawer/index.js +959 -0
- package/src/pages/pageComponents/historyPage/components/NewHistoryDetailDrawer/index.less +61 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/RiskInfo/index.less +26 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/RiskInfo/index.tsx +38 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamAudios/index.less +18 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamAudios/index.tsx +40 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamImages/index.less +21 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/components/renderStreamImages/index.tsx +48 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/fieldsConfig.ts +9 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/hooks/useStreamInfo.ts +49 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/index.less +11 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/index.tsx +101 -0
- package/src/pages/pageComponents/historyPage/components/StreamInfoModal/tableColumns.tsx +51 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/components/HistoryTaskDetail/index.jsx +41 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/components/HistoryTaskDetail/index.less +22 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/components/TJExportForm/index.jsx +73 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/components/TJExportForm/index.less +0 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/constants.js +487 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/getExportForm.js +103 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/index.jsx +309 -0
- package/src/pages/pageComponents/historyPage/components/TJExportTask/styles.less +142 -0
- package/src/pages/pageComponents/historyPage/components/contentRender/index.jsx +34 -0
- package/src/pages/pageComponents/historyPage/components/index.js +33 -0
- package/src/pages/pageComponents/historyPage/constants.js +611 -0
- package/src/pages/pageComponents/historyPage/help.js +224 -0
- package/src/pages/pageComponents/hooks/index.js +14 -0
- package/src/pages/pageComponents/hooks/index.less +10 -0
- package/src/pages/pageComponents/hooks/useForm.js +113 -0
- package/src/pages/pageComponents/hooks/useGetStorageTime/index.js +24 -0
- package/src/pages/pageComponents/hooks/useTableColumn.js +136 -0
- package/src/pages/pageComponents/mdPage/components/AddMdModal/index.jsx +240 -0
- package/src/pages/pageComponents/mdPage/components/AddMdModal/index.less +25 -0
- package/src/pages/pageComponents/mdPage/components/AddVideoModal/index.jsx +113 -0
- package/src/pages/pageComponents/mdPage/components/AddVideoModal/index.less +33 -0
- package/src/pages/pageComponents/mdPage/components/CreateMdForm/index.jsx +1205 -0
- package/src/pages/pageComponents/mdPage/components/CreateMdForm/index.less +140 -0
- package/src/pages/pageComponents/mdPage/components/ExpansionTable/index.js +150 -0
- package/src/pages/pageComponents/mdPage/components/ExpansionTable/index.less +9 -0
- package/src/pages/pageComponents/mdPage/components/MdContentImportModal/index.jsx +218 -0
- package/src/pages/pageComponents/mdPage/components/MdContentImportModal/index.less +11 -0
- package/src/pages/pageComponents/mdPage/components/MdContentModal/index.jsx +288 -0
- package/src/pages/pageComponents/mdPage/components/MdContentModal/index.less +11 -0
- package/src/pages/pageComponents/mdPage/components/RedTextViewer/index.jsx +33 -0
- package/src/pages/pageComponents/mdPage/components/RedTextViewer/index.less +4 -0
- package/src/pages/pageComponents/mdPage/components/RegexContents/img/example.png +0 -0
- package/src/pages/pageComponents/mdPage/components/RegexContents/index.js +1154 -0
- package/src/pages/pageComponents/mdPage/components/RegexContents/index.less +404 -0
- package/src/pages/pageComponents/mdPage/components/SMAdminForm/index.jsx +165 -0
- package/src/pages/pageComponents/mdPage/components/SMAdminForm/index.less +17 -0
- package/src/pages/pageComponents/mdPage/components/SMDatePicker/index.jsx +173 -0
- package/src/pages/pageComponents/mdPage/components/SMPopConfirm/img/tip.png +0 -0
- package/src/pages/pageComponents/mdPage/components/SMPopConfirm/index.jsx +116 -0
- package/src/pages/pageComponents/mdPage/components/SMPopConfirm/index.less +64 -0
- package/src/pages/pageComponents/mdPage/components/SegmentStatusTag/index.tsx +45 -0
- package/src/pages/pageComponents/mdPage/components/SensitivewordHintList/index.jsx +467 -0
- package/src/pages/pageComponents/mdPage/components/SensitivewordHintList/index.less +65 -0
- package/src/pages/pageComponents/mdPage/components/SensitivewordHintModal/index.jsx +80 -0
- package/src/pages/pageComponents/mdPage/components/SensitivewordHintModal/index.less +38 -0
- package/src/pages/pageComponents/mdPage/components/UpdateMdModal/index.jsx +929 -0
- package/src/pages/pageComponents/mdPage/components/UpdateMdModal/index.less +10 -0
- package/src/pages/pageComponents/mdPage/components/UploadImg/index.jsx +178 -0
- package/src/pages/pageComponents/mdPage/components/UploadImg/index.less +66 -0
- package/src/pages/pageComponents/mdPage/components/UploadVideo/index.jsx +409 -0
- package/src/pages/pageComponents/mdPage/components/UploadVideo/index.less +134 -0
- package/src/pages/pageComponents/mdPage/components/getIllegalWordList.jsx +14 -0
- package/src/pages/pageComponents/mdPage/components/isIllegalWord.jsx +8 -0
- package/src/pages/pageComponents/mdPage/constants.js +770 -0
- package/src/pages/pageComponents/mdPage/list/CommonType/contants.js +114 -0
- package/src/pages/pageComponents/mdPage/list/CommonType/index.jsx +2177 -0
- package/src/pages/pageComponents/mdPage/list/CommonType/index.less +21 -0
- package/src/pages/pageComponents/mdPage/listContent/CommonType/img/tip.png +0 -0
- package/src/pages/pageComponents/mdPage/listContent/CommonType/index.jsx +1584 -0
- package/src/pages/pageComponents/mdPage/listContent/CommonType/index.less +124 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgBlackType/img/tip.png +0 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgBlackType/index.jsx +1053 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgBlackType/index.less +142 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgType/img/tip.png +0 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgType/index.jsx +1185 -0
- package/src/pages/pageComponents/mdPage/listContent/ImgType/index.less +135 -0
- package/src/pages/pageComponents/mdPage/listContent/TextBlackType/img/tip.png +0 -0
- package/src/pages/pageComponents/mdPage/listContent/TextBlackType/index.jsx +1184 -0
- package/src/pages/pageComponents/mdPage/listContent/TextBlackType/index.less +104 -0
- package/src/pages/pageComponents/mdPage/listContentOpLog/CommonType/contants.js +24 -0
- package/src/pages/pageComponents/mdPage/listContentOpLog/CommonType/index.jsx +569 -0
- package/src/pages/pageComponents/mdPage/listContentOpLog/CommonType/index.less +7 -0
- package/src/pages/pageComponents/mdPage/listOpLog/CommonType/index.jsx +897 -0
- package/src/pages/pageComponents/mdPage/listOpLog/CommonType/index.less +11 -0
- package/src/pages/pageComponents/mdPage/listSearch/CommonType/index.jsx +696 -0
- package/src/pages/pageComponents/mdPage/listSearch/CommonType/index.less +16 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/ExtraButton/index.jsx +20 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/ExtraButton/index.less +15 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdContentTip/index.jsx +73 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdContentTip/index.less +16 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdLabel/index.jsx +18 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdLabel/index.less +9 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/defaultIcon.png +0 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/index.jsx +204 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/index.less +88 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTagSelect/intlDefaultIcon.png +0 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTimeInput/index.jsx +32 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/MdTimeInput/index.less +13 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/TabsImg/index.jsx +50 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/TabsImg/index.less +11 -0
- package/src/pages/pageComponents/newMdPage/NewList/components/index.js +15 -0
- package/src/pages/pageComponents/newMdPage/NewList/configure.js +179 -0
- package/src/pages/pageComponents/newMdPage/NewList/constants.js +2508 -0
- package/src/pages/pageComponents/newMdPage/NewList/getSubmitOperationSegmentStatus.js +41 -0
- package/src/pages/pageComponents/newMdPage/NewList/getUpdateOperationSegmentStatus.js +26 -0
- package/src/pages/pageComponents/newMdPage/NewList/index.jsx +761 -0
- package/src/pages/pageComponents/newMdPage/NewList/index.less +46 -0
- package/src/pages/pageComponents/newMdPage/components/CreateMdForm/index.jsx +82 -0
- package/src/pages/pageComponents/newMdPage/components/CreateMdForm/index.less +28 -0
- package/src/pages/pageComponents/newMdPage/components/MdFormV2/index.jsx +190 -0
- package/src/pages/pageComponents/newMdPage/components/MdFormV2/index.less +43 -0
- package/src/pages/pageComponents/newMdPage/list/constants.js +18 -0
- package/src/pages/pageComponents/newMdPage/list/index.jsx +465 -0
- package/src/pages/pageComponents/newMdPage/list/index.less +26 -0
- package/src/pages/pageComponents/newMdPage/listContent/index.jsx +0 -0
- package/src/pages/pageComponents/newMdPage/listContent/index.less +0 -0
- package/src/pages/pageComponents/newMdPage/listContentOplog/index.jsx +0 -0
- package/src/pages/pageComponents/newMdPage/listContentOplog/index.less +0 -0
- package/src/pages/pageComponents/newMdPage/listOplog/index.jsx +0 -0
- package/src/pages/pageComponents/newMdPage/listOplog/index.less +0 -0
- package/src/pages/pageComponents/rankPage/SensitiveRank/index.jsx +592 -0
- package/src/pages/pageComponents/rankPage/SensitiveRank/index.less +17 -0
- package/src/pages/pageComponents/riskAccount/img/tip.png +0 -0
- package/src/pages/pageComponents/riskAccount/index.jsx +568 -0
- package/src/pages/pageComponents/riskAccount/index.less +104 -0
- package/src/pages/pageComponents/trendPage/CaptchRisk/index.jsx +564 -0
- package/src/pages/pageComponents/trendPage/CaptchSecond/index.jsx +517 -0
- package/src/pages/pageComponents/trendPage/ChannelRisk/index.jsx +533 -0
- package/src/pages/pageComponents/trendPage/TwNewTrend/configure.js +88 -0
- package/src/pages/pageComponents/trendPage/TwNewTrend/index.jsx +274 -0
- package/src/pages/pageComponents/trendPage/TwNewTrend/index.less +11 -0
- package/src/pages/pageComponents/trendPage/TwTrend/configure.js +128 -0
- package/src/pages/pageComponents/trendPage/TwTrend/index.jsx +130 -0
- package/src/pages/pageComponents/trendPage/TwTrend/index.less +11 -0
- package/src/pages/pageComponents/trendPage/TypeFour/contants.js +119 -0
- package/src/pages/pageComponents/trendPage/TypeFour/index.jsx +527 -0
- package/src/pages/pageComponents/trendPage/TypeOne/index.jsx +1474 -0
- package/src/pages/pageComponents/trendPage/TypeThree/index.jsx +676 -0
- package/src/pages/pageComponents/trendPage/TypeTwo/index.jsx +772 -0
- package/src/pages/pageComponents/trendPage/helper.js +80 -0
- package/src/pages/pageComponents/trendPage/hooks/useLineChart.js +45 -0
- package/src/pages/pageComponents/trendPage/trend.less +28 -0
- package/src/pages/pageComponents/typeErrorCorrection/TypeErrorPage.js +657 -0
- package/src/pages/pageComponents/typeErrorCorrection/constants.js +1017 -0
- package/src/pages/pageComponents/typeErrorCorrection/index.jsx +1090 -0
- package/src/pages/pageComponents/typeErrorCorrection/index.less +76 -0
- package/src/pages/payment/common/index.js +635 -0
- package/src/pages/payment/components/SMBillCard/index.js +102 -0
- package/src/pages/payment/components/SMBillCard/index.less +76 -0
- package/src/pages/payment/components/SMExport/index.js +43 -0
- package/src/pages/payment/components/SMExport/index.less +15 -0
- package/src/pages/payment/components/SMTimeRange/index.js +31 -0
- package/src/pages/payment/components/SMTimeRange/index.less +22 -0
- package/src/pages/payment/components/index.js +14 -0
- package/src/pages/payment/contants.js +107 -0
- package/src/pages/payment/index.less +160 -0
- package/src/pages/payment/manual/index.js +190 -0
- package/src/pages/payment/manual/index.less +11 -0
- package/src/pages/payment/options.js +686 -0
- package/src/pages/riskyMember/three.js +438 -0
- package/src/pages/riskyMember/three.less +80 -0
- package/src/pages/tj/audioStream/errorCorrection/list/index.jsx +8 -0
- package/src/pages/tj/audioStream/errorCorrection/missReason/index.jsx +26 -0
- package/src/pages/tj/audioStream/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/audioStream/history/audioClips/index.jsx +62 -0
- package/src/pages/tj/audioStream/history/audioStream/index.jsx +240 -0
- package/src/pages/tj/audioStream/history/constants.js +401 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/list/index.jsx +229 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/listContent/index.jsx +27 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/listOpLog/index.jsx +120 -0
- package/src/pages/tj/audioStream/list/blackWhite/company/listRepetition/index.jsx +20 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/list/index.jsx +227 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/listOpLog/index.jsx +118 -0
- package/src/pages/tj/audioStream/list/blackWhite/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/audioStream/list/blackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/audioStream/list/blackWhite/global/list/index.jsx +164 -0
- package/src/pages/tj/audioStream/list/blackWhite/global/listContent/index.jsx +28 -0
- package/src/pages/tj/audioStream/list/blackWhite/global/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/audioStream/list/blackWhite/global/listOpLog/index.jsx +120 -0
- package/src/pages/tj/audioStream/list/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/audioStream/list/text/black/listContent/index.jsx +27 -0
- package/src/pages/tj/audioStream/list/text/black/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/audioStream/list/text/black/listRepetition/index.jsx +16 -0
- package/src/pages/tj/audioStream/list/text/company/list/contants.js +101 -0
- package/src/pages/tj/audioStream/list/text/company/list/index.jsx +403 -0
- package/src/pages/tj/audioStream/list/text/company/listContent/index.jsx +26 -0
- package/src/pages/tj/audioStream/list/text/company/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/audioStream/list/text/company/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/audioStream/list/text/company/listOpLog/index.jsx +120 -0
- package/src/pages/tj/audioStream/list/text/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/audioStream/list/text/custom/list/contants.js +87 -0
- package/src/pages/tj/audioStream/list/text/custom/list/index.jsx +323 -0
- package/src/pages/tj/audioStream/list/text/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/audioStream/list/text/custom/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/audioStream/list/text/custom/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/audioStream/list/text/custom/listOpLog/index.jsx +111 -0
- package/src/pages/tj/audioStream/list/text/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/audioStream/list/text/global/list/contants.js +94 -0
- package/src/pages/tj/audioStream/list/text/global/list/index.jsx +301 -0
- package/src/pages/tj/audioStream/list/text/global/listContent/index.jsx +28 -0
- package/src/pages/tj/audioStream/list/text/global/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/audioStream/list/text/global/listOpLog/index.jsx +109 -0
- package/src/pages/tj/audioStream/list/text/listSearch/index.jsx +19 -0
- package/src/pages/tj/audioStream/rank/audioSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/audioStream/trend/audioClips/index.jsx +59 -0
- package/src/pages/tj/audioStream/trend/audioStream/index.jsx +76 -0
- package/src/pages/tj/blackWhite/contants.js +112 -0
- package/src/pages/tj/blackWhite/list/index.jsx +224 -0
- package/src/pages/tj/blackWhite/listContent/index.jsx +24 -0
- package/src/pages/tj/blackWhite/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/blackWhite/listOpLog/index.jsx +66 -0
- package/src/pages/tj/blackWhite/listRepetition/index.jsx +15 -0
- package/src/pages/tj/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/components/BatchDisplay/index.jsx +107 -0
- package/src/pages/tj/components/BatchDisplay/index.less +39 -0
- package/src/pages/tj/components/CheckItemPage/index.jsx +278 -0
- package/src/pages/tj/components/CheckTaskPage/constants.js +98 -0
- package/src/pages/tj/components/CheckTaskPage/img/0.png +0 -0
- package/src/pages/tj/components/CheckTaskPage/img/1.png +0 -0
- package/src/pages/tj/components/CheckTaskPage/img/2.png +0 -0
- package/src/pages/tj/components/CheckTaskPage/img/4.png +0 -0
- package/src/pages/tj/components/CheckTaskPage/img/5.png +0 -0
- package/src/pages/tj/components/CheckTaskPage/img/index.js +13 -0
- package/src/pages/tj/components/CheckTaskPage/index.jsx +627 -0
- package/src/pages/tj/components/CheckTaskPage/index.less +54 -0
- package/src/pages/tj/components/CheckUpload/img/img-close.png +0 -0
- package/src/pages/tj/components/CheckUpload/img/img-open.png +0 -0
- package/src/pages/tj/components/CheckUpload/img/index.js +9 -0
- package/src/pages/tj/components/CheckUpload/img/remove.png +0 -0
- package/src/pages/tj/components/CheckUpload/index.jsx +301 -0
- package/src/pages/tj/components/CheckUpload/index.less +102 -0
- package/src/pages/tj/components/Custom/img/icon-add.png +0 -0
- package/src/pages/tj/components/Custom/index.jsx +400 -0
- package/src/pages/tj/components/Custom/index.less +122 -0
- package/src/pages/tj/components/IconOther/index.jsx +25 -0
- package/src/pages/tj/components/IconOther/index.less +17 -0
- package/src/pages/tj/components/ImgUpload/constants.js +12 -0
- package/src/pages/tj/components/ImgUpload/img/icon-add.png +0 -0
- package/src/pages/tj/components/ImgUpload/index.jsx +146 -0
- package/src/pages/tj/components/ImgUpload/index.less +105 -0
- package/src/pages/tj/components/KnowledgeResult/index.jsx +115 -0
- package/src/pages/tj/components/KnowledgeResult/index.less +103 -0
- package/src/pages/tj/components/MediaUpload/help.js +99 -0
- package/src/pages/tj/components/MediaUpload/img/img-close.png +0 -0
- package/src/pages/tj/components/MediaUpload/img/img-open.png +0 -0
- package/src/pages/tj/components/MediaUpload/img/index.js +9 -0
- package/src/pages/tj/components/MediaUpload/img/remove.png +0 -0
- package/src/pages/tj/components/MediaUpload/index.jsx +182 -0
- package/src/pages/tj/components/MediaUpload/index.less +123 -0
- package/src/pages/tj/components/ShowResult/constants.js +20 -0
- package/src/pages/tj/components/ShowResult/img/index.js +9 -0
- package/src/pages/tj/components/ShowResult/img/pass.png +0 -0
- package/src/pages/tj/components/ShowResult/img/reject.png +0 -0
- package/src/pages/tj/components/ShowResult/img/review.png +0 -0
- package/src/pages/tj/components/ShowResult/index.jsx +156 -0
- package/src/pages/tj/components/ShowResult/index.less +118 -0
- package/src/pages/tj/components/TrialForm/config.js +68 -0
- package/src/pages/tj/components/TrialForm/constants.js +20 -0
- package/src/pages/tj/components/TrialForm/img/img-close.png +0 -0
- package/src/pages/tj/components/TrialForm/img/img-open.png +0 -0
- package/src/pages/tj/components/TrialForm/index.js +302 -0
- package/src/pages/tj/components/TrialForm/index.less +76 -0
- package/src/pages/tj/components/help.js +41 -0
- package/src/pages/tj/components/hooks/constants.js +13 -0
- package/src/pages/tj/components/hooks/index.js +9 -0
- package/src/pages/tj/components/hooks/useAppChannel.js +353 -0
- package/src/pages/tj/components/hooks/useTrialItem.js +611 -0
- package/src/pages/tj/components/img/img-close.png +0 -0
- package/src/pages/tj/components/img/img-open.png +0 -0
- package/src/pages/tj/components/img/index.js +7 -0
- package/src/pages/tj/constants.js +524 -0
- package/src/pages/tj/multiModal/history/constants.js +535 -0
- package/src/pages/tj/multiModal/history/text/buildHistoryTaskDetail.js +134 -0
- package/src/pages/tj/multiModal/history/text/index.jsx +526 -0
- package/src/pages/tj/multiModal/trend/text/index.jsx +8 -0
- package/src/pages/tj/postAudio/errorCorrection/list/index.jsx +8 -0
- package/src/pages/tj/postAudio/errorCorrection/missReason/index.jsx +26 -0
- package/src/pages/tj/postAudio/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/postAudio/history/audioClips/index.jsx +28 -0
- package/src/pages/tj/postAudio/history/constants.js +427 -0
- package/src/pages/tj/postAudio/history/postAudio/index.jsx +28 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/list/index.jsx +232 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/listContent/index.jsx +27 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/listOpLog/index.jsx +113 -0
- package/src/pages/tj/postAudio/list/blackWhite/company/listRepetition/index.jsx +19 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/list/index.jsx +221 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/listContent/index.jsx +27 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/listOpLog/index.jsx +112 -0
- package/src/pages/tj/postAudio/list/blackWhite/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/postAudio/list/blackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/postAudio/list/blackWhite/global/list/index.jsx +147 -0
- package/src/pages/tj/postAudio/list/blackWhite/global/listContent/index.jsx +27 -0
- package/src/pages/tj/postAudio/list/blackWhite/global/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/postAudio/list/blackWhite/global/listOpLog/index.jsx +113 -0
- package/src/pages/tj/postAudio/list/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/postAudio/list/text/black/listContent/index.jsx +27 -0
- package/src/pages/tj/postAudio/list/text/black/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/postAudio/list/text/black/listRepetition/index.jsx +16 -0
- package/src/pages/tj/postAudio/list/text/company/list/contants.js +101 -0
- package/src/pages/tj/postAudio/list/text/company/list/index.jsx +411 -0
- package/src/pages/tj/postAudio/list/text/company/listContent/index.jsx +26 -0
- package/src/pages/tj/postAudio/list/text/company/listContent/listRepetition/index.jsx +16 -0
- package/src/pages/tj/postAudio/list/text/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postAudio/list/text/company/listOpLog/index.jsx +119 -0
- package/src/pages/tj/postAudio/list/text/company/listRepetition/index.jsx +16 -0
- package/src/pages/tj/postAudio/list/text/custom/list/contants.js +87 -0
- package/src/pages/tj/postAudio/list/text/custom/list/index.jsx +322 -0
- package/src/pages/tj/postAudio/list/text/custom/listContent/index.jsx +28 -0
- package/src/pages/tj/postAudio/list/text/custom/listContent/listRepetition/index.jsx +16 -0
- package/src/pages/tj/postAudio/list/text/custom/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postAudio/list/text/custom/listOpLog/index.jsx +111 -0
- package/src/pages/tj/postAudio/list/text/custom/listRepetition/index.jsx +16 -0
- package/src/pages/tj/postAudio/list/text/global/list/contants.js +94 -0
- package/src/pages/tj/postAudio/list/text/global/list/index.jsx +290 -0
- package/src/pages/tj/postAudio/list/text/global/listContent/index.jsx +28 -0
- package/src/pages/tj/postAudio/list/text/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postAudio/list/text/global/listOpLog/index.jsx +108 -0
- package/src/pages/tj/postAudio/list/text/listSearch/index.jsx +19 -0
- package/src/pages/tj/postAudio/rank/audioSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/postAudio/trend/audioClips/index.jsx +57 -0
- package/src/pages/tj/postAudio/trend/postAudio/index.jsx +8 -0
- package/src/pages/tj/postImg/errorCorrection/list/index.jsx +35 -0
- package/src/pages/tj/postImg/errorCorrection/list/index.less +0 -0
- package/src/pages/tj/postImg/errorCorrection/missReason/index.jsx +26 -0
- package/src/pages/tj/postImg/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/postImg/history/constants.js +112 -0
- package/src/pages/tj/postImg/history/postImg/buildHistoryTaskDetail.js +129 -0
- package/src/pages/tj/postImg/history/postImg/index.jsx +190 -0
- package/src/pages/tj/postImg/list/blackWhite/company/list/contants.js +90 -0
- package/src/pages/tj/postImg/list/blackWhite/company/list/index.jsx +233 -0
- package/src/pages/tj/postImg/list/blackWhite/company/listContent/index.jsx +19 -0
- package/src/pages/tj/postImg/list/blackWhite/company/listContentOpLog/index.jsx +17 -0
- package/src/pages/tj/postImg/list/blackWhite/company/listOpLog/index.jsx +100 -0
- package/src/pages/tj/postImg/list/blackWhite/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/list/index.jsx +217 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/listContent/index.jsx +25 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/listOpLog/index.jsx +99 -0
- package/src/pages/tj/postImg/list/blackWhite/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postImg/list/blackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/postImg/list/blackWhite/global/list/index.jsx +147 -0
- package/src/pages/tj/postImg/list/blackWhite/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postImg/list/blackWhite/global/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postImg/list/blackWhite/global/listOpLog/index.jsx +100 -0
- package/src/pages/tj/postImg/list/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/postImg/list/components/DatePickerV2/index.less +0 -0
- package/src/pages/tj/postImg/list/components/DatePickerV2/index.tsx +34 -0
- package/src/pages/tj/postImg/list/components/ExportDom/index.less +6 -0
- package/src/pages/tj/postImg/list/components/ExportDom/index.tsx +63 -0
- package/src/pages/tj/postImg/list/components/LabelSearchV2/index.less +0 -0
- package/src/pages/tj/postImg/list/components/LabelSearchV2/index.tsx +84 -0
- package/src/pages/tj/postImg/list/components/SearchFormV2/getFormItems.tsx +121 -0
- package/src/pages/tj/postImg/list/components/SearchFormV2/index.less +91 -0
- package/src/pages/tj/postImg/list/components/SearchFormV2/index.tsx +73 -0
- package/src/pages/tj/postImg/list/formatAppIdOrChannelRender.js +52 -0
- package/src/pages/tj/postImg/list/formatSubmitParams.js +32 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/BreadCrumbSimilar/index.less +4 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/BreadCrumbSimilar/index.tsx +57 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/SimilarImage/index.less +30 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/components/SimilarImage/index.tsx +135 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/getSearchFormConfig.ts +71 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/index.less +24 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/detail/index.tsx +151 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/formatSubmitParams.ts +18 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/getLabColumns.tsx +135 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/getSearchFormConfig.ts +81 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/index.less +63 -0
- package/src/pages/tj/postImg/list/laboratory/blackImgSimilar/list/index.tsx +271 -0
- package/src/pages/tj/postImg/list/laboratory/formatQueryParams.ts +5 -0
- package/src/pages/tj/postImg/list/laboratory/hooks/useMdLab.ts +67 -0
- package/src/pages/tj/postImg/list/laboratory/hooks/useMdLabHit.ts +39 -0
- package/src/pages/tj/postImg/list/laboratory/type.d.ts +23 -0
- package/src/pages/tj/postImg/list/laboratory/whiteImgSimilar/detail/index.tsx +9 -0
- package/src/pages/tj/postImg/list/laboratory/whiteImgSimilar/index.tsx +9 -0
- package/src/pages/tj/postImg/list/laboratory/whiteImgSimilar/list/index.tsx +9 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/components/ListUpdateForm/index.tsx +92 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/getImgListColumns.tsx +173 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/getSearchFormConfig.ts +49 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/hooks/useImgSimilarList.tsx +142 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/index.less +25 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/List/index.tsx +237 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/BatchForm/BatchUpload.tsx +49 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/BatchForm/index.less +11 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/BatchForm/index.tsx +113 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/CreateForm/index.less +0 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/components/CreateForm/index.tsx +72 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/getImgListColumns.tsx +72 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/getSearchFormConfig.ts +41 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/getSelectionExtraDom.tsx +34 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/hooks/useImgSimilarListContent.tsx +118 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/index.less +74 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContent/index.tsx +301 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/getImgListColumns.tsx +80 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/getSearchFormConfig.ts +69 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/hooks/useSimilarListRecord.ts +41 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/index.less +20 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListContentRecord/index.tsx +145 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListCreate/index.less +15 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListCreate/index.tsx +172 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/getImgListColumns.tsx +68 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/getSearchFormConfig.ts +87 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/hooks/useSimilarListRecord.ts +41 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/index.less +19 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/ListRecord/index.tsx +158 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/ImgSimilarForm/index.tsx +120 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/MultiSelect/index.less +0 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/MultiSelect/index.tsx +118 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/checkImageExist.ts +36 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/constants.ts +25 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/getBase64.ts +9 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/icon-add.png +0 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/index.less +306 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/index.tsx +238 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SimilarUpload/uploadIcon.svg +14 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SingleSelect/index.less +0 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/components/SingleSelect/index.tsx +28 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/constants.js +29 -0
- package/src/pages/tj/postImg/list/postImg/ImgSimilar/index.tsx +40 -0
- package/src/pages/tj/postImg/list/postImg/black/listContent/index.jsx +24 -0
- package/src/pages/tj/postImg/list/postImg/black/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postImg/list/postImg/company/list/contants.js +94 -0
- package/src/pages/tj/postImg/list/postImg/company/list/index.jsx +254 -0
- package/src/pages/tj/postImg/list/postImg/company/listContent/index.jsx +29 -0
- package/src/pages/tj/postImg/list/postImg/company/listContentOpLog/index.jsx +28 -0
- package/src/pages/tj/postImg/list/postImg/company/listOpLog/index.jsx +86 -0
- package/src/pages/tj/postImg/list/postImg/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postImg/list/postImg/custom/list/contants.js +73 -0
- package/src/pages/tj/postImg/list/postImg/custom/list/index.jsx +247 -0
- package/src/pages/tj/postImg/list/postImg/custom/listContent/index.jsx +34 -0
- package/src/pages/tj/postImg/list/postImg/custom/listContentOpLog/index.jsx +27 -0
- package/src/pages/tj/postImg/list/postImg/custom/listOpLog/index.jsx +86 -0
- package/src/pages/tj/postImg/list/postImg/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postImg/list/postImg/global/list/contants.js +87 -0
- package/src/pages/tj/postImg/list/postImg/global/list/index.jsx +196 -0
- package/src/pages/tj/postImg/list/postImg/global/listContent/index.jsx +27 -0
- package/src/pages/tj/postImg/list/postImg/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postImg/list/postImg/global/listOpLog/index.jsx +82 -0
- package/src/pages/tj/postImg/list/postImg/listSearch/index.jsx +20 -0
- package/src/pages/tj/postImg/list/postImg/similarBlack/listContent/index.jsx +27 -0
- package/src/pages/tj/postImg/list/postImg/similarBlack/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postImg/list/postImg/tabContentLayoutImage/index.jsx +64 -0
- package/src/pages/tj/postImg/list/text/black/listContent/index.jsx +24 -0
- package/src/pages/tj/postImg/list/text/black/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/postImg/list/text/black/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postImg/list/text/company/list/contants.js +101 -0
- package/src/pages/tj/postImg/list/text/company/list/index.jsx +368 -0
- package/src/pages/tj/postImg/list/text/company/listContent/index.jsx +24 -0
- package/src/pages/tj/postImg/list/text/company/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postImg/list/text/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postImg/list/text/company/listOpLog/index.jsx +109 -0
- package/src/pages/tj/postImg/list/text/company/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postImg/list/text/custom/list/contants.js +87 -0
- package/src/pages/tj/postImg/list/text/custom/list/index.jsx +318 -0
- package/src/pages/tj/postImg/list/text/custom/listContent/index.jsx +32 -0
- package/src/pages/tj/postImg/list/text/custom/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postImg/list/text/custom/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/postImg/list/text/custom/listOpLog/index.jsx +110 -0
- package/src/pages/tj/postImg/list/text/custom/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postImg/list/text/global/list/contants.js +94 -0
- package/src/pages/tj/postImg/list/text/global/list/index.jsx +289 -0
- package/src/pages/tj/postImg/list/text/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postImg/list/text/global/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postImg/list/text/global/listOpLog/index.jsx +99 -0
- package/src/pages/tj/postImg/list/text/listSearch/index.jsx +19 -0
- package/src/pages/tj/postImg/trend/postImg/index.jsx +50 -0
- package/src/pages/tj/postVideo/errorCorrection/audioList/index.jsx +8 -0
- package/src/pages/tj/postVideo/errorCorrection/audioMissReason/index.jsx +26 -0
- package/src/pages/tj/postVideo/errorCorrection/constants.js +490 -0
- package/src/pages/tj/postVideo/errorCorrection/imgList/index.jsx +8 -0
- package/src/pages/tj/postVideo/errorCorrection/imgMissReason/index.jsx +26 -0
- package/src/pages/tj/postVideo/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/postVideo/history/audioClips/index.jsx +27 -0
- package/src/pages/tj/postVideo/history/constants.js +590 -0
- package/src/pages/tj/postVideo/history/imgClips/index.jsx +64 -0
- package/src/pages/tj/postVideo/history/videoFile/index.jsx +25 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/list/index.jsx +228 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/listContent/index.jsx +25 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/listOpLog/index.jsx +112 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/list/index.jsx +203 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listContent/index.jsx +25 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listOpLog/index.jsx +111 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/global/list/index.jsx +148 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/global/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/global/listOpLog/index.jsx +112 -0
- package/src/pages/tj/postVideo/list/audioBlackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/postVideo/list/audioText/black/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/audioText/black/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/postVideo/list/audioText/black/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/audioText/company/list/contants.js +101 -0
- package/src/pages/tj/postVideo/list/audioText/company/list/index.jsx +397 -0
- package/src/pages/tj/postVideo/list/audioText/company/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/audioText/company/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/audioText/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/audioText/company/listOpLog/index.jsx +118 -0
- package/src/pages/tj/postVideo/list/audioText/company/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/audioText/custom/list/contants.js +87 -0
- package/src/pages/tj/postVideo/list/audioText/custom/list/index.jsx +304 -0
- package/src/pages/tj/postVideo/list/audioText/custom/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/audioText/custom/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/audioText/custom/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/audioText/custom/listOpLog/index.jsx +112 -0
- package/src/pages/tj/postVideo/list/audioText/custom/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/audioText/global/list/contants.js +94 -0
- package/src/pages/tj/postVideo/list/audioText/global/list/index.jsx +297 -0
- package/src/pages/tj/postVideo/list/audioText/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/audioText/global/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/audioText/global/listOpLog/index.jsx +108 -0
- package/src/pages/tj/postVideo/list/audioText/listSearch/index.jsx +19 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/list/index.jsx +229 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/listContent/index.jsx +25 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/listOpLog/index.jsx +100 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/list/index.jsx +217 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listContent/index.jsx +25 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listOpLog/index.jsx +99 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/global/list/index.jsx +146 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/global/listContentOpLog/index.jsx +21 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/global/listOpLog/index.jsx +100 -0
- package/src/pages/tj/postVideo/list/imgBlackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/postVideo/list/imgText/black/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/imgText/black/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/postVideo/list/imgText/black/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/imgText/company/list/contants.js +101 -0
- package/src/pages/tj/postVideo/list/imgText/company/list/index.jsx +363 -0
- package/src/pages/tj/postVideo/list/imgText/company/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/imgText/company/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/imgText/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/imgText/company/listOpLog/index.jsx +110 -0
- package/src/pages/tj/postVideo/list/imgText/company/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/imgText/custom/list/contants.js +87 -0
- package/src/pages/tj/postVideo/list/imgText/custom/list/index.jsx +310 -0
- package/src/pages/tj/postVideo/list/imgText/custom/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/imgText/custom/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/imgText/custom/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/imgText/custom/listOpLog/index.jsx +104 -0
- package/src/pages/tj/postVideo/list/imgText/custom/listRepetition/index.jsx +15 -0
- package/src/pages/tj/postVideo/list/imgText/global/list/contants.js +94 -0
- package/src/pages/tj/postVideo/list/imgText/global/list/index.jsx +293 -0
- package/src/pages/tj/postVideo/list/imgText/global/listContent/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/imgText/global/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/imgText/global/listOpLog/index.jsx +100 -0
- package/src/pages/tj/postVideo/list/imgText/listSearch/index.jsx +19 -0
- package/src/pages/tj/postVideo/list/postImg/black/listContent/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/postImg/black/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/postVideo/list/postImg/company/list/contants.js +94 -0
- package/src/pages/tj/postVideo/list/postImg/company/list/index.jsx +245 -0
- package/src/pages/tj/postVideo/list/postImg/company/listContent/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/postImg/company/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/postVideo/list/postImg/company/listOpLog/index.jsx +84 -0
- package/src/pages/tj/postVideo/list/postImg/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/postImg/custom/list/contants.js +73 -0
- package/src/pages/tj/postVideo/list/postImg/custom/list/index.jsx +233 -0
- package/src/pages/tj/postVideo/list/postImg/custom/listContent/index.jsx +27 -0
- package/src/pages/tj/postVideo/list/postImg/custom/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/postImg/custom/listOpLog/index.jsx +80 -0
- package/src/pages/tj/postVideo/list/postImg/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/postVideo/list/postImg/global/list/contants.js +87 -0
- package/src/pages/tj/postVideo/list/postImg/global/list/index.jsx +196 -0
- package/src/pages/tj/postVideo/list/postImg/global/listContent/index.jsx +27 -0
- package/src/pages/tj/postVideo/list/postImg/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/postVideo/list/postImg/global/listOpLog/index.jsx +82 -0
- package/src/pages/tj/postVideo/list/postImg/listSearch/index.jsx +21 -0
- package/src/pages/tj/postVideo/rank/audioSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/postVideo/rank/imgSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/postVideo/trend/audioClips/index.jsx +50 -0
- package/src/pages/tj/postVideo/trend/imgClips/index.jsx +50 -0
- package/src/pages/tj/postVideo/trend/videoFile/index.jsx +50 -0
- package/src/pages/tj/risk/account/index.jsx +18 -0
- package/src/pages/tj/sensitive/list/contants.js +24 -0
- package/src/pages/tj/sensitive/list/index.jsx +20 -0
- package/src/pages/tj/sensitive/listContent/index.jsx +29 -0
- package/src/pages/tj/sensitive/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/sensitive/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/sensitive/listOpLog/index.jsx +121 -0
- package/src/pages/tj/text/check/batch/index.jsx +24 -0
- package/src/pages/tj/text/check/constants.js +1696 -0
- package/src/pages/tj/text/check/item/index.jsx +26 -0
- package/src/pages/tj/text/errorCorrection/list/index.jsx +52 -0
- package/src/pages/tj/text/errorCorrection/missReason/index.jsx +26 -0
- package/src/pages/tj/text/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/text/history/constants.js +535 -0
- package/src/pages/tj/text/history/text/buildHistoryTaskDetail.js +134 -0
- package/src/pages/tj/text/history/text/index.jsx +526 -0
- package/src/pages/tj/text/list/blackWhite/company/list/contants.js +98 -0
- package/src/pages/tj/text/list/blackWhite/company/list/index.jsx +230 -0
- package/src/pages/tj/text/list/blackWhite/company/listContent/index.jsx +25 -0
- package/src/pages/tj/text/list/blackWhite/company/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/text/list/blackWhite/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/text/list/blackWhite/company/listOpLog/index.jsx +120 -0
- package/src/pages/tj/text/list/blackWhite/company/listRepetition/index.jsx +19 -0
- package/src/pages/tj/text/list/blackWhite/custom/list/contants.js +82 -0
- package/src/pages/tj/text/list/blackWhite/custom/list/index.jsx +219 -0
- package/src/pages/tj/text/list/blackWhite/custom/listContent/index.jsx +25 -0
- package/src/pages/tj/text/list/blackWhite/custom/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/text/list/blackWhite/custom/listOpLog/index.jsx +117 -0
- package/src/pages/tj/text/list/blackWhite/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/text/list/blackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/text/list/blackWhite/global/list/index.jsx +145 -0
- package/src/pages/tj/text/list/blackWhite/global/listContent/index.jsx +26 -0
- package/src/pages/tj/text/list/blackWhite/global/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/text/list/blackWhite/global/listOpLog/index.jsx +113 -0
- package/src/pages/tj/text/list/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/text/list/text/black/listContent/index.jsx +25 -0
- package/src/pages/tj/text/list/text/black/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/text/list/text/black/listRepetition/index.jsx +16 -0
- package/src/pages/tj/text/list/text/company/list/contants.js +114 -0
- package/src/pages/tj/text/list/text/company/list/index.jsx +422 -0
- package/src/pages/tj/text/list/text/company/listContent/index.jsx +32 -0
- package/src/pages/tj/text/list/text/company/listContent/listRepetition/index.jsx +16 -0
- package/src/pages/tj/text/list/text/company/listContentOpLog/index.jsx +29 -0
- package/src/pages/tj/text/list/text/company/listOpLog/index.jsx +129 -0
- package/src/pages/tj/text/list/text/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/text/list/text/custom/list/contants.js +743 -0
- package/src/pages/tj/text/list/text/custom/list/index.jsx +36 -0
- package/src/pages/tj/text/list/text/custom/listContent/index.jsx +36 -0
- package/src/pages/tj/text/list/text/custom/listContent/listRepetition/index.jsx +15 -0
- package/src/pages/tj/text/list/text/custom/listContentOpLog/index.jsx +27 -0
- package/src/pages/tj/text/list/text/custom/listOpLog/index.jsx +124 -0
- package/src/pages/tj/text/list/text/custom/listRepetition/index.jsx +15 -0
- package/src/pages/tj/text/list/text/global/list/contants.js +94 -0
- package/src/pages/tj/text/list/text/global/list/index.jsx +326 -0
- package/src/pages/tj/text/list/text/global/listContent/index.jsx +27 -0
- package/src/pages/tj/text/list/text/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/text/list/text/global/listOpLog/index.jsx +111 -0
- package/src/pages/tj/text/list/text/lab/contants.js +346 -0
- package/src/pages/tj/text/list/text/lab/hooks/useHitListExport.js +38 -0
- package/src/pages/tj/text/list/text/lab/index.jsx +479 -0
- package/src/pages/tj/text/list/text/lab/index.less +29 -0
- package/src/pages/tj/text/list/text/lab/viewHit/index.jsx +231 -0
- package/src/pages/tj/text/list/text/lab/viewHit/index.less +43 -0
- package/src/pages/tj/text/list/text/listSearch/index.jsx +19 -0
- package/src/pages/tj/text/rank/constants.js +10 -0
- package/src/pages/tj/text/rank/index.js +36 -0
- package/src/pages/tj/text/trend/text/index.jsx +8 -0
- package/src/pages/tj/videoStream/errorCorrection/audioList/index.jsx +8 -0
- package/src/pages/tj/videoStream/errorCorrection/audioMissReason/index.jsx +26 -0
- package/src/pages/tj/videoStream/errorCorrection/imgList/index.jsx +8 -0
- package/src/pages/tj/videoStream/errorCorrection/imgMissReason/index.jsx +26 -0
- package/src/pages/tj/videoStream/errorCorrection/trend/index.jsx +19 -0
- package/src/pages/tj/videoStream/history/audioClips/index.jsx +160 -0
- package/src/pages/tj/videoStream/history/constants.js +394 -0
- package/src/pages/tj/videoStream/history/imgClips/index.jsx +58 -0
- package/src/pages/tj/videoStream/history/videoStream/index.jsx +120 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/list/index.jsx +217 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/listContent/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/listOpLog/index.jsx +116 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/company/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/list/index.jsx +205 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listOpLog/index.jsx +115 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/global/list/index.jsx +149 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/global/listContent/index.jsx +27 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/global/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/global/listOpLog/index.jsx +116 -0
- package/src/pages/tj/videoStream/list/audioBlackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/audioText/black/listContent/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/audioText/black/listContentOpLog/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/audioText/black/listRepetition/index.jsx +16 -0
- package/src/pages/tj/videoStream/list/audioText/company/list/contants.js +94 -0
- package/src/pages/tj/videoStream/list/audioText/company/list/index.jsx +395 -0
- package/src/pages/tj/videoStream/list/audioText/company/listContent/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/audioText/company/listContent/listRepetition/index.jsx +16 -0
- package/src/pages/tj/videoStream/list/audioText/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/audioText/company/listOpLog/index.jsx +120 -0
- package/src/pages/tj/videoStream/list/audioText/company/listRepetition/index.jsx +16 -0
- package/src/pages/tj/videoStream/list/audioText/custom/list/contants.js +80 -0
- package/src/pages/tj/videoStream/list/audioText/custom/list/index.jsx +312 -0
- package/src/pages/tj/videoStream/list/audioText/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/audioText/custom/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/audioText/custom/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/audioText/custom/listOpLog/index.jsx +114 -0
- package/src/pages/tj/videoStream/list/audioText/custom/listRepetition/index.jsx +16 -0
- package/src/pages/tj/videoStream/list/audioText/global/list/contants.js +87 -0
- package/src/pages/tj/videoStream/list/audioText/global/list/index.jsx +306 -0
- package/src/pages/tj/videoStream/list/audioText/global/listContent/index.jsx +27 -0
- package/src/pages/tj/videoStream/list/audioText/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/audioText/global/listOpLog/index.jsx +110 -0
- package/src/pages/tj/videoStream/list/audioText/listSearch/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/list/contants.js +80 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/list/index.jsx +231 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/listOpLog/index.jsx +104 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/company/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/list/contants.js +66 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/list/index.jsx +220 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listOpLog/index.jsx +103 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/global/list/contants.js +73 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/global/list/index.jsx +149 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/global/listContent/index.jsx +27 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/global/listContentOpLog/index.jsx +22 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/global/listOpLog/index.jsx +104 -0
- package/src/pages/tj/videoStream/list/imgBlackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/imgText/black/listContent/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/imgText/black/listContentOpLog/index.jsx +23 -0
- package/src/pages/tj/videoStream/list/imgText/black/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/imgText/company/list/contants.js +94 -0
- package/src/pages/tj/videoStream/list/imgText/company/list/index.jsx +357 -0
- package/src/pages/tj/videoStream/list/imgText/company/listContent/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/imgText/company/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/imgText/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/imgText/company/listOpLog/index.jsx +112 -0
- package/src/pages/tj/videoStream/list/imgText/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/imgText/custom/list/contants.js +80 -0
- package/src/pages/tj/videoStream/list/imgText/custom/list/index.jsx +305 -0
- package/src/pages/tj/videoStream/list/imgText/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/imgText/custom/listContent/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/imgText/custom/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/imgText/custom/listOpLog/index.jsx +106 -0
- package/src/pages/tj/videoStream/list/imgText/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tj/videoStream/list/imgText/global/list/contants.js +87 -0
- package/src/pages/tj/videoStream/list/imgText/global/list/index.jsx +276 -0
- package/src/pages/tj/videoStream/list/imgText/global/listContent/index.jsx +27 -0
- package/src/pages/tj/videoStream/list/imgText/global/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/imgText/global/listOpLog/index.jsx +102 -0
- package/src/pages/tj/videoStream/list/imgText/listSearch/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/postImg/black/listContent/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/postImg/black/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/videoStream/list/postImg/company/list/contants.js +94 -0
- package/src/pages/tj/videoStream/list/postImg/company/list/index.jsx +250 -0
- package/src/pages/tj/videoStream/list/postImg/company/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/postImg/company/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/postImg/company/listOpLog/index.jsx +86 -0
- package/src/pages/tj/videoStream/list/postImg/company/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/postImg/custom/list/contants.js +73 -0
- package/src/pages/tj/videoStream/list/postImg/custom/list/index.jsx +249 -0
- package/src/pages/tj/videoStream/list/postImg/custom/listContent/index.jsx +26 -0
- package/src/pages/tj/videoStream/list/postImg/custom/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/postImg/custom/listOpLog/index.jsx +84 -0
- package/src/pages/tj/videoStream/list/postImg/custom/listRepetition/index.jsx +19 -0
- package/src/pages/tj/videoStream/list/postImg/global/list/contants.js +87 -0
- package/src/pages/tj/videoStream/list/postImg/global/list/index.jsx +176 -0
- package/src/pages/tj/videoStream/list/postImg/global/listContent/index.jsx +27 -0
- package/src/pages/tj/videoStream/list/postImg/global/listContentOpLog/index.jsx +25 -0
- package/src/pages/tj/videoStream/list/postImg/global/listOpLog/index.jsx +86 -0
- package/src/pages/tj/videoStream/list/postImg/listSearch/index.jsx +21 -0
- package/src/pages/tj/videoStream/rank/audioSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/videoStream/rank/imgSensitiveWord/index.jsx +18 -0
- package/src/pages/tj/videoStream/trend/audioClips/index.jsx +50 -0
- package/src/pages/tj/videoStream/trend/imgClips/index.jsx +49 -0
- package/src/pages/tj/videoStream/trend/videoStream/index.jsx +76 -0
- package/src/pages/tj/web/history/web/buildHistoryTaskDetail.js +240 -0
- package/src/pages/tj/web/history/web/index.jsx +26 -0
- package/src/pages/tj/web/list/web/company/list/contants.js +114 -0
- package/src/pages/tj/web/list/web/company/list/index.jsx +400 -0
- package/src/pages/tj/web/list/web/company/listContent/index.jsx +24 -0
- package/src/pages/tj/web/list/web/company/listContent/listRepetition/index.jsx +16 -0
- package/src/pages/tj/web/list/web/company/listContentOpLog/index.jsx +24 -0
- package/src/pages/tj/web/list/web/company/listOpLog/index.jsx +126 -0
- package/src/pages/tj/web/list/web/company/listRepetition/index.jsx +17 -0
- package/src/pages/tj/web/trend/web/index.jsx +8 -0
- package/src/pages/tw/activity/components/ActivityOverviewCard/index.jsx +109 -0
- package/src/pages/tw/activity/components/ActivityOverviewCard/index.less +36 -0
- package/src/pages/tw/activity/components/riskFilter.js +180 -0
- package/src/pages/tw/activity/components/riskFilter.less +32 -0
- package/src/pages/tw/activity/index.less +77 -0
- package/src/pages/tw/activity/ranking/index.jsx +532 -0
- package/src/pages/tw/activity/trend/index.jsx +296 -0
- package/src/pages/tw/activity/user/index.jsx +112 -0
- package/src/pages/tw/antiRobotSms/history/constants.js +299 -0
- package/src/pages/tw/antiRobotSms/history/exportConfig.js +159 -0
- package/src/pages/tw/antiRobotSms/history/index.jsx +303 -0
- package/src/pages/tw/antiRobotSms/trend/index.jsx +13 -0
- package/src/pages/tw/blackWhite/company/list/contants.js +80 -0
- package/src/pages/tw/blackWhite/company/list/index.jsx +270 -0
- package/src/pages/tw/blackWhite/company/listContent/index.jsx +25 -0
- package/src/pages/tw/blackWhite/company/listContentOpLog/index.jsx +22 -0
- package/src/pages/tw/blackWhite/company/listOpLog/index.jsx +119 -0
- package/src/pages/tw/blackWhite/company/listRepetition/index.jsx +17 -0
- package/src/pages/tw/blackWhite/constants.js +3 -0
- package/src/pages/tw/blackWhite/custom/list/contants.js +82 -0
- package/src/pages/tw/blackWhite/custom/list/index.jsx +260 -0
- package/src/pages/tw/blackWhite/custom/listContent/index.jsx +19 -0
- package/src/pages/tw/blackWhite/custom/listContentOpLog/index.jsx +15 -0
- package/src/pages/tw/blackWhite/custom/listOpLog/index.jsx +117 -0
- package/src/pages/tw/blackWhite/custom/listRepetition/index.jsx +17 -0
- package/src/pages/tw/blackWhite/global/list/contants.js +82 -0
- package/src/pages/tw/blackWhite/global/list/index.jsx +155 -0
- package/src/pages/tw/blackWhite/global/listContent/index.jsx +20 -0
- package/src/pages/tw/blackWhite/global/listContentOpLog/index.jsx +15 -0
- package/src/pages/tw/blackWhite/global/listOpLog/index.jsx +118 -0
- package/src/pages/tw/blackWhite/listSearch/index.jsx +19 -0
- package/src/pages/tw/components/exportConfig.js +330 -0
- package/src/pages/tw/constants.js +87 -0
- package/src/pages/tw/event/dataUpload/index.jsx +405 -0
- package/src/pages/tw/event/dataUpload/index.less +73 -0
- package/src/pages/tw/event/disposal/constants.js +71 -0
- package/src/pages/tw/event/disposal/getSearchForm.js +158 -0
- package/src/pages/tw/event/disposal/getTableColumns.js +99 -0
- package/src/pages/tw/event/disposal/index.jsx +86 -0
- package/src/pages/tw/event/disposal/index.less +13 -0
- package/src/pages/tw/event/history/constants.js +700 -0
- package/src/pages/tw/event/history/exportConfig.js +170 -0
- package/src/pages/tw/event/history/index.jsx +795 -0
- package/src/pages/tw/event/occupyRate/index.jsx +53 -0
- package/src/pages/tw/event/queryOrder/index.jsx +102 -0
- package/src/pages/tw/event/trend/index.jsx +78 -0
- package/src/pages/tw/login/history/constants.js +484 -0
- package/src/pages/tw/login/history/exportConfig.js +158 -0
- package/src/pages/tw/login/history/index.jsx +406 -0
- package/src/pages/tw/login/trend/index.jsx +78 -0
- package/src/pages/tw/marketing/history/constants.js +407 -0
- package/src/pages/tw/marketing/history/exportConfig.js +159 -0
- package/src/pages/tw/marketing/history/index.jsx +384 -0
- package/src/pages/tw/marketing/trend/index.jsx +11 -0
- package/src/pages/tw/register/history/constants.js +503 -0
- package/src/pages/tw/register/history/exportConfig.js +158 -0
- package/src/pages/tw/register/history/index.jsx +414 -0
- package/src/pages/tw/register/trend/index.jsx +78 -0
- package/src/pages/tw/risk/account/index.jsx +17 -0
- package/src/pages/tw/riskQueryCenter/components/AccountPage.js +711 -0
- package/src/pages/tw/riskQueryCenter/components/ColorLegend/index.js +25 -0
- package/src/pages/tw/riskQueryCenter/components/ColorLegend/index.less +20 -0
- package/src/pages/tw/riskQueryCenter/components/DeviceId.js +300 -0
- package/src/pages/tw/riskQueryCenter/components/PhonePage.js +330 -0
- package/src/pages/tw/riskQueryCenter/components/RiskFilter.js +411 -0
- package/src/pages/tw/riskQueryCenter/components/detailDrawer.js +399 -0
- package/src/pages/tw/riskQueryCenter/components/detailDrawer.less +101 -0
- package/src/pages/tw/riskQueryCenter/components/index.less +316 -0
- package/src/pages/tw/riskQueryCenter/components/riskFilter.less +27 -0
- package/src/pages/tw/riskQueryCenter/configure.js +958 -0
- package/src/pages/tw/riskQueryCenter/index.jsx +40 -0
- package/src/pages/tw/riskQueryCenter/index.less +0 -0
- package/src/pages/tw/strategy/components/StrategyNoPermission/index.jsx +20 -0
- package/src/pages/tw/strategy/components/StrategyNoPermission/index.less +32 -0
- package/src/pages/tw/strategy/experiment/components/ExperimentRuleTable/index.jsx +1219 -0
- package/src/pages/tw/strategy/experiment/components/ExperimentRuleTable/index.less +40 -0
- package/src/pages/tw/strategy/experiment/components/RuleDiffModal/index.jsx +149 -0
- package/src/pages/tw/strategy/experiment/components/RuleEventModal/index.jsx +203 -0
- package/src/pages/tw/strategy/experiment/components/RuleGroupCopyModal/index.jsx +132 -0
- package/src/pages/tw/strategy/experiment/components/RuleOnlineModal/index.jsx +226 -0
- package/src/pages/tw/strategy/experiment/index.jsx +545 -0
- package/src/pages/tw/strategy/experiment/index.less +15 -0
- package/src/pages/tw/strategy/experimentLog/components/CreateEvaluationTask/index.jsx +69 -0
- package/src/pages/tw/strategy/experimentLog/components/CreateEvaluationTask/index.less +3 -0
- package/src/pages/tw/strategy/experimentLog/components/LabStatistic/index.jsx +16 -0
- package/src/pages/tw/strategy/experimentLog/components/LabStatistic/index.less +38 -0
- package/src/pages/tw/strategy/experimentLog/index.jsx +944 -0
- package/src/pages/tw/strategy/experimentLog/index.less +18 -0
- package/src/pages/tw/strategy/hooks/useStrategyOpenStatus.js +64 -0
- package/src/pages/tw/strategy/labRecord/index.jsx +136 -0
- package/src/pages/tw/strategy/labRecord/index.less +8 -0
- package/src/pages/tw/strategy/policy/index.jsx +14 -0
- package/src/pages/tw/strategy/ruleLog/index.jsx +257 -0
- package/src/pages/tw/strategy/ruleLog/index.less +16 -0
- package/src/pages/twCaptcha/constants.js +158 -0
- package/src/pages/twCaptcha/risk/history/index.jsx +57 -0
- package/src/pages/twCaptcha/risk/trend/index.jsx +8 -0
- package/src/pages/twCaptcha/secondCheck/history/index.jsx +189 -0
- package/src/pages/twCaptcha/secondCheck/trend/index.jsx +8 -0
- package/src/pages/twCertifiy/constants.js +118 -0
- package/src/pages/twCertifiy/machine/history/index.jsx +52 -0
- package/src/pages/twCertifiy/machine/trend/index.jsx +19 -0
- package/src/pages/twCertifiy/oneKeyLogin/history/index.jsx +53 -0
- package/src/pages/twCertifiy/oneKeyLogin/trend/index.jsx +34 -0
- package/src/pages/twChannel/activeHistory/index.jsx +182 -0
- package/src/pages/twChannel/constants.js +499 -0
- package/src/pages/twChannel/retain/index.jsx +117 -0
- package/src/pages/twChannel/risk/activate/index.jsx +46 -0
- package/src/pages/twChannel/risk/channel/index.jsx +77 -0
- package/src/pages/twChannel/risk/trend/index.jsx +8 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useChannelEventList.ts +76 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useDefaultRangeTimeData.ts +65 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useDefaultServiceDataAndServiceIdMap.ts +66 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useEventList.ts +65 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useGlobalFilterListener.ts +169 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useHistoryList.ts +116 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useQueryParams.ts +178 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useRiskLevelList.ts +103 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useRiskReasonList.ts +57 -0
- package/src/pages/tw_history_trend_ts_backup/hooks/useTableExtraDom.tsx +194 -0
- package/src/pages/tw_history_trend_ts_backup/index.tsx +659 -0
- package/src/pages/tw_history_trend_ts_backup/tableMethods/tableColumnRenders.tsx +119 -0
- package/src/pages/tw_history_trend_ts_backup/tableMethods/tableExportData.ts +65 -0
- package/src/pages/tw_history_trend_ts_backup/tableMethods/tableFormatColumn.ts +76 -0
- package/src/pages/tw_history_trend_ts_backup/tableMethods/tableSaveColumns.ts +31 -0
- package/src/pages/tw_history_trend_ts_backup/utils/getFormData.ts +64 -0
- package/src/pages/tw_history_trend_ts_backup/utils/getSearchParams.ts +55 -0
- package/src/pages/tw_history_trend_ts_backup/utils/hasFilterValue.ts +21 -0
- package/src/pages/tw_history_trend_ts_backup/utils/setDefaultSearchParams.ts +96 -0
- package/src/pages/tx/components/TxExport/index.jsx +70 -0
- package/src/pages/tx/components/TxExport/index.less +0 -0
- package/src/pages/tx/device/history/index.jsx +341 -0
- package/src/pages/tx/device/history/index.less +11 -0
- package/src/pages/tx/device/history/searchFormConfig.js +43 -0
- package/src/pages/tx/device/history/tableConfig.js +107 -0
- package/src/pages/tx/device/trend/index.jsx +204 -0
- package/src/pages/tx/helper/formatHistoryParams.js +34 -0
- package/src/pages/tx/helper/formatTrendParams.js +101 -0
- package/src/pages/tx/hooks/useTxHistory.ts +72 -0
- package/src/pages/tx/hooks/useTxRiskLabel.ts +53 -0
- package/src/pages/tx/hooks/useTxTrend.ts +109 -0
- package/src/pages/tx/ip/history/index.jsx +250 -0
- package/src/pages/tx/ip/history/index.less +11 -0
- package/src/pages/tx/ip/history/searchFormConfig.js +43 -0
- package/src/pages/tx/ip/history/tableConfig.js +85 -0
- package/src/pages/tx/ip/trend/index.jsx +204 -0
- package/src/pages/tx/phoneNum/history/index.jsx +307 -0
- package/src/pages/tx/phoneNum/history/index.less +11 -0
- package/src/pages/tx/phoneNum/history/searchFormConfig.js +43 -0
- package/src/pages/tx/phoneNum/history/tableConfig.js +111 -0
- package/src/pages/tx/phoneNum/trend/index.jsx +204 -0
- package/src/pages/tx/tokenId/history/index.jsx +248 -0
- package/src/pages/tx/tokenId/history/index.less +11 -0
- package/src/pages/tx/tokenId/history/searchFormConfig.js +43 -0
- package/src/pages/tx/tokenId/history/tableConfig.js +85 -0
- package/src/pages/tx/tokenId/trend/index.jsx +203 -0
- package/src/privateCustomConfig/WeiLai/Header/index.js +23 -0
- package/src/privateCustomConfig/WeiLai/Header/index.less +28 -0
- package/src/privateCustomConfig/WeiLai/LoginLeft/index.jsx +35 -0
- package/src/privateCustomConfig/WeiLai/LoginLeft/index.less +53 -0
- package/src/privateCustomConfig/WeiLai/img/favicon.png +0 -0
- package/src/privateCustomConfig/WeiLai/img/left-banner.png +0 -0
- package/src/privateCustomConfig/WeiLai/img/login.png +0 -0
- package/src/privateCustomConfig/WeiLai/index.jsx +7 -0
- package/src/privateCustomConfig/WeiLai/index.less +53 -0
- package/src/privateCustomConfig/ZhongYiHuLian/Header/index.js +23 -0
- package/src/privateCustomConfig/ZhongYiHuLian/Header/index.less +28 -0
- package/src/privateCustomConfig/ZhongYiHuLian/LoginLeft/index.jsx +33 -0
- package/src/privateCustomConfig/ZhongYiHuLian/LoginLeft/index.less +55 -0
- package/src/privateCustomConfig/ZhongYiHuLian/img/favicon.png +0 -0
- package/src/privateCustomConfig/ZhongYiHuLian/index.jsx +7 -0
- package/src/privateCustomConfig/ZhongYiHuLian/index.less +53 -0
- package/src/services/activity.js +44 -0
- package/src/services/base.js +66 -0
- package/src/services/bill.js +50 -0
- package/src/services/dataBack.js +45 -0
- package/src/services/dataUpload.js +26 -0
- package/src/services/helper.js +22 -0
- package/src/services/history.js +99 -0
- package/src/services/information.js +8 -0
- package/src/services/login.js +178 -0
- package/src/services/manage.js +203 -0
- package/src/services/mingdan.js +265 -0
- package/src/services/opinion.js +13 -0
- package/src/services/qps.ts +20 -0
- package/src/services/rank.js +26 -0
- package/src/services/riskAccount.js +25 -0
- package/src/services/strategy.js +269 -0
- package/src/services/strategyLab.js +31 -0
- package/src/services/streamInfo.ts +11 -0
- package/src/services/system.js +17 -0
- package/src/services/trend.js +154 -0
- package/src/services/twChannel.js +211 -0
- package/src/services/tx.js +24 -0
- package/src/services/user.js +127 -0
- package/src/type/index.ts +3 -0
- package/src/type.ts +32 -0
- package/src/utils/AuthorityManage.js +197 -0
- package/src/utils/Authorized.js +18 -0
- package/src/utils/adal.js +1936 -0
- package/src/utils/authority.js +36 -0
- package/src/utils/formatPrefixLink.ts +17 -0
- package/src/utils/getRejectRatio.js +18 -0
- package/src/utils/getTimeName.js +31 -0
- package/src/utils/getUniqueColor.ts +136 -0
- package/src/utils/helpers.js +168 -0
- package/src/utils/md5.js +206 -0
- package/src/utils/newRequest.js +139 -0
- package/src/utils/removeExportBtnOfForm.js +12 -0
- package/src/utils/request.js +139 -0
- package/src/utils/tableHelper.js +23 -0
- package/src/utils/translateSMImageTable.js +42 -0
- package/src/utils/utils.js +1521 -0
- package/src/wrappers/auth/ApplyNaModal/index.js +61 -0
- package/src/wrappers/auth/constants.js +114 -0
- package/src/wrappers/auth/img/account.png +0 -0
- package/src/wrappers/auth/img/article.png +0 -0
- package/src/wrappers/auth/img/audio.png +0 -0
- package/src/wrappers/auth/img/audioStream.png +0 -0
- package/src/wrappers/auth/img/blackWhite.png +0 -0
- package/src/wrappers/auth/img/captchaSverify.png +0 -0
- package/src/wrappers/auth/img/captchaVerify.png +0 -0
- package/src/wrappers/auth/img/channelAnticheat.png +0 -0
- package/src/wrappers/auth/img/channelHistory.png +0 -0
- package/src/wrappers/auth/img/channelRetain.png +0 -0
- package/src/wrappers/auth/img/device.png +0 -0
- package/src/wrappers/auth/img/event.png +0 -0
- package/src/wrappers/auth/img/login.png +0 -0
- package/src/wrappers/auth/img/noApplyAuth.png +0 -0
- package/src/wrappers/auth/img/pic.png +0 -0
- package/src/wrappers/auth/img/policy.png +0 -0
- package/src/wrappers/auth/img/register.png +0 -0
- package/src/wrappers/auth/img/success.png +0 -0
- package/src/wrappers/auth/img/team.png +0 -0
- package/src/wrappers/auth/img/text.png +0 -0
- package/src/wrappers/auth/img/video.png +0 -0
- package/src/wrappers/auth/img/videoStream.png +0 -0
- package/src/wrappers/auth/index.jsx +218 -0
- package/src/wrappers/auth/index.less +42 -0
|
@@ -0,0 +1,811 @@
|
|
|
1
|
+
/* eslint-disable max-len */
|
|
2
|
+
/**
|
|
3
|
+
* 天净中英对应
|
|
4
|
+
* tangjian
|
|
5
|
+
* 20230308
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import {MD_US} from './product/md';
|
|
9
|
+
|
|
10
|
+
export default {
|
|
11
|
+
'文本趋势': 'Text Trend',
|
|
12
|
+
'近7天': 'Last 7 days ',
|
|
13
|
+
'近30天': 'Last 30 days ',
|
|
14
|
+
'近180天': 'Last 180 days ',
|
|
15
|
+
'近365天': 'Last 365 days ',
|
|
16
|
+
'应用标识': 'APP ID',
|
|
17
|
+
'时间范围': 'timeRange',
|
|
18
|
+
'下载前一万条': 'Download the first 10,000',
|
|
19
|
+
'下载': 'Download',
|
|
20
|
+
'下载历史数据': 'Download historical data',
|
|
21
|
+
'总数': 'Total',
|
|
22
|
+
'拒绝数': 'Number of rejects',
|
|
23
|
+
'审核数': 'Number of reviews',
|
|
24
|
+
'通过数': 'Number of passes',
|
|
25
|
+
'趋势统计': 'Trend Statistics ',
|
|
26
|
+
'拒绝原因分布': 'Rejection Reason Distribution',
|
|
27
|
+
'暂无数据': 'No Data',
|
|
28
|
+
'审核原因分布': 'Audit Reason Distribution',
|
|
29
|
+
'导出当前列表根据过滤条件过滤后得到的前1万条数据': 'Export the first 10,000 pieces of data from the current list after filtering according to the filtering criteria',
|
|
30
|
+
'下载当前条件下的趋势数据': 'Download trend data for the current conditions',
|
|
31
|
+
'天网': 'Skynet',
|
|
32
|
+
'天净': 'Skyfilter',
|
|
33
|
+
'文本趋势分析': 'Text trend Analysis ',
|
|
34
|
+
'文本(英文)趋势分析': 'Text Trend Analysis(EN)',
|
|
35
|
+
'文本(阿语)趋势分析': 'Text Trend Tnalysis(AR)',
|
|
36
|
+
'图片趋势分析': 'Image Trend Analysis',
|
|
37
|
+
'网页趋势分析': 'Web Content Trend Analysis',
|
|
38
|
+
'音频文件片段趋势分析': 'Audio Segment Trend Analysis',
|
|
39
|
+
'音频文件(英语)片段趋势分析': 'Audio segment trend analysis(EN)',
|
|
40
|
+
'音频文件(阿语)片段趋势分析': 'Audio segment trend analysis(AR)',
|
|
41
|
+
'音频流片段趋势分析': 'Audiostream Segment Trend Analysis',
|
|
42
|
+
'音频流(英文)片段趋势分析': 'Audiostream segment trend analysis(EN)',
|
|
43
|
+
'音频流(阿语)片段趋势分析': 'Audiostream Fragment Trend Analysis(AR)',
|
|
44
|
+
'视频文件趋势分析': 'Video file trend analysis',
|
|
45
|
+
'视频文件截帧图片趋势分析': 'Video truncation trend analysis',
|
|
46
|
+
'视频文件音频片段趋势分析': 'Video audio clip trend analysis',
|
|
47
|
+
'视频流趋势分析': 'Videostream trend analysis',
|
|
48
|
+
'视频流截帧图片趋势分析': 'Videostream truncation trend analysis',
|
|
49
|
+
'视频流音频片段趋势分析': 'Videostream audio clip trend analysis',
|
|
50
|
+
'注册风险趋势分析': 'Registration risk trend analysis',
|
|
51
|
+
'登录风险趋势分析': 'Login Risk Trend Analysis',
|
|
52
|
+
'事件风险趋势分析': 'Event Risk Trend Analysis',
|
|
53
|
+
'短信通道保护趋势分析': 'SMS Channel Protection Trend Analysis',
|
|
54
|
+
'羊毛党防刷趋势分析': 'Analysis of anti-brush trend of wool party ',
|
|
55
|
+
'视频流(英文)趋势分析': 'VideoStream Trend Analysis(EN)',
|
|
56
|
+
'视频流(英文)截帧趋势分析': 'Videostream truncated frame trend analysis(EN)',
|
|
57
|
+
'视频流(英文)音频片段趋势分析': 'Videostream audio clip trend analysis(EN)',
|
|
58
|
+
'视频流(阿语)趋势分析': 'Videostream trend analysis(AR)',
|
|
59
|
+
'视频流(阿语)截帧图片趋势分析': 'Video stream truncated frame trend analysis(AR)',
|
|
60
|
+
'视频流(阿语)音频片段趋势分析': 'Video stream audio clip trend analysis(AR)',
|
|
61
|
+
'统计数据表': 'Statistical Data Sheet ',
|
|
62
|
+
'文本历史记录': 'Text History ',
|
|
63
|
+
'风险原因': 'Risk Description',
|
|
64
|
+
'组合条件不能超过6个!': 'No more than 6 combination conditions! !',
|
|
65
|
+
'请输入内容': 'Please enter content',
|
|
66
|
+
'请选择内容': 'Please select content',
|
|
67
|
+
'可填多个,按【Enter】 区分': 'You can fill in more than one, press [Enter] to distinguish',
|
|
68
|
+
'历史数据导出': 'Historical data export',
|
|
69
|
+
'返回下载列表': 'Back to download list',
|
|
70
|
+
'复制成功': 'Copy successful ',
|
|
71
|
+
'下载': 'Download ',
|
|
72
|
+
'复制下载地址': 'copy download address',
|
|
73
|
+
'详情': 'Details ',
|
|
74
|
+
'操作对象': 'actionObject',
|
|
75
|
+
'操作类型': 'actionType',
|
|
76
|
+
'该条数据正在提取中,终止后将不在继续提取,是否确认操作。': 'This piece of data is being extracted, and will not continue to be extracted after termination, whether to confirm the operation.',
|
|
77
|
+
'终止': 'Termination ',
|
|
78
|
+
'提交成功': 'Submitted successfully',
|
|
79
|
+
'提交失败': 'Submission Failed',
|
|
80
|
+
'字段顺序调整已保存在浏览器缓存中,清除缓存会以系统默认顺序展示。': 'The field order adjustment has been saved in the browser cache, clearing the cache will display it in the system default order.',
|
|
81
|
+
'设置导出字段': 'Set Export Fields',
|
|
82
|
+
'新建下载任务': 'New Download Task',
|
|
83
|
+
'导出字段设置': 'Export Field Settings',
|
|
84
|
+
'建议每日10时后提取前一天的数据': 'It is recommended to extract the data of the previous day after 10 o’clock every day',
|
|
85
|
+
'每日10时后提取前一天的数据,下载文件最大支持5G': 'Suggest to extract data of the previous day after 10:00 a.m. every day',
|
|
86
|
+
'下载列表': 'Download List',
|
|
87
|
+
'起始日期': 'Start Date',
|
|
88
|
+
'请选择起始日期': 'Select a start date ',
|
|
89
|
+
'结束日期': 'End date ',
|
|
90
|
+
'请选择结束日期': 'Select an end date ',
|
|
91
|
+
'请选择应用,不选择默认为全部': 'Please select the application, do not select the default is all',
|
|
92
|
+
'请选择识别结果,不选择默认为全部': 'Please select the recognition result, if not selected, the default is all',
|
|
93
|
+
'请输入命中名单内容,一行一个,组合词用|分割': 'Please enter the content of the hit list, one per line, and the compound words are separated by |',
|
|
94
|
+
'请选择风险类型,不选择默认为全部(支持多选)': 'Please select the risk type, if not selected, the default is all (multiple selection is supported)',
|
|
95
|
+
'请选择渠道,不选择默认为全部(支持多选)': 'Please select a channel, if not selected, the default is all (multiple selection is supported)',
|
|
96
|
+
'命中名单名称': 'Matched list name',
|
|
97
|
+
'请选择命中名单名称,不选择默认全部(支持多选)': 'Please select the name of the matched list, do not select the default all (multiple selection is supported)',
|
|
98
|
+
'命中名单内容': 'matched list content ',
|
|
99
|
+
'请输入IP地址|分割': 'Please enter the IP address | segmentation',
|
|
100
|
+
'请输入设备标识,多个回车换行': 'Please input device ID multiple carriage returns ',
|
|
101
|
+
'请输入账号,多个回车换行': 'Please enter the account number, multiple carriage returns and line feeds',
|
|
102
|
+
'请输入文本内容': 'Please enter text content',
|
|
103
|
+
'文本内容': 'Text Content ',
|
|
104
|
+
'规则标识': 'Model ID',
|
|
105
|
+
'请输入规则标识': 'Please enter Model ID',
|
|
106
|
+
'请求成功': 'Successful Request',
|
|
107
|
+
'数据生成中': 'Data generation',
|
|
108
|
+
'数据生成失败,有可能是数据量太大,请尝试调小时间范围': 'Data generation failed, it may be that the amount of data is too large, please try to reduce the time range',
|
|
109
|
+
'数据生成成功': 'Data generated successfully',
|
|
110
|
+
'无数据': 'No Data ',
|
|
111
|
+
'终止任务': 'Terminate Task',
|
|
112
|
+
'任务编号': 'Task Number',
|
|
113
|
+
'任务状态': 'Task Status',
|
|
114
|
+
'创建时间': 'Creation Time ',
|
|
115
|
+
'导出详情': 'Export Details ',
|
|
116
|
+
'开始时间': 'Start Time ',
|
|
117
|
+
'结束时间': 'End Time ',
|
|
118
|
+
'正确的风险类型': 'The right type of risk ',
|
|
119
|
+
'正确的风险原因': 'Correct Risk Description ',
|
|
120
|
+
'反馈内容': 'Feedback Content',
|
|
121
|
+
'作用应用': 'Function Application',
|
|
122
|
+
'作用渠道': 'Function Channel',
|
|
123
|
+
'漏杀': 'Missed recall',
|
|
124
|
+
'误杀': 'False recall',
|
|
125
|
+
'确认': 'Confirmation ',
|
|
126
|
+
'客户备注': 'Customer remarks',
|
|
127
|
+
'请至少选择一个反馈内容': 'Please select at least one feedback content',
|
|
128
|
+
'请确认是否取消纠错?': 'Please confirm whether to cancel the error correction?',
|
|
129
|
+
'可以使用方向键快速上一条(←)、下一条(→)切换': 'You can use the arrow keys to quickly switch between previous (←) and next (→) ',
|
|
130
|
+
'命中业务标签': 'Matched Business Type',
|
|
131
|
+
'输出信息': 'Output information ',
|
|
132
|
+
'其他风险列表': 'List of other risks',
|
|
133
|
+
'命中风险列表': 'List of hits risks',
|
|
134
|
+
'输入信息': 'Enter Information ',
|
|
135
|
+
'风险详情': 'Risk Details',
|
|
136
|
+
'问题贴数排行': 'Question posts',
|
|
137
|
+
'高拒绝比率排行': 'High Rejection Ratio Ranking',
|
|
138
|
+
'发帖总数排行': 'Total number of posts',
|
|
139
|
+
'重复贴数排行': 'Duplicate posts',
|
|
140
|
+
'自定义名单敏感词排行': 'Custom List Sensitive Word Ranking',
|
|
141
|
+
'敏感词排行': 'Sensitive Word',
|
|
142
|
+
'昨天': 'Yesterday',
|
|
143
|
+
'排名': 'Ranking',
|
|
144
|
+
'维度': 'Dimensions ',
|
|
145
|
+
'日期': 'Date',
|
|
146
|
+
'次数': 'Times',
|
|
147
|
+
'拒绝比例': 'rejection rate',
|
|
148
|
+
'拒绝比例=每日发帖拒绝数/每日发帖总数': 'Rejection ratio = number of rejections per day / total number of daily posts',
|
|
149
|
+
'当重复贴数大于3条,且字数大于10个才会记录': 'It will be recorded when the number of repeated posts is greater than 3 and the number of words is greater than 10',
|
|
150
|
+
'支持近30天TOP1000的命中敏感词统计': 'Support statistics on the top 1000 sensitive words detected in the past 30 days.',
|
|
151
|
+
'内容': 'Content ',
|
|
152
|
+
'总次数': 'Total times ',
|
|
153
|
+
'通过次数': 'Number of passes ',
|
|
154
|
+
'拒绝次数': 'Number of rejections',
|
|
155
|
+
'审核次数': 'Number of reviews ',
|
|
156
|
+
'敏感词': 'Sensitive words',
|
|
157
|
+
'命中结果': 'Matched result',
|
|
158
|
+
'命中次数': 'Number of Matched',
|
|
159
|
+
'基础信息': 'Basic Information',
|
|
160
|
+
'账号信息': 'Account Information',
|
|
161
|
+
'快速审核': 'Quick Audit ',
|
|
162
|
+
'审核任务': 'Audit Task',
|
|
163
|
+
'审核条件': 'Audit onditions ',
|
|
164
|
+
'选择应用': 'Select Application ',
|
|
165
|
+
'请选择选择应用': 'Please select application',
|
|
166
|
+
'选择渠道': 'Please choose a channel',
|
|
167
|
+
'识别风险类型': 'Please select the type of identified risk',
|
|
168
|
+
'账号': 'Account',
|
|
169
|
+
'请输入账号': 'Please input Account',
|
|
170
|
+
'审核内容': 'Audit content',
|
|
171
|
+
'立即审核': 'Audit Now',
|
|
172
|
+
'高级设置': 'Advanced Settings ',
|
|
173
|
+
'第': 'No.',
|
|
174
|
+
'列': 'List',
|
|
175
|
+
'请选择请求参数名': 'Please select a request parameter name',
|
|
176
|
+
'请选择请求参数值': 'Please select a request parameter value',
|
|
177
|
+
'请输入': 'please enter',
|
|
178
|
+
'整数': 'Integer',
|
|
179
|
+
'字符串': 'tring',
|
|
180
|
+
'新增条件': 'New ondition',
|
|
181
|
+
'点击查看可请求参数范围': 'Click to view the requestable parameter range',
|
|
182
|
+
'帮助文档': 'Documents',
|
|
183
|
+
'文件位置': 'File location ',
|
|
184
|
+
'请选择参数所在位置': 'Please select the location of the parameter',
|
|
185
|
+
'随机数': 'Random Number',
|
|
186
|
+
'固定值': 'Fixed Value',
|
|
187
|
+
'其他条件': 'other onditions',
|
|
188
|
+
'查看详情': 'Check The Details',
|
|
189
|
+
'审核结果': 'Audit Results',
|
|
190
|
+
'文本审核需要一定时间,可稍后点击详情前往历史记录查看该条审核内容详细信息。': 'It takes a certain amount of time to review the text. You can click the details later to go to the history to view the detailed information of the review content.',
|
|
191
|
+
'流水号': 'Request ID',
|
|
192
|
+
'命中名单': 'Matched sensitive lists',
|
|
193
|
+
'命中敏感词': 'Matched Sensitive Words',
|
|
194
|
+
'操作成功': 'Operation succeeded',
|
|
195
|
+
'操作失败': 'Operation failed',
|
|
196
|
+
'上传后,可在历史记录查看测试结果': 'After uploading, you can view the test results in the history',
|
|
197
|
+
'如需增加更多传入参数,可在模版空白列增加参数信息,并点击高级设置传入参数相关信息。更多传入参数请查': 'If you need to add more incoming parameters, you can add parameter information in the blank column of the template, and click Advanced Settings to pass in relevant information about the parameters. For more incoming parameters, please check ',
|
|
198
|
+
'仅支持csv,xlsx数据文件格式,每份任务最多1万条': 'Only supports csv xlsx data file format, and each task has a maximum of 10,000 records',
|
|
199
|
+
'文件内容格式请参照模版,一行一条测试数据': 'Please refer to the template for the format of the file content, test data line by line',
|
|
200
|
+
'文件限制最大是100M': 'The maximum file limit is 100M',
|
|
201
|
+
'上传的文件不支持文件夹嵌套后的压缩方式,需要解压后直接是图片,而不是文件夹': 'The uploaded file does not support the compression mode after folder nesting. After decompressing, it needs to be an image, not a folder',
|
|
202
|
+
'智能音频文件(B类外语)': 'Audio Moderation(Class B Language)',
|
|
203
|
+
'音频流识别(B类外语)': 'Audio Streaming Moderation(Class B Language)',
|
|
204
|
+
'智能多模态识别': 'Multimodal Moderation',
|
|
205
|
+
'多模态审核': 'Multimodal Moderation',
|
|
206
|
+
'多模态历史记录': 'Multimodal history',
|
|
207
|
+
'温馨提示': 'Warm tips ',
|
|
208
|
+
'创建任务': 'Create Task',
|
|
209
|
+
'任务列表': 'Task ist',
|
|
210
|
+
'任务详情': 'Task Details ',
|
|
211
|
+
'下载失败明细': 'Download failure details',
|
|
212
|
+
'下载历史记录': 'Download History ',
|
|
213
|
+
'请确认继续该任务': 'Please confirm to continue the task',
|
|
214
|
+
'请确认暂停该操作': 'Please confirm to suspend the operation',
|
|
215
|
+
'请确认删除该任务': 'Please confirm to delete this task',
|
|
216
|
+
'继续': 'Continue ',
|
|
217
|
+
'暂停': 'Pause ',
|
|
218
|
+
'操作人': 'Operator ',
|
|
219
|
+
'任务名称': 'Task name ',
|
|
220
|
+
'新建任务': 'New Task ',
|
|
221
|
+
'请输入任务名称': 'Please enter a task name',
|
|
222
|
+
'请选择识别风险类型': 'Please select the type of identified risk',
|
|
223
|
+
'请选择文件': 'Please select a file',
|
|
224
|
+
'请填写完整': 'Please complete',
|
|
225
|
+
'上传后,可在立即纪录查看测试结果': 'After uploading, you can view the test results in the immediate record',
|
|
226
|
+
'最多': '最多',
|
|
227
|
+
'个字符': '个字符',
|
|
228
|
+
'最多64个字符': 'Up to 64 characters',
|
|
229
|
+
'不能有空格': 'No Spaces ',
|
|
230
|
+
'请选择图片': 'Please select picture ',
|
|
231
|
+
'不支持格式:审核时会自动跳过,详细内容可下载失败明细': 'Unsupported format: The audit will be automatically skipped, details can be downloaded failure details ',
|
|
232
|
+
'支持格式: 请参考': 'Supported Formats :Please refer to ',
|
|
233
|
+
'重新选择zip/rar文件': 'Reselect the zip/rar file',
|
|
234
|
+
'选择zip/rar文件': 'Select the zip/rar file',
|
|
235
|
+
'重新选择csv文件': 'Reselect the csv file',
|
|
236
|
+
'选择csv文件': 'select csv file',
|
|
237
|
+
'重新选择xlsx文件': 'Reselect the xlsx file',
|
|
238
|
+
'选择xlsx文件': 'select xlsx file',
|
|
239
|
+
'上传失败,请检查网络': 'Upload failed, please check the network',
|
|
240
|
+
'请上传正常的格式': 'Please upload in normal format',
|
|
241
|
+
'不能大于': 'Cannot be greater than',
|
|
242
|
+
'数量(张)': 'Quantity (pieces) ',
|
|
243
|
+
'数量(个)': 'Quantity (amount)',
|
|
244
|
+
'数量(次)': 'Quantity (times) ',
|
|
245
|
+
'音频文件': 'Audio files',
|
|
246
|
+
'音频片段': 'Audio Clip',
|
|
247
|
+
'时长(小时)': 'Duration (hours)',
|
|
248
|
+
'音频流': 'Audio stream',
|
|
249
|
+
'数量(流数)': 'Quantity (number of streams) ',
|
|
250
|
+
'总时长': 'Total Time ',
|
|
251
|
+
'总流数': 'Total Streams ',
|
|
252
|
+
'拒绝流数': 'Reject Streams ',
|
|
253
|
+
'审核流数': 'Review Streams',
|
|
254
|
+
'通过流数': 'pass streams ',
|
|
255
|
+
'统计排名前1000的敏感词。': 'Statistics of the top 1000 sensitive words.',
|
|
256
|
+
'名单': 'List ',
|
|
257
|
+
'视频文件': 'Video files ',
|
|
258
|
+
'截帧图片': 'Frames',
|
|
259
|
+
'直播详情': 'Live Stream Details',
|
|
260
|
+
'共计': 'Total',
|
|
261
|
+
'条': 'Items',
|
|
262
|
+
'数据': 'Data',
|
|
263
|
+
'内容标识': 'Content ID ',
|
|
264
|
+
'视频标题': 'Video Title ',
|
|
265
|
+
'视频流': 'Video Stream ',
|
|
266
|
+
'全部集群': 'All Clusters',
|
|
267
|
+
'全局名单': 'Global List',
|
|
268
|
+
'公司名单': 'Company List',
|
|
269
|
+
'敏感词名单': 'Sensitive Words List',
|
|
270
|
+
'自定义': 'Custom',
|
|
271
|
+
'全局名单,默认全局范围内生效,用户不可见,对于名单内容的操作会在5分钟内生效。': 'Global List, by default effective globally and not visible to users, any operations on the list will take effect within 5 minutes.',
|
|
272
|
+
'匹配字段': 'Matching Field',
|
|
273
|
+
'风险标签': 'Risk label',
|
|
274
|
+
'生效应用': 'Effective Application',
|
|
275
|
+
'生效渠道': 'Effective Channel',
|
|
276
|
+
'内容数': 'Content Count',
|
|
277
|
+
'匹配方式': 'Matching Method',
|
|
278
|
+
'有效期': 'Validity Period',
|
|
279
|
+
'公司名单,仅在该公司下生效,可自定义创建名单并添加名单内容,用户不可见,对于名单内容的操作会在5分钟内生效。': 'Company List, effective only within the company, allows custom creation of lists and addition of list content, not visible to users, any operations on the list will take effect within 5 minutes.',
|
|
280
|
+
'可以批量删除上传文件内的所有敏感词': 'You can batch delete all sensitive words in the uploaded file.',
|
|
281
|
+
'批量导入': 'Batch Import',
|
|
282
|
+
'添加名单内容': 'Add List Content',
|
|
283
|
+
'请选择要移动的名单内容!': 'Please select the content to move!',
|
|
284
|
+
'请选择名单!': 'Please select a list!',
|
|
285
|
+
'请选择要删除的名单内容!': 'Please select the content to delete!',
|
|
286
|
+
'审批发起成功': 'Approval request initiated successfully.',
|
|
287
|
+
'移动': 'Move',
|
|
288
|
+
'请确认是否删除选中名单内容': 'Please confirm the deletion of the selected content.',
|
|
289
|
+
'请输入删除名单原因': 'Please enter the reason for deleting the list.',
|
|
290
|
+
'请输入修改名单原因': 'Please enter the reason for modifying the list.',
|
|
291
|
+
'请选择生效应用': 'Please select the effective application.',
|
|
292
|
+
'请选择生效渠道': 'Please select the effective channel.',
|
|
293
|
+
'创建忽略词名单': 'Create Ignore List',
|
|
294
|
+
'图片正在上传中': 'Image is being uploaded.',
|
|
295
|
+
'图片上传错误,请查看红色边框处': 'Error uploading image. Please check the red border.',
|
|
296
|
+
'名单属性设置': 'List Attribute Settings',
|
|
297
|
+
'温馨提示:': 'Tips:',
|
|
298
|
+
'1.您可以直接添加名单内容,提交后添加的名单内容将包含在以上创建的名单中。非必填。': '1. You can directly add list content, and the added list content will be included in the created list upon submission. Not required.',
|
|
299
|
+
'2.最多可添加200个,如有更多批量上传需求,可在创建名单后进入名单进行相关操作。': '2. You can add up to 200 items. If you have more bulk upload requirements, you can perform related operations in the list after creating it.',
|
|
300
|
+
'建议使用语义匹配。': 'Semantic matching is recommended.',
|
|
301
|
+
'了解详情': 'Learn more',
|
|
302
|
+
'收起详情': 'Hide details',
|
|
303
|
+
'示例1:': 'Example 1:',
|
|
304
|
+
'敏感词:台独 文本内容:一台独立服务器': 'Sensitive Word: "Taiwan independence" Text Content: "An independent server',
|
|
305
|
+
'原文匹配结果:命中敏感词“台独”': 'Original Text Matching Result: Hit the sensitive word "Taiwan independence',
|
|
306
|
+
'语义匹配结果:pass': 'Semantic Matching Result: Pass',
|
|
307
|
+
'切词:一台|独立|服务器': 'Word Segmentation: "An independent server',
|
|
308
|
+
'原文匹配:只要文本内容包含名单内容即命中,使用该匹配方式时可能会造成误杀,请谨慎使用。': 'Original Text Matching: Hit as long as the text content contains the list content. Using this matching method may cause false positives, so use it with caution.',
|
|
309
|
+
'语义匹配:将文本内容按照切词逻辑将更有语义的词语切在一起,再进行比较,使用该匹配方式时可能会造成漏杀,请谨慎使用。': 'Semantic Matching: The text content is segmented according to word segmentation logic to combine words with more semantic meaning together for comparison. Using this matching method may cause false negatives, so use it with caution.',
|
|
310
|
+
'相等匹配:当文本内容与名单内容完全相同时,可以命中名单。': 'Exact Matching: The list can be matched only when the text content is exactly the same.',
|
|
311
|
+
'请输入大于0,小于等于10000的整数': 'Please enter an integer greater than 0 and less than or equal to 10000.',
|
|
312
|
+
'是否保留空格': 'Keep Spaces',
|
|
313
|
+
'优先级': 'Priority',
|
|
314
|
+
'请输入优先级': 'Please enter the priority.',
|
|
315
|
+
'组合词间距': 'Combination Word Spacing',
|
|
316
|
+
'请输入[0~200]之间的任意数字,默认为200': 'Please enter any number between 0 and 200, default is 200.',
|
|
317
|
+
'请输入[0~15]之间的任意数字,默认为15': 'Please enter any number between 0 and 15, default is 15.',
|
|
318
|
+
'请输入[0~1000]之间的任意数字,默认为200': 'Please enter any number between 0 and 1000, default is 200.',
|
|
319
|
+
'请选择风险标签': 'Please select the Risk label',
|
|
320
|
+
'根据您的需求,添加符合要求的名单内容': 'Add list content according to your needs.',
|
|
321
|
+
'批量删除': 'Batch Delete',
|
|
322
|
+
'名单内容': 'List Content',
|
|
323
|
+
'更新时间': 'Update Time',
|
|
324
|
+
'搜索名单内容': 'Search List Content',
|
|
325
|
+
'操作账号': 'Account Operator',
|
|
326
|
+
'修改名单内容': 'Modify List Content',
|
|
327
|
+
'如需添加/修改组合词,可通过“|”连接。例如添加/修改组合词为“出售|发票”, 则只有文本中同时出现“出售”和“发票”两个词时才会命中。带有特殊字符的切词名单无法准确命中。': 'To add/modify combination words, you can connect them with "|" (pipe) symbol. For example, if you want to add/modify the combination words as "sell|invoice," both words need to appear in the text for a match. Lists with special characters cannot accurately match.',
|
|
328
|
+
'提示:': 'Note:',
|
|
329
|
+
'单次最多添加200个。': 'Maximum of 200 items can be added at a time.',
|
|
330
|
+
'非必填,请输入新增原因': '非必填,请输入新增原因',
|
|
331
|
+
'非必填,请输入修改原因': '非必填,请输入修改原因',
|
|
332
|
+
'正则表达式不能包含特殊符号*和+': 'Regular expressions cannot contain special characters "*" and "+',
|
|
333
|
+
'请填写名单的内容,可使用回车符号连续输入,一行一词': 'Please enter the content of the list, you can enter multiple items using the return key, one item per line.',
|
|
334
|
+
'一条正则名单最多添加10条内容,正则名单内容超限,当前名单共计内容个数:': 'A regular list can have a maximum of 10 items. The regular list has exceeded the limit, and the current number of items in the list is.',
|
|
335
|
+
'请填写名单的内容,可使用回车符号连续输入,一行一词。': 'Please enter the content of the list, you can enter multiple items using the return key, one item per line.',
|
|
336
|
+
'名单超限,请分词添加。 ': 'The list has exceeded the limit, please add the items separately. ',
|
|
337
|
+
'请填写名单的内容': 'Please enter the content of the list.',
|
|
338
|
+
'请输入备注信息': 'Please enter a remark.',
|
|
339
|
+
'请确认是否删除名单内容': 'Please confirm whether to delete the list content.',
|
|
340
|
+
'导出当前列表根据过滤条件过滤后得到的全部数据': 'Export all data filtered based on the current list.',
|
|
341
|
+
'批量删除成功,预计5分钟内生效': 'Batch deletion successful, expected to take effect within 5 minutes.',
|
|
342
|
+
'批量导入成功,预计5分钟内生效': 'Batch import successful, expected to take effect within 5 minutes.',
|
|
343
|
+
'上传失败!': 'Upload failed!',
|
|
344
|
+
'此操作会删除文件内的所有名单内容,请确认是否删除?': 'This operation will delete all list content in the file. Are you sure you want to proceed?',
|
|
345
|
+
'删除名单内容确认': 'List content deletion confirmation',
|
|
346
|
+
'修改成功,预计5分钟内生效': 'Successfully modified, expected to take effect within 5 minutes.',
|
|
347
|
+
'操作失败!': 'Operation failed!',
|
|
348
|
+
'新增成功,预计5分钟内生效': 'Successfully added, expected to take effect within 5 minutes.',
|
|
349
|
+
'移动成功,预计5分钟内生效': 'Successfully moved, expected to take effect within 5 minutes.',
|
|
350
|
+
'删除成功,预计5分钟内生效': 'Successfully deleted, expected to take effect within 5 minutes.',
|
|
351
|
+
'注:支持UTF-8编码的txt文件格式,每行一个图片地址,最大限制200个地址': 'Note: Supports UTF-8 encoded TXT file format, with one image address per line, maximum limit of 200 addresses.',
|
|
352
|
+
'注:支持UTF-8编码的txt文件格式,每行一个词,最大限制20000个词': 'Note: Supports UTF-8 encoded TXT file format, with one word per line, maximum limit of 20,000 words.',
|
|
353
|
+
'文件导入': 'Import file',
|
|
354
|
+
'文件模板': 'File template',
|
|
355
|
+
'文件模板下载': 'Download file template',
|
|
356
|
+
'选择文件': 'Select file',
|
|
357
|
+
'文件导入名单内容': 'Import namelist from file',
|
|
358
|
+
'文件导入敏感内容': 'Import list content from file',
|
|
359
|
+
'文件导入敏感图片': 'Import sensitive images from file',
|
|
360
|
+
'文件删除名单内容': 'Delete list content from file',
|
|
361
|
+
'推荐使用!支持组合词,全应用全渠道生效,智能语义匹配“文本和昵称”,命中结果统一返回“拒绝”处置和“黑名单”标签。如有更多个性化需求,请移至“自定义名单”页面中操作。': 'Add list content based on your needs. It will be effective for all applications and channels by default, with semantic matching as the default matching method. For more requirements, please go to the custom list for operations.',
|
|
362
|
+
'自定义名单,用户可根据自己的需求创建相应的名单并添加名单内容,对于名单内容的操作会在5分钟内生效。': 'Custom list allows users to create corresponding lists and add content according to their needs. The operations on list content will take effect within 5 minutes',
|
|
363
|
+
'英文名单:如果选择是的话,语义匹配只通过空格来进行切词': 'English list: If selected, semantic matching will only use spaces to tokenize.',
|
|
364
|
+
'名单列表': 'List of items',
|
|
365
|
+
'申请原因': 'Reason for application',
|
|
366
|
+
'请选择匹配字段': 'Please select the matching field.',
|
|
367
|
+
'请输入申请原因': 'Please enter the reason for application.',
|
|
368
|
+
'申请附件': 'Application attachment',
|
|
369
|
+
'图片文件上传': 'Upload image file',
|
|
370
|
+
'图片URL上传': 'Upload image URL',
|
|
371
|
+
'请输入图片链接,可使用回车符号连续输入,一行一词': 'Please enter the image URL, you can enter multiple URLs using the return key, one URL per line.',
|
|
372
|
+
'点击上传': 'Click to upload',
|
|
373
|
+
'输入名单内容即可检索与该内容相关的名单信息,对于名单内容的操作会在5分钟内生效。': 'Enter the list content to retrieve related list information. Operations on list content will take effect within 5 minutes.',
|
|
374
|
+
'仅查看公司自定义名单': 'Only view company custom lists',
|
|
375
|
+
'请输入名单内容': 'Please enter the list content.',
|
|
376
|
+
'创建黑名单': 'Create blacklist',
|
|
377
|
+
'创建白名单': 'Create whitelist',
|
|
378
|
+
'操作类型': 'Operation type',
|
|
379
|
+
'操作时间': 'Operation time',
|
|
380
|
+
'名单操作日志': 'List operation log',
|
|
381
|
+
'全部渠道': 'All channels',
|
|
382
|
+
'黑白名单,用户可根据自己的需求创建相应的名单并添加名单内容,对于名单内容的操作会在5分钟内生效。': 'Black and white list allows users to create corresponding lists and add list content according to their needs. The operations on list content will take effect within 5 minutes.',
|
|
383
|
+
'注册风险趋势': 'Registration risk trend',
|
|
384
|
+
'登录风险趋势': 'Login risk trend',
|
|
385
|
+
'事件风险趋势': 'Event risk trend',
|
|
386
|
+
'账号风险趋势': 'Account risk trend',
|
|
387
|
+
'设备风险趋势': 'Device risk trend',
|
|
388
|
+
'团伙风险趋势': 'Group risk trend',
|
|
389
|
+
'羊毛党防刷': 'Anti-fraud for deal-hunter',
|
|
390
|
+
'短信通道保护': 'SMS channel protection',
|
|
391
|
+
'策略管理中心(新)': 'Risk Identificiation Strategy Management Center 2.0',
|
|
392
|
+
'策略管理中心': 'Risk Identificiation Strategy Management Center 1.0',
|
|
393
|
+
'设备指纹策略中心': 'Device fingerprint policy center',
|
|
394
|
+
'渠道风险分析': 'Advertising Risk Analysis',
|
|
395
|
+
'激活风险分析': 'Channel risk analysis',
|
|
396
|
+
'渠道留存分析': 'Channel retention analysis',
|
|
397
|
+
'激活历史记录': 'Activation history records',
|
|
398
|
+
'二次验证原因分布': 'Distribution of secondary verification reasons',
|
|
399
|
+
'二次验证': 'Secondary verification',
|
|
400
|
+
'历史记录表': 'Historical records table',
|
|
401
|
+
'查订比趋势': 'Booking-to-query ratio trend',
|
|
402
|
+
'占座率趋势': 'Occupancy rate trend',
|
|
403
|
+
'航班号': 'Flight number',
|
|
404
|
+
'请输入航班号': 'Please enter the flight number.',
|
|
405
|
+
'总查询次数': 'Total number of queries',
|
|
406
|
+
'拒绝查询次数': 'Number of queries rejected',
|
|
407
|
+
'通过查询次数': 'Number of queries passed',
|
|
408
|
+
'查订比': 'Booking-to-query ratio',
|
|
409
|
+
'原始查订比': 'Original booking-to-query ratio',
|
|
410
|
+
'查订比趋势统计': 'Booking-to-query ratio trend statistics',
|
|
411
|
+
'查询趋势统计': 'Query trend statistics',
|
|
412
|
+
'下单量': 'Order volume',
|
|
413
|
+
'取消订单量': 'Order cancellation volume',
|
|
414
|
+
'完成订单量': 'Completed orders',
|
|
415
|
+
'占座率': 'Occupancy rate',
|
|
416
|
+
'占座率趋势统计': 'Occupancy rate trend analysis',
|
|
417
|
+
'产品': 'Product',
|
|
418
|
+
'处置': 'Disposition',
|
|
419
|
+
'分组': 'Group',
|
|
420
|
+
'规则修改日志': 'Rule modification log',
|
|
421
|
+
'批量修改处置建议': 'Bulk modify dispositions',
|
|
422
|
+
'批量禁用': 'Bulk disable',
|
|
423
|
+
'规则名称': 'Rule name',
|
|
424
|
+
'规则类型': 'Rule type',
|
|
425
|
+
'操作成功请去实验室查看': 'Operation successful, please check the lab',
|
|
426
|
+
'批量禁用范围': 'Bulk disable range',
|
|
427
|
+
'规则总数': 'Total number of rules',
|
|
428
|
+
'运行中规则': 'Running rules',
|
|
429
|
+
'请选择事件': 'Please select an event',
|
|
430
|
+
'请输入修改原因': 'Please enter the reason for the modification',
|
|
431
|
+
'启动': 'Start',
|
|
432
|
+
'规则日志': 'Rule log',
|
|
433
|
+
'修改时间': 'Modification time',
|
|
434
|
+
'修改人': 'Modified by',
|
|
435
|
+
'规则得分': 'Rule score',
|
|
436
|
+
'已选择': 'Selected',
|
|
437
|
+
'项': 'items',
|
|
438
|
+
'总计': 'Total',
|
|
439
|
+
'是否收回规则': 'Revoke rule?',
|
|
440
|
+
'是否开放规则': 'Enable rule?',
|
|
441
|
+
'若关闭,则禁用规则,规则失效': 'If disabled, the rule will be disabled and become ineffective',
|
|
442
|
+
'若开启,则启用规则,规则生效': 'If enabled, the rule will be enabled and become effectiv',
|
|
443
|
+
'查看规则详情': 'View rule details',
|
|
444
|
+
'修改灰度比列': 'Modify grayscale ratio',
|
|
445
|
+
'开放': 'Enable',
|
|
446
|
+
'新增规则': 'Add new rule',
|
|
447
|
+
'修改规则': 'Modify rule',
|
|
448
|
+
'规则集不存在列表': 'List of non-existent rule sets',
|
|
449
|
+
'重新调整': 'Re-adjust',
|
|
450
|
+
'请输入备注': 'Please enter a remark',
|
|
451
|
+
'是否拉黑': 'Block?',
|
|
452
|
+
'请输入评分1-999': 'Please enter a score from 1 to 999',
|
|
453
|
+
'请选择拉黑字段': 'Please Select fields to blacklist',
|
|
454
|
+
'拉黑字段': 'Fields to blackList',
|
|
455
|
+
'评分': 'Score',
|
|
456
|
+
'请选择处置建议': 'Please select a disposition',
|
|
457
|
+
'请选择风险原因': 'Please select a risk reason',
|
|
458
|
+
'请选风险类型': 'Please select a risk type',
|
|
459
|
+
'请选择风险类型和风险原因,自动生成规则名称': 'Select a risk type and risk reason to automatically generate a rule name',
|
|
460
|
+
'请输入规则标识,如:E1000': 'Please enter a rule identifier, e.g., E1000',
|
|
461
|
+
'添加常量': 'Add constant',
|
|
462
|
+
'添加变量': 'Add variable',
|
|
463
|
+
'与': 'and',
|
|
464
|
+
'查看规则': 'View rule',
|
|
465
|
+
'修改灰度比例': 'Modify grayscale ratio',
|
|
466
|
+
'灰度比例': 'Grayscale ratio',
|
|
467
|
+
'请选择灰度比例': 'Please select a grayscale ratio',
|
|
468
|
+
'生效事件': 'Effective event',
|
|
469
|
+
'名单内容生效周期': 'Lifecycle of list contents',
|
|
470
|
+
'一条正则名单最多添加10条内容。': 'A maximum of 10 contents can be added to a single regular list.',
|
|
471
|
+
'名单超限,请分词添加': 'List limit reached, please add contents separately.',
|
|
472
|
+
'组合词间距应为正整数且': 'Word spacing should be a number and',
|
|
473
|
+
'对名单内容/图片进行备注,非必填': 'Remarks for list content/image, not mandatory',
|
|
474
|
+
'全部事件': 'All events',
|
|
475
|
+
'请输入禁用名单原因(必填)': 'Please enter the reason for disabling the list (required)',
|
|
476
|
+
'"请输入删除名单原因(必填)': '"Please enter the reason for deleting the list (required)',
|
|
477
|
+
'请确认是否禁用名单': 'Confirm whether to disable the list',
|
|
478
|
+
'请输入删除名单原因(必填)': 'Please enter the reason for deleting the list (required)',
|
|
479
|
+
'请确认是否启用名单': 'Confirm whether to enable the list',
|
|
480
|
+
'请输入启用名单原因(必填)': 'Please enter the reason for enable the list (required)',
|
|
481
|
+
'有效新增数(次)': 'Valid new additions (count',
|
|
482
|
+
'无效新增数(次)': 'Invalid new additions (count)',
|
|
483
|
+
'新增激活数(次)': 'New activations (count)',
|
|
484
|
+
'渠道详情': 'Channel details',
|
|
485
|
+
'风险激活详情': 'Risk activation details',
|
|
486
|
+
'风险分析': 'Risk analysis',
|
|
487
|
+
'重复安装': 'Repeated installations',
|
|
488
|
+
'设备农场': 'Device farm',
|
|
489
|
+
'虚拟设备': 'Virtual devices',
|
|
490
|
+
'篡改设备': 'Tampered devices',
|
|
491
|
+
'积分墙设备': 'Rewarded ad devices',
|
|
492
|
+
'有效新增': 'Valid additions',
|
|
493
|
+
'新增激活数': 'New activations',
|
|
494
|
+
'异常设备': 'Abnormal devices',
|
|
495
|
+
'升级安装': 'Upgrade installations',
|
|
496
|
+
'伪造设备': 'Forged devices',
|
|
497
|
+
'无效新增': 'Invalid additions',
|
|
498
|
+
'统计日期': 'Stats date',
|
|
499
|
+
'无效比例': 'Invalid ratio',
|
|
500
|
+
'无效数': 'Invalid count',
|
|
501
|
+
'有效比例': 'Valid ratio',
|
|
502
|
+
'有效数': 'Valid count',
|
|
503
|
+
'总新增': 'Total new additions',
|
|
504
|
+
'视频流音频片段历史记录': 'Historical records of video stream audio segments',
|
|
505
|
+
'视频流历史记录': 'Historical records of video streams',
|
|
506
|
+
'视频文件音频片段历史记录': 'Historical records of video file audio segments',
|
|
507
|
+
'视频文件历史记录': 'Historical records of video files',
|
|
508
|
+
'音频流片段历史记录': 'Historical records of audio stream segments',
|
|
509
|
+
'音频流历史记录': 'Historical records of audio streams',
|
|
510
|
+
'音频文件片段历史记录': 'Historical records of audio file segments',
|
|
511
|
+
'网页历史记录': 'Webpage history',
|
|
512
|
+
'智能验证码': 'Intelligent CAPTCHA',
|
|
513
|
+
'激活渠道': 'Activation channel',
|
|
514
|
+
'广告标识': 'Advertising identifier',
|
|
515
|
+
'激活日期': 'Activation date',
|
|
516
|
+
'有效激活数': 'Valid activations',
|
|
517
|
+
'次日': 'Next day',
|
|
518
|
+
'3日': '3 days',
|
|
519
|
+
'7日': '7 days',
|
|
520
|
+
'14日': '14 days',
|
|
521
|
+
'30日': '30 days',
|
|
522
|
+
'请选择': 'Please select',
|
|
523
|
+
'数量': 'Quantity',
|
|
524
|
+
'比例': 'Ratio',
|
|
525
|
+
'历史详情': 'Historical details',
|
|
526
|
+
'展示数': 'Impressions',
|
|
527
|
+
'交互数': 'Interactions',
|
|
528
|
+
'拦截数': 'Blocks',
|
|
529
|
+
'验证码标识': 'Captcha identifier',
|
|
530
|
+
'验证码类型': 'Captcha type',
|
|
531
|
+
'识别结果': 'Recognition result',
|
|
532
|
+
'本机号码认证': 'Mobile number verification',
|
|
533
|
+
'一键登录': 'One-click login',
|
|
534
|
+
'数据统计': 'Data statistic',
|
|
535
|
+
'新增规则集': 'Add new rule set',
|
|
536
|
+
'请选择变量': 'Please select a variable',
|
|
537
|
+
'请输入值': 'Please enter a value',
|
|
538
|
+
'请选择比较符': 'Please select a comparison operato',
|
|
539
|
+
'复制分组规则': 'Copy group rules',
|
|
540
|
+
'修改规则集': 'Modify rule set',
|
|
541
|
+
'规则集标识': 'Rule set identifier',
|
|
542
|
+
'规则集名称': 'Rule set name',
|
|
543
|
+
'请输入规则集标识2-64个字符': 'Please enter a rule set identifier (2-64 characters)',
|
|
544
|
+
'请输入规则集标识2-32个汉字': 'Please enter a rule set identifier (2-32 Chinese characters)',
|
|
545
|
+
'计风险事件(万个)': 'Risk events (10k)',
|
|
546
|
+
'设备': 'Device',
|
|
547
|
+
'内容风险': 'Content risk',
|
|
548
|
+
'累计风险图片(万个)': 'Total risk images (10k)',
|
|
549
|
+
'累计识别音频(万小时)': 'Accumulated recognized audios (10k hours)',
|
|
550
|
+
'累计识别视频(万小时)': 'Accumulated recognized videos (10k hours)',
|
|
551
|
+
'文本': 'Text',
|
|
552
|
+
'图片': 'Image',
|
|
553
|
+
'音频': 'Audio',
|
|
554
|
+
'视频': 'Video',
|
|
555
|
+
'累计风险事件(万个)': 'Total risk events (10k)',
|
|
556
|
+
'累计风险账号(万个)': 'Total risk accounts (10k)',
|
|
557
|
+
'累计风险设备(万个)': 'Total risk devices (10k)',
|
|
558
|
+
'产品相关信息': 'Product-related information',
|
|
559
|
+
'天保护': 'Days of protection',
|
|
560
|
+
'已提供': 'Provided',
|
|
561
|
+
'天网-全栈式智能风控引擎': 'Tianbao - Full-stack intelligent risk control engine',
|
|
562
|
+
'是否确认开通?': 'Are you sure you want to proceed with the activation?',
|
|
563
|
+
'深度对抗网络自学习模型,精准拦截机器行为。最大程度地保护业务安全': 'Deep adversarial network self-learning model, accurately intercepting machine behaviors. Maximizing business security',
|
|
564
|
+
'物理设备和终端环境等多维度信息。为设备生成唯一识别码,从源头识别欺诈风险': 'Physical device and terminal environment, among other multidimensional information. Generating unique identification codes for devices, identifying fraud risks at the source',
|
|
565
|
+
'设备风险识别': 'Device risk identification',
|
|
566
|
+
'深度融合全栈式模型体系,实时防御盗卡交易、游戏代充等欺诈行为': 'Deeply integrated full-stack model system, real-time defense against fraudulent transactions such as card theft and game top-up',
|
|
567
|
+
'支付风控': 'Payment risk control',
|
|
568
|
+
'实时防御拉新、助力砍价、电商拼团等场景下虚假用户裂变行为': 'Real-time defense against false user proliferation behaviors in scenarios such as user acquisition, group buying, and e-commerce flash sales',
|
|
569
|
+
'虚假用户裂变识别': 'False user proliferation identification',
|
|
570
|
+
'实时防御直播热度排行、电商销量排行、热门内容推荐等场景下恶意刷榜刷单行为': 'Real-time defense against malicious ranking and ordering behaviors in scenarios such as live streaming popularity rankings, e-commerce sales rankings, and popular content recommendations',
|
|
571
|
+
'刷榜刷单防护': 'Rigging and order manipulation protection',
|
|
572
|
+
'精准防御iOS、国内外Android等各类渠道推广流量作弊行为,保证推广效果': 'Precise and efficient defense against various types of fraudulent traffic in iOS, domestic and international Android, and other channel promotion flows, ensuring advertising effectiveness',
|
|
573
|
+
'渠道风控': 'Advertising risk control',
|
|
574
|
+
'实时防御行业竞争数据、高价值内容、隐私数据等被恶意盗爬,保障平台利益': 'Real-time defense against malicious crawling of industry competition data, high-value content, and privacy data, safeguarding platform interests',
|
|
575
|
+
'数据防盗爬': 'Data anti-crawling',
|
|
576
|
+
'实时防御现金红包奖励、优惠劵促销、电商秒杀等营销活动场景下薅羊毛行为': 'Real-time defense against wool-pulling behaviors in marketing activities such as cash rewards, coupon promotions, and e-commerce flash sales',
|
|
577
|
+
'营销风控': 'Marketing risk control',
|
|
578
|
+
'精准高效识别各类场景涉政、色情、辱骂、违禁、垃圾广告等违规内容': 'Accurate and efficient identification of various types of violations such as political, erotic, abuse, prohibited content, and spam advertisements in various scenarios',
|
|
579
|
+
'精准高效识别各类场景涉政、色情、暴恐、垃圾广告等违规内容': 'Accurate and efficient identification of various types of violations such as political, erotic, terrorism, spam advertisements, and more',
|
|
580
|
+
'精准高效识别各类场景的涉政、色情、娇喘、广告、辱骂、歪唱国歌等违规内容': 'Accurate and efficient identification of various types of violations such as political, erotic , moaning, advertisements, abuse, and distorted national anthem',
|
|
581
|
+
'智能音频识别': 'Audio Identification ',
|
|
582
|
+
'智能视频识别': 'Video Identification ',
|
|
583
|
+
'是否删除规则集': 'Delete rule set?',
|
|
584
|
+
'没有查询到对应的规则!': 'No corresponding rules found!',
|
|
585
|
+
'删除规则': 'Delete rule',
|
|
586
|
+
'异常提醒': 'Exception reminder',
|
|
587
|
+
'OCR名单': 'OCR list',
|
|
588
|
+
'图片名单': 'Image list',
|
|
589
|
+
'风险情报中心': 'Risk Intelligence Center',
|
|
590
|
+
'导出列表': 'Export List',
|
|
591
|
+
'自定义名单': 'Custom list',
|
|
592
|
+
'是否确认取消纠错': 'Are you sure to cancel the error correction',
|
|
593
|
+
'取消纠错': 'Cancel error correction',
|
|
594
|
+
'纠错渠道': 'Error correction channels',
|
|
595
|
+
'纠错信息': 'Error correction information',
|
|
596
|
+
'上下文内容': 'Contextual content',
|
|
597
|
+
'用户角色': 'role',
|
|
598
|
+
'忽略': 'Ignore',
|
|
599
|
+
'放行': 'Exclude',
|
|
600
|
+
'文本内容和昵称': 'Text content and nickname',
|
|
601
|
+
'原文匹配': 'Exact Matching',
|
|
602
|
+
'语义匹配': 'Phrase Matching',
|
|
603
|
+
'变体': 'Variant',
|
|
604
|
+
'同音': 'Homophone',
|
|
605
|
+
'相等匹配': 'Identical matching',
|
|
606
|
+
'正则匹配': 'Identical matching',
|
|
607
|
+
'是否临时忽略名单': 'Temporary ignore list',
|
|
608
|
+
'请选择渠道': 'Please select channel',
|
|
609
|
+
'请选择风险类型': 'Please select the risk type',
|
|
610
|
+
'请选择匹配方式': 'Please select the matching method',
|
|
611
|
+
'表示对于每次添加的名单内容,从添加时间至失效时间的期限,单位为小时': 'Represents the duration, in hours, from the time of adding the list content to the expiration time',
|
|
612
|
+
'正在对上传的图片URL进行检测,请稍后...': 'Checking the uploaded image URLs, please wait...',
|
|
613
|
+
'正在对添加的词进行查重检测,请稍后...': 'Checking for duplicate entries of added words, please wait...',
|
|
614
|
+
'至': 'to',
|
|
615
|
+
'请输入名单内容生效时长': 'Please enter the effective duration of the list content',
|
|
616
|
+
'内容操作日志': 'Content operation log',
|
|
617
|
+
'调整前名单内容': 'Original list content',
|
|
618
|
+
'调整后名单内容': 'Modified list content',
|
|
619
|
+
'请选择要移动至的名单': 'Please select the list to move to',
|
|
620
|
+
'请选择名单': 'Please select a list',
|
|
621
|
+
'已在其他名单中,可能导致该词添加无法生效,请确认是否继续?': 'Already exists in another list, which may cause the addition of this word to be ineffective. Please confirm if you want to continue?',
|
|
622
|
+
'点击查看名单详情': 'Click to view list details',
|
|
623
|
+
'排重后继续': 'Continue after deduplication',
|
|
624
|
+
'名单内容详情': 'Continue after deduplication',
|
|
625
|
+
'的添加会对以下名单中敏感词造成影响': 'The addition of xx will affect the sensitive words in the following list',
|
|
626
|
+
'已在下列名单中,可能无法生效': 'Already exists in the following lists, may not take effect',
|
|
627
|
+
'图片相似黑名单': 'Similar image blacklist',
|
|
628
|
+
'图片相等黑名单': 'Identical image blacklist',
|
|
629
|
+
'图片自定义名单': 'Custom image list',
|
|
630
|
+
'提示': 'Tip',
|
|
631
|
+
'添加敏感图片': 'Add sensitive image',
|
|
632
|
+
'敏感图片上传': 'Upload sensitive image',
|
|
633
|
+
'上传图片有误杀风险,请删除对应图片后重新操作': 'There is a risk of false positive detection for uploaded images. Please delete the corresponding image and try again.',
|
|
634
|
+
'最多上传': 'Maximum upload limit of',
|
|
635
|
+
'支持': 'support',
|
|
636
|
+
'格式': 'format',
|
|
637
|
+
'等': 'class',
|
|
638
|
+
'仅': 'only',
|
|
639
|
+
'图片格式不支持': 'Image format not supported',
|
|
640
|
+
'个文件': 'Files',
|
|
641
|
+
'上传失败': 'Upload failed',
|
|
642
|
+
'请输入图片URL,可使用回车符号连续输入,一行一词': 'Please enter the picture URL, you can use the carriage return symbol to enter continuously, one word per line',
|
|
643
|
+
'推荐使用!全应用全渠道生效,命中结果统一返回“拒绝”处置和“黑名单”标签。如有更多个性化需求,请移至“自定义名单”页面中操作。': 'Add sensitive images based on your needs. By default, they will take effect across all applications and channels. If you have more specific requirements, please use the custom list for operations.',
|
|
644
|
+
'取消置顶成功': 'Successfully canceled topping',
|
|
645
|
+
'置顶成功': 'Successfully topped',
|
|
646
|
+
'千万': 'x 10M',
|
|
647
|
+
'万': 'x 10K',
|
|
648
|
+
'亿': 'x 0.1BN',
|
|
649
|
+
'千亿': 'x 100BN',
|
|
650
|
+
'欢迎进入数美风控平台': 'Welcome to DeepCleer Risk Control Platform',
|
|
651
|
+
'您还未正式开通试用服务,可': 'You have not officially opened the trial service, you can',
|
|
652
|
+
'申请试用': 'contact customer service',
|
|
653
|
+
'开通,开通后可查看风险数据大盘。': 'to open it. After activation, you can view the risk data dashboard.',
|
|
654
|
+
'试用申请提交': 'Apply for the free trial',
|
|
655
|
+
'销售顾问对接': 'Confirmation by service center',
|
|
656
|
+
'试用服务开通': 'Get your trial account',
|
|
657
|
+
'违规': 'Violation',
|
|
658
|
+
'暴恐': 'Violent phobia',
|
|
659
|
+
'水印': 'Watermark',
|
|
660
|
+
'二维码': 'QR code',
|
|
661
|
+
'广告': 'AD',
|
|
662
|
+
'性感': 'Sexy',
|
|
663
|
+
'色情': 'Pornographic',
|
|
664
|
+
'涉政': 'Political Involvement',
|
|
665
|
+
'违禁': 'Prohibitions',
|
|
666
|
+
'辱骂': 'Abus',
|
|
667
|
+
'无意义': 'Meaningless',
|
|
668
|
+
'支持语种:印尼语、泰语、马来语、越南语、菲律宾语、印地语、土耳其语、西班牙语、葡萄牙语、日语、韩语、德语、法语、意大利语、俄语': 'support languages: Indonesian, Thai, Malay, Vietnamese, Filipino, Hindi, Turkish, Spanish, Portuguese, Japanese, Korean, German, French, Italian, Russian.',
|
|
669
|
+
'支持近30天TOP1000的风险原因命中统计': 'Support risk description hit statistics for the top 1000 in the past 30 days',
|
|
670
|
+
'手机号(Md5)': 'phoneMd5',
|
|
671
|
+
'手机号(Sha256)': 'phoneSha256',
|
|
672
|
+
'风险原因分布': 'Risk Reason Distribution',
|
|
673
|
+
'查询设备数': 'Number of Devices Queried',
|
|
674
|
+
'查询手机号数': 'Number of Phone Numbers Queried',
|
|
675
|
+
'正常手机号数': 'Number of Normal Phone Numbers',
|
|
676
|
+
'风险手机号数': 'Number of Risky Phone Numbers',
|
|
677
|
+
'查询IP数': 'Number of IPs Queried',
|
|
678
|
+
'正常IP数': 'Number of Normal IPs',
|
|
679
|
+
'风险IP数': 'Number of Risky IPs',
|
|
680
|
+
'查询账号数': 'Number of Accounts Queried',
|
|
681
|
+
'请求参数': 'Query Params',
|
|
682
|
+
'请选择事件类型': 'Please select an event type',
|
|
683
|
+
'仅支持单个 boxId 查询': 'only supports single boxId query',
|
|
684
|
+
'基于 boxId 解密结果查询': 'query based on boxId decryption result',
|
|
685
|
+
...MD_US,
|
|
686
|
+
'误杀反馈': 'Mistaken killing feedback',
|
|
687
|
+
'漏杀反馈': 'Feedback on missed kills',
|
|
688
|
+
'请选择应用,注:如果不选,纠错将针对“全部应用”生效': 'Please select the application. Note: If not selected, error correction will take effect for "all applications"',
|
|
689
|
+
'请选择渠道,注:如果不选,纠错将针对“全部渠道”生效': 'Please select the channel. Note: If not selected, the correction will take effect for "all channels"',
|
|
690
|
+
'生效应用/渠道:即“误杀/漏杀”的“应用/渠道”范围,作为效果优化的参考': 'Effective application/channel: refers to the scope of "application/channel" for "accidental killing/missed killing", as a reference for optimizing the effect',
|
|
691
|
+
'由于泛化限制,选择【全部渠道】时,请您同时选择【全部应用】。如有非全部应用生效需求,可将生效渠道改为全选': 'Selecting all channels requires selecting all applications!',
|
|
692
|
+
'由于泛化限制,选择【全部应用】时,请您同时选择【全部渠道】如有非全部渠道生效需求,可将生效应用改为全选': 'Selecting all applications requires selecting all channels!',
|
|
693
|
+
'正则组合条件': 'Regular Combination Conditions',
|
|
694
|
+
'请先添加条件': 'Please Add Conditions First',
|
|
695
|
+
'生成正则表达式': 'Generate Regular Expression',
|
|
696
|
+
'结尾': 'Ending',
|
|
697
|
+
'不以': 'Not Starting With',
|
|
698
|
+
'以': 'Starting With',
|
|
699
|
+
'开头': 'Beginning',
|
|
700
|
+
'等于': 'Equal To',
|
|
701
|
+
'不包含': 'Not Containing',
|
|
702
|
+
'包含': 'Containing',
|
|
703
|
+
'查看示例': 'View Examples',
|
|
704
|
+
'请输入 [0~200] 之间的任意数字,默认为 15': 'Please enter any number between [0~200]; the default is 15',
|
|
705
|
+
'切词方式': 'Word Segmentation Method',
|
|
706
|
+
'阿语': 'Arabic',
|
|
707
|
+
'英语': 'English',
|
|
708
|
+
'中文': 'Chinese',
|
|
709
|
+
'添加并列条件': 'Add Parallel Conditions',
|
|
710
|
+
'字符之间(左闭右闭)': 'Between Characters (Left-Closed & Right-Closed)',
|
|
711
|
+
'大于': 'Greater Than',
|
|
712
|
+
'小于': 'Less Than',
|
|
713
|
+
'右边值必须大于等于左边值': 'The right value must be greater than or equal to the left value',
|
|
714
|
+
'请输入最大值': 'Please Enter Maximum Value',
|
|
715
|
+
'请输入最小值': 'Please Enter Minimum Value',
|
|
716
|
+
'请选择条件类型': 'Please Select Condition Type',
|
|
717
|
+
'所选范围超过30天,默认为您拉取近30天数据': 'If the selected time range exceeds 30 days, data from the last 30 days will be pulled by default.',
|
|
718
|
+
'通过量': 'Pass Quantity',
|
|
719
|
+
'审核量': 'Audit Quantity',
|
|
720
|
+
'拒绝量': 'Reject Quantity',
|
|
721
|
+
'总量': 'Total Quantity',
|
|
722
|
+
'数据详情列表': 'Detailed Data List',
|
|
723
|
+
'1. 敏感词相似字转换': '1. Sensitive word similarity conversion',
|
|
724
|
+
'2. 敏感词全角半角转换': '2. Full-width and half-width conversion of sensitive words',
|
|
725
|
+
'3. 敏感词字母转大写': '3. Capitalize sensitive words',
|
|
726
|
+
'归一化处理': 'Normalization',
|
|
727
|
+
'开启归一化处理后会对敏感词和请求内容进行相似字转换、全角半角转换与字母大写转换。': 'After normalization is enabled, sensitive words and request contents will be converted to similar characters, full-width to half-width, and uppercase.',
|
|
728
|
+
'导航栏设置': 'Navigation Settings',
|
|
729
|
+
'自定义导航栏设置': 'Custom Navigation Settings',
|
|
730
|
+
'导航栏名称': 'Navigation Bar Name',
|
|
731
|
+
'是否展示': 'Show or Hide',
|
|
732
|
+
'团队风险趋势': 'Team Risk Trend',
|
|
733
|
+
'策略管理中心(设备指纹)': 'Strategy Management Center (Device Fingerprint)',
|
|
734
|
+
'策略管理中心规则日志(设备指纹)': 'Strategy Management Center Rule Log (Device Fingerprint)',
|
|
735
|
+
'账号风险趋势(新)': 'Account Risk Trend (New)',
|
|
736
|
+
'天网-KYC认证': 'SkyNet - KYC Verification',
|
|
737
|
+
'智能文本识别(国际)': 'Intelligent Text Recognition (International)',
|
|
738
|
+
'智能音频文件识别(英文)': 'Intelligent Audio File Recognition (English)',
|
|
739
|
+
'智能音频文件识别(阿语)': 'Intelligent Audio File Recognition (Arabic)',
|
|
740
|
+
'智能音频流识别(英文)': 'Intelligent Audio Stream Recognition (English)',
|
|
741
|
+
'智能视频流识别(英文)': 'Intelligent Video Stream Recognition (English)',
|
|
742
|
+
'智能视频流识别(阿语)': 'Intelligent Video Stream Recognition (Arabic)',
|
|
743
|
+
'智能音频文件(B类外语)': 'Intelligent Audio File (Category B Foreign Languages)',
|
|
744
|
+
'智能视频文件(b类)': 'Intelligent Video File (Category B)',
|
|
745
|
+
'手机号风险指数(旧)': 'Phone Number Risk Index (Old)',
|
|
746
|
+
'账号风险分级(旧)': 'Account Risk Grading (Old)',
|
|
747
|
+
'天网全局策略中心': 'SkyNet Global Strategy Center',
|
|
748
|
+
'天网设备指纹全局策略中心': 'SkyNet Device Fingerprint Global Strategy Center',
|
|
749
|
+
'AP风险原因': 'AP Risk Reason',
|
|
750
|
+
'页面配置设置成功': 'Page Configuration Saved Successfully',
|
|
751
|
+
'请选择手机号类型': 'Please select phone number type',
|
|
752
|
+
'请输入手机号': 'Please enter phone number',
|
|
753
|
+
'视频文件名单': 'Video file list',
|
|
754
|
+
'网页名单': 'Web list',
|
|
755
|
+
'请输入手机号MD5值': 'Please enter phone number MD5 value',
|
|
756
|
+
'手机号md5': 'Phone number MD5',
|
|
757
|
+
'请输入手机号SHA256值': 'Please enter phone number SHA256 value',
|
|
758
|
+
'手机号sha256': 'Phone number SHA256',
|
|
759
|
+
'手机号明文': 'Phone number plaintext',
|
|
760
|
+
'获取日期列表失败': 'Failed to get date list',
|
|
761
|
+
'暂无权限!': 'No Permission',
|
|
762
|
+
'如需调配策略,请联系数美风控策略人员开放策略配置功能。': 'To configure strategies, please contact Shumei risk control strategy staff to enable strategy configuration.',
|
|
763
|
+
'确定开启策略降级模式?': 'Are you sure you want to enable strategy degradation mode?',
|
|
764
|
+
'开启后所有策略处置建议改为通过并生效,且所有策略为只读状态,不可修改。': 'After enabling, all strategy disposition suggestions will be changed to Pass and take effect, and all strategies will be read-only and cannot be modified.',
|
|
765
|
+
'开启成功': 'Enabled Successfully',
|
|
766
|
+
'开启失败': 'Enable Failed',
|
|
767
|
+
'确定关闭策略降级模式?': 'Are you sure you want to disable strategy degradation mode?',
|
|
768
|
+
'关闭后所有策略处置建议恢复为原来线上版本。': 'After disabling, all strategy disposition suggestions will be restored to the original online version.',
|
|
769
|
+
'关闭成功': 'Disabled Successfully',
|
|
770
|
+
'关闭失败': 'Disable Failed',
|
|
771
|
+
'开放规则进入审批流成功。': 'Rules successfully submitted to the approval workflow.',
|
|
772
|
+
'策略降级模式': 'Strategy Degradation Mode',
|
|
773
|
+
'开启策略降级模式后,所有线上策略的处置建议将返回通过(PASS),且所有策略为只读状态直到关闭策略降级模式。': 'After enabling strategy degradation mode, all online strategy disposition suggestions will return Pass, and all strategies will be read-only until strategy degradation mode is disabled.',
|
|
774
|
+
'全量进实验室操作记录': 'Full Lab Entry Operation Log',
|
|
775
|
+
'请关闭策略降级模式后进行操作。': 'Please disable strategy degradation mode before proceeding.',
|
|
776
|
+
'全量进实验室': 'Full Lab Entry',
|
|
777
|
+
'可将策略一键进入实验室观察效果,对应线上策略返回自定义处置。': 'Strategies can be moved to the lab with one click to observe effects; corresponding online strategies return custom disposition.',
|
|
778
|
+
'仅开放修改处置建议功能': 'Only Allow Modifying Disposition Suggestions',
|
|
779
|
+
'开放全部修改规则功能': 'Allow Full Rule Modification',
|
|
780
|
+
'全量开放规则': 'Fully Open Rules',
|
|
781
|
+
'全量收回规则': 'Fully Revoke Rules',
|
|
782
|
+
'是否全量收回规则?': 'Are you sure you want to fully revoke rules?',
|
|
783
|
+
'是否全量开放规则?': 'Are you sure you want to fully open rules?',
|
|
784
|
+
'收回规则后,客户将只能查看不能修改该公司_应用_事件下的规则,是否继续?': 'After revoking rules, the customer can only view but cannot modify rules under this company/app/event. Continue?',
|
|
785
|
+
'开放后客户可以修改该公司_应用_事件下的规则的处置建议,是否继续?': 'After opening, the customer can modify disposition suggestions for rules under this company/app/event. Continue?',
|
|
786
|
+
'开放后客户可以修改该公司_应用_事件下规则的处置建议、风险类型、风险原因、得分、备注、规则条件、灰度比例等详细信息,是否继续?': 'After opening, the customer can modify disposition suggestions, risk types, risk reasons, scores, remarks, rule conditions, gray ratios, and other details for rules under this company/app/event. Continue?',
|
|
787
|
+
'请关闭策略降级模式后进行修改。': 'Please disable strategy degradation mode before modifying.',
|
|
788
|
+
'全量进实验室设置': 'Full Lab Entry Settings',
|
|
789
|
+
'自定义设置': 'Custom Settings',
|
|
790
|
+
'原线上处置建议': 'Original Online Disposition',
|
|
791
|
+
'线上已启用规则且处置建议为': 'Enabled online rules with disposition of',
|
|
792
|
+
'的策略将全部以': ' strategies will all be set to',
|
|
793
|
+
'进入实验室进行效果观察,': ' enter the lab for effect observation,',
|
|
794
|
+
'线上策略处置建议将全部以': 'Online strategy disposition suggestions will all be set to',
|
|
795
|
+
'生效。': ' take effect.',
|
|
796
|
+
'将上次【全量进实验室】后未上线的规则再次全量进入实验室': 'Re-enter all rules that were not launched online after the last [Full Lab Entry] into the lab',
|
|
797
|
+
'可用于自定义设置全量进入实验室后,实验室策略超期后被自动清理的场景。': 'Applicable when lab strategies are automatically cleaned up after expiration following a custom full lab entry.',
|
|
798
|
+
'自定义设置—全量进实验室': 'Custom Settings — Full Lab Entry',
|
|
799
|
+
'策略管理': 'Strategy Management',
|
|
800
|
+
'操作方式': 'Operation Type',
|
|
801
|
+
'暂无导入内容': 'No imported content',
|
|
802
|
+
'文件存在不推荐词条': 'The file contains unrecommended entries',
|
|
803
|
+
'输入存在不推荐词条': 'Your input contains unrecommended entries',
|
|
804
|
+
'检测到': 'Detected',
|
|
805
|
+
'个红色违规词条(单字/纯数字/纯符号):': ' red illegal entries (single character / pure number / pure symbol):',
|
|
806
|
+
'个违规词条(单字/纯数字/纯符号):': ' illegal entries (single character / pure number / pure symbol):',
|
|
807
|
+
'是否确认继续提交?': 'Are you sure you want to continue submitting?',
|
|
808
|
+
'确认提交': 'Confirm Submit',
|
|
809
|
+
'取消修改': 'Cancel Edit',
|
|
810
|
+
|
|
811
|
+
};
|