diff --git a/docs/assets/images/Panel.jpg b/docs/assets/images/Panel.jpg index 77d7f0566..082c3e4fd 100644 Binary files a/docs/assets/images/Panel.jpg and b/docs/assets/images/Panel.jpg differ diff --git a/src/helpers/init.js b/src/helpers/init.js index 96e6aa8ac..c41b0d6cd 100644 --- a/src/helpers/init.js +++ b/src/helpers/init.js @@ -4,7 +4,7 @@ export function initializeParams(request, env) { const proxyIPs = env.PROXYIP?.split(',').map(proxyIP => proxyIP.trim()); const url = new URL(request.url); const searchParams = new URLSearchParams(url.search); - globalThis.panelVersion = '2.7.9'; + globalThis.panelVersion = '2.8'; globalThis.defaultHttpPorts = ['80', '8080', '2052', '2082', '2086', '2095', '8880']; globalThis.defaultHttpsPorts = ['443', '8443', '2053', '2083', '2087', '2096']; globalThis.userID = env.UUID;