Skip to content

Commit 31567cb

Browse files
committed
feat: 添加请求参数以模拟特定设备和浏览器信息
Update request.dev.js
1 parent 039e4e4 commit 31567cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Console.info(`PATHs: ${PATHs}`);
1818
// 解析格式
1919
const FORMAT = ($request.headers?.["Content-Type"] ?? $request.headers?.["content-type"])?.split(";")?.[0];
2020
Console.info(`FORMAT: ${FORMAT}`);
21-
(async () => {
21+
!(async () => {
2222
/**
2323
* 设置
2424
* @type {{Settings: import('./types').Settings}}

0 commit comments

Comments
 (0)