From 4e5255707e3b3c8e34bb4687bfc60c5944e21249 Mon Sep 17 00:00:00 2001 From: Xietao Wang Lin Date: Tue, 5 May 2026 11:10:59 +0100 Subject: [PATCH] feat: add llm link generator --- Gemfile.lock | 7 + _layouts/sim.html | 34 +- sim/css/main.css | 47 ++ sim/llm-context/FAQ.md | 99 +++ sim/llm-context/advanced-options.md | 681 ++++++++++++++++++++ sim/llm-context/misc.md | 17 + sim/llm-context/quick-start.md | 75 +++ sim/llm-context/solver.md | 91 +++ sim/llm-context/what-can-visualpde-solve.md | 44 ++ sim/scripts/RD/main.js | 67 ++ 10 files changed, 1148 insertions(+), 14 deletions(-) create mode 100644 sim/llm-context/FAQ.md create mode 100644 sim/llm-context/advanced-options.md create mode 100644 sim/llm-context/misc.md create mode 100644 sim/llm-context/quick-start.md create mode 100644 sim/llm-context/solver.md create mode 100644 sim/llm-context/what-can-visualpde-solve.md diff --git a/Gemfile.lock b/Gemfile.lock index 553ea295..ce747b1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,6 +12,7 @@ GEM eventmachine (1.2.7) ffi (1.17.0-arm64-darwin) ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) google-protobuf (4.28.3-arm64-darwin) bigdecimal @@ -19,6 +20,9 @@ GEM google-protobuf (4.28.3-x86_64-darwin) bigdecimal rake (>= 13) + google-protobuf (4.28.3-x86_64-linux) + bigdecimal + rake (>= 13) http_parser.rb (0.8.0) i18n (1.14.6) concurrent-ruby (~> 1.0) @@ -73,6 +77,8 @@ GEM google-protobuf (~> 4.28) sass-embedded (1.80.5-x86_64-darwin) google-protobuf (~> 4.28) + sass-embedded (1.80.5-x86_64-linux-gnu) + google-protobuf (~> 4.28) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.6.0) @@ -84,6 +90,7 @@ PLATFORMS arm64-darwin-24 x86_64-darwin-21 x86_64-darwin-22 + x86_64-linux-gnu DEPENDENCIES jekyll (~> 4.3.3) diff --git a/_layouts/sim.html b/_layouts/sim.html index 56accbdf..bc212b37 100644 --- a/_layouts/sim.html +++ b/_layouts/sim.html @@ -82,6 +82,13 @@ } } +