Skip to content

Instantly share code, notes, and snippets.

View MattWenJun's full-sized avatar
🎯
Focusing

WenJun MattWenJun

🎯
Focusing
View GitHub Profile
@MattWenJun
MattWenJun / openclaw-llm-report.html
Created March 15, 2026 08:52
OpenClaw LLM Intel Report 2026.03
<!DOCTYPE html>
<html lang="zh-CN" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenClaw LLM Intel Report // 2026.03</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700;800&family=Orbitron:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<script>
@MattWenJun
MattWenJun / index.html
Created March 15, 2026 06:51
Luna Calculator - Interactive Demo
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Luna Calculator</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
min-height: 100vh;