mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-16 05:28:20 +08:00
feat: update playwright 1.61.0-noble
This commit is contained in:
@@ -967,7 +967,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🎭 提供浏览器自动化功能的 MCP 服务器
|
🎭 提供浏览器自动化功能的 MCP 服务器
|
||||||
|
|
||||||
<kbd>0.0.76</kbd> • [官网链接](https://github.com/microsoft/playwright-mcp)
|
<kbd>1.61.0-noble</kbd> • [官网链接](https://github.com/microsoft/playwright-mcp)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
playwright-init:
|
playwright-init:
|
||||||
image: mcr.microsoft.com/playwright:v1.60.0-noble
|
image: mcr.microsoft.com/playwright:v1.61.0-noble
|
||||||
user: "root"
|
user: "root"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/home/pwuser/app
|
- ./data:/home/pwuser/app
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
"
|
"
|
||||||
restart: "no"
|
restart: "no"
|
||||||
playwright:
|
playwright:
|
||||||
image: mcr.microsoft.com/playwright:v1.60.0-noble
|
image: mcr.microsoft.com/playwright:v1.61.0-noble
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
Reference in New Issue
Block a user