feat: 长按对话弹出操作菜单 - 重命名/分享/置顶/删除

This commit is contained in:
2026-04-26 17:25:43 +08:00
parent 05e900c5af
commit 2e5fcca49e
3 changed files with 281 additions and 28 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.3.1">
<link rel="stylesheet" href="style.css?v=2.4.0">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="app"></div>
<script src="marked.min.js?v=2.3.1"></script>
<script src="app.js?v=2.3.1"></script>
<script src="marked.min.js?v=2.4.0"></script>
<script src="app.js?v=2.4.0"></script>
</body>
</html>