fix(route/tingshuitz): update jlwater url

This commit is contained in:
pseudoyu 2025-12-31 10:20:54 +08:00
parent b832b97bac
commit c135b8dfdd
No known key found for this signature in database
1 changed files with 4 additions and 4 deletions

View File

@ -21,17 +21,17 @@ export const route: Route = {
},
radar: [
{
source: ['jlwater.com/portal/10000013', 'jlwater.com/'],
source: ['jlwater.com/portal/10000015', 'jlwater.com/'],
},
],
name: '南京市',
maintainers: ['ocleo1'],
maintainers: ['ocleo1', 'pseudoyu'],
handler,
url: 'jlwater.com/portal/10000013',
url: 'jlwater.com/portal/10000015',
};
async function handler() {
const url = `${HOME_PAGE}portal/10000013`;
const url = `${HOME_PAGE}portal/10000015`;
const response = await got(url);
const data = response.data;