From 644ae0835d23abfccbf8d3024daedae52919a547 Mon Sep 17 00:00:00 2001 From: XXhaos Date: Thu, 9 Apr 2026 17:13:32 +0800 Subject: [PATCH] Update SyncXboxCloud.js --- Scripts/SyncXboxCloud.js | 62 +++++++++++++++++++++++++++------------- 1 file changed, 42 insertions(+), 20 deletions(-) diff --git a/Scripts/SyncXboxCloud.js b/Scripts/SyncXboxCloud.js index a49e384..059e370 100644 --- a/Scripts/SyncXboxCloud.js +++ b/Scripts/SyncXboxCloud.js @@ -28,41 +28,63 @@ function renderUI(title, message, type = "success") { const html = ` - + - + ${escapeHTML(title)}
-

${escapeHTML(title)}

+
${escapeHTML(title)}
${message}
-
SyncXbox Cloud Queue
- +
`;