chore: sync current WechatHookBot workspace

This commit is contained in:
2026-03-09 15:48:45 +08:00
parent 4016c1e6eb
commit 9119e2307d
195 changed files with 24438 additions and 17498 deletions

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WechatHookBot</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap">
<link rel="stylesheet" href="https://unpkg.com/element-plus/dist/index.css">
<link rel="stylesheet" href="/static/style.css?v=20260302_3">
</head>
<body>
<div id="app"></div>
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
<script src="https://unpkg.com/element-plus"></script>
<script src="https://unpkg.com/element-plus/dist/locale/zh-cn.js"></script>
<script src="https://unpkg.com/@element-plus/icons-vue"></script>
<script src="/static/composables/useWebSocket.js?v=20260302_3"></script>
<script src="/static/composables/useApi.js?v=20260302_3"></script>
<script src="/static/components/ConfigSection.js?v=20260302_3"></script>
<script src="/static/components/LogViewer.js?v=20260302_3"></script>
<script src="/static/components/ConfigEditor.js?v=20260302_3"></script>
<script src="/static/components/PluginConfigDialog.js?v=20260302_3"></script>
<script src="/static/components/PluginList.js?v=20260302_3"></script>
<script src="/static/components/SecuritySettings.js?v=20260302_3"></script>
<script src="/static/components/AppLayout.js?v=20260302_3"></script>
<script src="/static/app.js?v=20260302_3"></script>
</body>
</html>