first commit

This commit is contained in:
2026-02-09 10:48:21 +01:00
commit 15f28c0dd6
848 changed files with 107188 additions and 0 deletions

View File

@@ -0,0 +1 @@
function executeAction(action,data,serverId){return"restartserver"===action&&globalThis.ConnectionManager.getApiClient(serverId).restartServer(),Promise.resolve()}globalThis.addEventListener("notificationclick",function(event){var notification=event.notification,notification=(notification.close(),notification.data),action=event.action;action?event.waitUntil(executeAction(action,notification,notification)):(clients.openWindow("/"),event.waitUntil(Promise.resolve()))},!1),globalThis.addEventListener("push",function(e){});

View File

@@ -0,0 +1 @@
globalThis.addEventListener("sync",function(event){event.tag});