init wxt framework

This commit is contained in:
go0p
2025-04-14 17:10:10 +08:00
parent 273ea4878f
commit dde16515ec
34 changed files with 8126 additions and 20 deletions
+13
View File
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Default Popup Title</title>
<meta name="manifest.type" content="browser_action" />
</head>
<body>
<div id="root"></div>
<script type="module" src="./main.tsx"></script>
</body>
</html>