MCPcopy Create free account
hub / github.com/QLHazyCoder/FlowPilot / findManagementKeyInput

Function findManagementKeyInput

content/vps-panel.js:543–548  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

541}
542
543function findManagementKeyInput() {
544 const candidates = document.querySelectorAll(
545 '.LoginPage-module__loginCard___OgP-R input[type="password"], input[placeholder*="管理密钥"], input[aria-label*="管理密钥"]'
546 );
547 return Array.from(candidates).find(isVisibleElement) || null;
548}
549
550function findManagementLoginButton() {
551 const candidates = document.querySelectorAll('.LoginPage-module__loginCard___OgP-R button, .LoginPage-module__loginCard___OgP-R .btn');

Callers 2

getVpsPanelSnapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected