Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion landing-page/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A modern, responsive landing page for JEnv - the fast and easy Java version mana

## Features

- 🎯 **Platform Detection**: Automatically detects user's OS and architecture (Windows, Linux, macOS with x64/arm64)
- 🎯 **Platform Detection**: Automatically detects user's OS and architecture (Windows, Linux, macOS with x64/arm64 support)
- 📦 **One-Click Downloads**: Direct download links for JEnv and JDK distributions
- 🌍 **Internationalization**: Supports English and Chinese with automatic language detection
- 🎨 **Modern UI**: Dark theme with smooth animations and responsive design
Expand Down
2 changes: 1 addition & 1 deletion landing-page/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

/* Font */
--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
--font-mono: "JetBrains Mono", "Consolas", "Monaco", monospace;
--font-mono: "JetBrains Mono", "Sarasa Gothic SC", "Consolas", "Monaco", monospace;

/* Transitions */
--transition: 0.2s ease;
Expand Down
Loading