docs(quick-4): update documentation for port 9999 and dual-mode

README.md:
- Update Essential files section with dual-mode default behavior
- Update dual-mode display section with port 9999 as Remote HD
- Update Display Modes table to include port 9999 and dual-mode note

WIKI.md:
- Add Remote HD Mode (Port 9999) section with full HD details
- Update Start Script Options table with dev:9999 and dual-mode
- Clarify port usage (8888 kiosk, 9090 legacy remote, 9999 remote HD)

install_everything.sh:
- Add dual-mode server information to startup message
This commit is contained in:
2026-03-19 09:47:24 +08:00
parent 3b1ece0eae
commit 9f29b51c4b
3 changed files with 63 additions and 16 deletions

30
WIKI.md
View File

@@ -204,10 +204,18 @@ When the API is unavailable, mock data is automatically generated with realistic
### Remote Mode (Port 9090)
- Responsive layout for any screen size
- Full HD optimized
- Standard remote access
- **For legacy remote access via network**
### Remote HD Mode (Port 9999)
- Full HD responsive layout (1920x1080 optimized)
- Expanded information display
- Standard scrollbars
- **For remote access via network**
- **For remote desktop access with high-resolution displays**
- **Recommended for remote monitoring via PC browser**
**Note:** Running `./start.sh` without arguments starts both Kiosk (8888) and Remote HD (9999) servers simultaneously.
## Navigation
@@ -384,17 +392,19 @@ The `start.sh` script provides an interactive menu for common development comman
| `1` or `dev` | Start dev server (port 5173) |
| `2` or `dev:8888` | Start dev server on port 8888 (kiosk mode) |
| `3` or `dev:9090` | Start dev server on port 9090 (remote mode) |
| `4` or `test` | Run tests |
| `5` or `test:watch` | Run tests in watch mode |
| `6` or `build` | Build for production |
| `7` or `preview` | Preview production (port 4173) |
| `8` or `lint` | Run linter |
| `9` or `clean` | Clean build artifacts |
| `10` or `install` | Install dependencies |
| `4` or `dev:9999` | Start dev server on port 9999 (remote HD mode) |
| `5` or `test` | Run tests |
| `6` or `test:watch` | Run tests in watch mode |
| `7` or `build` | Build for production |
| `8` or `preview` | Preview production (port 4173) |
| `9` or `lint` | Run linter |
| `10` or `clean` | Clean build artifacts |
| `11` or `install` | Install dependencies |
| `p` or `port` | Change default ports |
| `0` or `exit` | Exit |
| (no args) | Start both 8888 and 9999 (dual-mode) |
**Note**: Port 8888 is recommended for kiosk mode (7" touchscreen), port 9090 for remote access.
**Note**: Port 8888 is for kiosk mode (7" touchscreen), port 9090 for legacy remote, port 9999 for remote HD desktop access. Running without arguments starts dual-mode.
## Installation Script