feat: plugin discovery, capability/contribution/permission registries, Plugin Manager UI

This commit is contained in:
2026-06-16 12:00:43 +08:00
parent 08f7328d87
commit cf0a962b46
1326 changed files with 385268 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Verstak</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
background: #1a1a2e;
color: #e0e0e0;
overflow: hidden;
}
</style>
<script type="module" crossorigin src="/assets/index-DnbDSaZv.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-OW-eUx1q.css">
</head>
<body>
<div id="app"></div>
</body>
</html>