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

9
.qwen/settings.json.orig Normal file
View File

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