MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / getTaskStatusText

Function getTaskStatusText

static/js/payment.js:1159–1170  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

1157}
1158
1159function getTaskStatusText(status) {
1160 const mapping = {
1161 link_ready: "待打开",
1162 opened: "已打开",
1163 waiting_user_action: "待用户完成",
1164 paid_pending_sync: "已支付待同步",
1165 verifying: "验证中",
1166 completed: "已完成",
1167 failed: "失败",
1168 };
1169 return mapping[status] || status || "-";
1170}
1171
1172function startBindTaskAutoRefresh() {
1173 stopBindTaskAutoRefresh();

Callers 1

runnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected