From b93470941652ec7b13f7e722a7dc6f6feef57f93 Mon Sep 17 00:00:00 2001 From: zhaojing1987 Date: Thu, 30 Jul 2026 14:30:43 +0800 Subject: [PATCH 1/2] docs: add missing setup wizard and login page images to EN login.md --- .../docusaurus-plugin-content-docs/version-2.0/starter/login.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i18n/en/docusaurus-plugin-content-docs/version-2.0/starter/login.md b/i18n/en/docusaurus-plugin-content-docs/version-2.0/starter/login.md index d7c982cc..0d173aa6 100644 --- a/i18n/en/docusaurus-plugin-content-docs/version-2.0/starter/login.md +++ b/i18n/en/docusaurus-plugin-content-docs/version-2.0/starter/login.md @@ -20,7 +20,9 @@ Before logging in, ensure the following: 1. Open your browser and visit: `http://:9000` 2. On first visit, the **Setup Wizard** will guide you to create an administrator account and configure basic settings + ![Websoft9 Setup Wizard](./assets/websoft9-setupwizard.png) 3. After setup, log in with the administrator account you just created + ![Websoft9 Login Page](./assets/websoft9-loginpage.png) > Websoft9 uses its own user system. The administrator account is created in the Setup Wizard and is independent of the server's operating system accounts. From ea8966c68088ab5ae07e840f53e2a7c25693384c Mon Sep 17 00:00:00 2001 From: zhaojing1987 Date: Thu, 30 Jul 2026 15:04:24 +0800 Subject: [PATCH 2/2] fix: pin webpack to 5.95.0 via resolutions --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4d5e4e33..b5462e52 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,9 @@ "engines": { "node": ">=18.0" }, + "resolutions": { + "webpack": "5.95.0" + }, "browserslist": { "production": [ ">0.5%",