Replace repository with DuckLM runtime

This commit is contained in:
2026-05-20 01:00:28 +08:00
parent ddc285b8f4
commit 4a84ada770
190 changed files with 7060 additions and 13602 deletions
+22
View File
@@ -0,0 +1,22 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DuckLM Approvals</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<main class="simple-page">
<header class="simple-header">
<div>
<h1>Approvals</h1>
<p>Review pending local tool actions before DuckLM continues.</p>
</div>
<a class="secondary-button" href="/">Back to Chat</a>
</header>
<section id="approvals" class="approval-list" aria-live="polite"></section>
</main>
<script src="/static/app.js"></script>
</body>
</html>