feat: Add initial Electron frontend setup, Claude permissions, and Gitea CI/CD for releases.
All checks were successful
Build and Release / build-and-release (push) Successful in 5m44s

This commit is contained in:
Bryan1029384756
2026-02-10 22:36:32 -06:00
parent b5f3acd581
commit 9a499cf360
357 changed files with 7 additions and 456 deletions

View File

@@ -1,20 +0,0 @@
<!doctype html>
<html lang="en">
<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>discord</title>
<script type="module" crossorigin src="./assets/index-XO0EnFCR.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-0wNLL1lc.css">
</head>
<body>
<script>
(function() {
var t = localStorage.getItem('discord-theme') || 'theme-dark';
document.documentElement.className = t;
})();
</script>
<div id="root"></div>
</body>
</html>