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
All checks were successful
Build and Release / build-and-release (push) Successful in 5m44s
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user