chore: restructure repo as worker collection

This commit is contained in:
OpenClaw Agent
2026-03-23 12:58:51 +08:00
parent 56179e6a75
commit 74c6e25063
22 changed files with 237 additions and 211 deletions

View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>SmsReceiver</title>
<link rel="stylesheet" href="/app.css" />
</head>
<body>
<main id="app"></main>
<script src="/app.js"></script>
</body>
</html>