重构浏览器启动逻辑,优化连接设置,更新依赖项,增强功能和可读性
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user