fix: 拖选文字时弹窗不再误关闭 #27

Merged
hera merged 16 commits from fix/next-batch into main 2026-04-12 14:11:46 +00:00
5 changed files with 3 additions and 15 deletions
Showing only changes of commit 1ade1c0eaa - Show all commits

3
.gitignore vendored
View File

@@ -9,3 +9,6 @@ backups/
frontend/node_modules/
frontend/dist/
frontend/.vite/
.vite/
data/
test-results/

View File

@@ -1,8 +0,0 @@
{
"hash": "35276b75",
"configHash": "1834f32e",
"lockfileHash": "e3b0c442",
"browserHash": "09e8beb6",
"optimized": {},
"chunks": {}
}

View File

@@ -1,3 +0,0 @@
{
"type": "module"
}

Binary file not shown.

View File

@@ -1,4 +0,0 @@
{
"status": "failed",
"failedTests": []
}