閭楠岃瘉鐮侀摼鎺ユ湇鍔?/title> <style> body { font-family: system-ui, -apple-system, Segoe UI, sans-serif; margin: 40px auto; max-width: 760px; line-height: 1.6; padding: 0 18px; color: #17202a; } code, input, textarea { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; } textarea, input { width: 100%; box-sizing: border-box; padding: 10px; border: 1px solid #ccd3dc; border-radius: 6px; } button { padding: 9px 14px; border: 0; border-radius: 6px; background: #1f6feb; color: white; cursor: pointer; } .row { margin: 14px 0; } .muted { color: #65717f; } .result { margin-top: 18px; padding: 12px; background: #f5f7fa; border-radius: 6px; word-break: break-all; } </style> </head> <body> <h1>閭楠岃瘉鐮侀摼鎺ユ湇鍔?/h1> <p class="muted">鍦ㄦ湰椤电敤绠$悊瀵嗛挜鍒涘缓涓存椂閾炬帴銆傚垎浜嚭鍘荤殑閾炬帴鍙兘鏌ョ湅楠岃瘉鐮侊紝涓嶈兘鐪嬪埌瀹屾暣閭璐﹀彿涓层€?/p> <form id="form"> <div class="row"><label>绠$悊瀵嗛挜</label><input name="adminKey" type="password" required /></div> <div class="row"><label>璐﹀彿涓?/label><textarea name="account" rows="5" required placeholder="email----password----clientId----refreshToken"></textarea></div> <div class="row"><label>鏈夋晥鏈熷皬鏃?/label><input name="ttlHours" type="number" min="1" value="24" /></div> <button type="submit">鐢熸垚閾炬帴</button> </form> <div id="result" class="result" hidden></div> <script> document.querySelector("#form").addEventListener("submit", async (event) => { event.preventDefault(); const form = new FormData(event.target); const response = await fetch("/api/links", { method: "POST", headers: { "content-type": "application/json", "x-admin-key": form.get("adminKey") }, body: JSON.stringify({ account: form.get("account"), ttlHours: Number(form.get("ttlHours") || 24) }) }); const data = await response.json(); const box = document.querySelector("#result"); box.hidden = false; box.innerHTML = response.ok ? '閾炬帴锛?a href="' + data.url + '">' + data.url + '</a>' : '澶辫触锛? + (data.error || 'unknown error'); }); </script> </body> </html>
Lightweight company profile from the Semantil web index.
// enrich
fmail.uno
Country
United States
Language
Unknown
Industry
Traffic tier
none
// signals
Technologies
Express
Node.js
Categories and tags
No categories detected in the public profile.