fix: 修复上传按钮点击事件冒泡导致面板关闭问题

This commit is contained in:
2026-04-26 11:16:45 +08:00
parent 65360ad822
commit b8e670978c
2 changed files with 6 additions and 5 deletions

View File

@@ -8,12 +8,12 @@
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>AI助手</title>
<link rel="stylesheet" href="style.css?v=2.1.0">
<link rel="stylesheet" href="style.css?v=2.1.1">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="app"></div>
<script src="marked.min.js?v=2.1.0"></script>
<script src="app.js?v=2.1.0"></script>
<script src="marked.min.js?v=2.1.1"></script>
<script src="app.js?v=2.1.1"></script>
</body>
</html>