feat: implement cross-platform hotkey management and update frontend build infrastructure

This commit is contained in:
jahruz67
2026-05-08 15:54:36 -07:00
parent 25ab3accfa
commit 0cd56ca083
24 changed files with 453 additions and 325 deletions
+3 -5
View File
@@ -5,9 +5,8 @@
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>wis-free-v3 Settings</title>
<script type="module" crossorigin src="/assets/index.c6252eaf.js"></script>
<link rel="stylesheet" href="/assets/index.d8635aeb.css">
<script type="module" crossorigin src="/assets/index-BNpC-7X0.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BsntdVbh.css">
</head>
<body>
@@ -15,7 +14,7 @@
<!-- Header -->
<div class="flex-between" style="margin-bottom: 30px;">
<h1 style="margin: 0;">wis-free-v3 Settings</h1>
<div style="color: var(--text-muted); font-size: 12px;">v1.0.0</div>
<div id="appVersion" style="color: var(--text-muted); font-size: 12px;"></div>
</div>
<div id="saveStatus" class="save-status">Settings Saved!</div>
@@ -183,7 +182,6 @@
</div>
</div>
</body>
</html>