upd: qwen

This commit is contained in:
2026-04-15 08:45:04 +08:00
parent 24fcc1ee76
commit 840a89ea0a
21 changed files with 621 additions and 1 deletions

13
.qwen/settings.json Normal file
View File

@@ -0,0 +1,13 @@
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--headless"
],
"timeout": 30000
}
},
"$version": 3
}