Files
tauri-template/index.html
xiongxiao cf50a5322f Update Tauri project configuration and dependencies
- Modified Claude settings configuration
- Updated index.html
- Added Cargo.lock file
- Updated Cargo.toml dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-10 10:57:53 +08:00

15 lines
363 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Light Code</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>