MCPcopy Index your code
hub / github.com/aiprodcoder/MIXAPI / t

Function t

web/src/components/table/LogsTable.js:941–949  ·  view source on GitHub ↗
('请求次数')}:{renderNumber(data.request_count)}
            </p>
          </div>
        ),
        centered: true,
      })

Source from the content-addressed store, hash-verified

939 </p>
940 <p>
941 {t('请求次数')}:{renderNumber(data.request_count)}
942 </p>
943 </div>
944 ),
945 centered: true,
946 });
947 } else {
948 showError(message);
949 }
950 };
951
952 const setLogsFormat = (logs) => {

Callers 15

TaskLogsTable.jsFile · 0.70
UsersTable.jsFile · 0.70
renderStatusFunction · 0.70
renderTypeFunction · 0.70
MjLogsTable.jsFile · 0.70
renderTypeFunction · 0.70
ChannelsTable.jsFile · 0.70
switchFunction · 0.70
ifFunction · 0.70

Calls 1

showErrorFunction · 0.90

Tested by

no test coverage detected