fix: 对话框支持粘贴图片

This commit is contained in:
Gsh
2026-01-19 22:15:01 +08:00
parent 5895f9e794
commit 4ce77ececc
3 changed files with 520 additions and 3 deletions

View File

@@ -3,7 +3,10 @@
"allow": [
"Bash(npx vue-tsc --noEmit)",
"Bash(timeout 60 npx vue-tsc:*)",
"Bash(npm run dev:*)"
"Bash(npm run dev:*)",
"Bash(taskkill:*)",
"Bash(timeout /t 5 /nobreak)",
"Bash(git checkout:*)"
],
"deny": [],
"ask": []