-
Notifications
You must be signed in to change notification settings - Fork 8.9k
feat(route/sjtu): Add route for Public OA #20590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| const res = await ofetch.raw(requestUrl, { | ||
| headers: { | ||
| // eslint-disable-next-line no-await-in-loop | ||
| cookie: (await cookieJar.getCookieString(requestUrl)) as string, | ||
| }, | ||
| redirect: 'manual', | ||
| }); |
Check failure
Code scanning / ESLint
Disallow `await` inside of loops Error
| const res = await ofetch.raw(requestUrl, { | ||
| headers: { | ||
| // eslint-disable-next-line no-await-in-loop | ||
| cookie: (await cookieJar.getCookieString(requestUrl)) as string, |
Check failure
Code scanning / ESLint
Disallow `await` inside of loops Error
|
Successfully generated as following: http://localhost:1200/sjtu/publicoa - Failed ❌ |
|
Successfully generated as following: http://localhost:1200/sjtu/publicoa - Failed ❌ |
|
Successfully generated as following: http://localhost:1200/sjtu/publicoa - Failed ❌ |
|
This PR is stale because it has been opened for more than 3 weeks with no activity. Comment or this will be closed in 7 days. |
|
. |
Involved Issue / 该 PR 相关 Issue
Close #
Example for the Proposed Route(s) / 路由地址示例
New RSS Route Checklist / 新 RSS 路由检查表
PuppeteerNote / 说明