From 4bf7a9bad2931766e3383d907d6f4ab138e39b66 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 16 Aug 2026 08:24:18 +0800 Subject: feat(landing): enhance landing page with terminal hero and scroll snap Add a fixed navigation bar, full-height hero section with tiled grid background, and an animated command carousel terminal. Style download links as interactive buttons and incorporate syntax highlighting styles. Introduce MlingDisplay JS parser for rendering display.rs-style markup with colors, headings, and formatting. Update version file config to include dist/index.html. --- dist/index.html | 724 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 658 insertions(+), 66 deletions(-) (limited to 'dist') diff --git a/dist/index.html b/dist/index.html index 6fcdb0b..8e7c542 100644 --- a/dist/index.html +++ b/dist/index.html @@ -15,6 +15,10 @@ href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet" /> + @@ -362,41 +760,23 @@

Mingling CLI

- The command-line companion for scaffolding, managing, and - updating Mingling projects. Install it once, then let - mling update keep it fresh. + Scaffold — generate projects + with proj-init
+ Manage — install, enable, and + inspect packages
+ Updatemling + keeps itself fresh

+
+
+

How to use

-

Some commands you will use every day:

-
-
- mling proj-init 0.4@basic -

Initialize a project

-
-
- mling install -

Install the project to the Mingling package list

-
-
- mling pkg-enable your-cli@0.1.0 -

Enable the specified package

-
-
- mling lint -

Mingling Linter

-
-
- mling -h -

Show help messages

-
-
- mling update -

Update mling to the latest version

-
+
+
@@ -424,7 +804,7 @@ Linux mling-linux.tar.gzDOWNLOAD Windows mling-win.tar.gzDOWNLOAD macOS mling-mac.tar.gzDOWNLOAD
-

Install

+

Install

Extract the package and load the bundled environment script — it adds bin/ to PATH and enables shell completion.

-
# Linux / macOS (zsh, bash, fish)
+                    
# Linux / macOS (zsh, bash, fish)
 tar -xzf mling-linux.tar.gz
 source load_mling.sh
 
@@ -505,19 +885,14 @@ source load_mling.sh
 tar -xzf mling-win.tar.gz
 .\load_mling.ps1
-
- - -
-
-

Update

+

Update

mling can update itself. It downloads from this page by default, verifies the sha256 checksum, and applies the new version on your next invocation.

-
# Update to the latest build
+                    
# Update to the latest build
 mling update
 
 # Point it at a custom mirror if needed
@@ -535,5 +910,222 @@ mling update
·
Docs + + + + + + + + + + + + + + + + + -- cgit