fix(route/xiaoyuzhou): add POST body to editor-pick/list request (#22759)

* fix(route/xiaoyuzhou): add POST body to editor-pick/list request

* docs: add back route metadata
This commit is contained in:
aaro-n 2026-07-22 03:12:50 +08:00 committed by GitHub
parent 0eb05b56a9
commit a0a388b51b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -42,6 +42,7 @@ const ProcessFeed = async () => {
...headers,
'x-jike-access-token': token_updated.data['x-jike-access-token'],
},
json: {},
});
const data = response.data.data;
@ -87,10 +88,15 @@ export const route: Route = {
target: '',
},
],
name: 'Unknown',
name: '发现',
example: '/xiaoyuzhou',
categories: ['multimedia'],
maintainers: ['prnake', 'Maecenas'],
handler,
url: 'xiaoyuzhoufm.com/',
description: `::: warning
api \`x-jike-device-id\`\`x-jike-access-token\`\`x-jike-refresh-token\` 。必要时需要自行配置,具体见部署文档。
:::`,
};
async function handler() {