chore: add TokenLens sources and ignore rules

This commit is contained in:
2026-06-12 15:45:58 +08:00
parent 0b48e618d8
commit 887b75b790
37 changed files with 13907 additions and 0 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' rx='8' fill='%2308111d'/%3E%3Cpath d='M8 24V10M14 24V5M20 24v-9M26 24H6' stroke='%232e83ff' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E" />
<title>TokenLens</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/renderer/App.jsx"></script>
</body>
</html>