重构浏览器启动逻辑,优化连接设置,更新依赖项,增强功能和可读性

This commit is contained in:
2025-12-29 19:43:45 +08:00
parent 9067be1293
commit f15f6f14e4
11 changed files with 144 additions and 136 deletions

View File

@@ -7,7 +7,7 @@ app.route({
middleware: ['auth'],
description: '导航到指定页面。参数url (string, 必需) - 目标 URL 地址',
metadata: {
tags: ['浏览器操作'],
tags: ['浏览器操作', '核心功能'],
}
}).define(async (ctx) => {
const url = ctx.query?.url as string;