- 保留本地 package.json(@costrict/csc, v4.0.12)、CLAUDE.md、README、contributors.svg - 采用上游代码更新:19 commits including bug fixes, security improvements - 删除 upstream 废弃文件:automation.js, automation.test.js, health-check.ts
15 lines
433 B
HTML
15 lines
433 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Remote Control — CoStrict</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|