mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-07-16 17:07:39 +02:00
Add files via upload
This commit is contained in:
@@ -711,6 +711,9 @@ async function openRobotAccountBinding() {
|
||||
|
||||
function closeRobotAccountBinding() {
|
||||
closeAppModal('robot-account-binding-modal');
|
||||
if (typeof window.loadVulnerabilityAlertSubscription === 'function') {
|
||||
window.loadVulnerabilityAlertSubscription();
|
||||
}
|
||||
}
|
||||
|
||||
async function generateRobotBindingCode() {
|
||||
@@ -859,6 +862,9 @@ async function loadRobotAccountBindings() {
|
||||
</div>
|
||||
<button type="button" class="btn-secondary btn-small robot-binding-unbind-btn" onclick="deleteRobotAccountBinding('${escapeHtml(binding.id || '')}')">解除绑定</button>
|
||||
</div>`).join('');
|
||||
if (typeof window.loadVulnerabilityAlertSubscription === 'function') {
|
||||
window.loadVulnerabilityAlertSubscription();
|
||||
}
|
||||
}
|
||||
|
||||
function formatRobotBindingTime(value) {
|
||||
|
||||
Reference in New Issue
Block a user