Skip to content

Commit

Permalink
feat: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed May 19, 2024
1 parent 6ee5d72 commit 00d7e3e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/routes/javbus/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ const toSize = (raw) => {
const allowDomain = new Set(['javbus.com', 'javbus.org', 'javsee.icu', 'javsee.one']);

export const route: Route = {
path: '*',
path: '/:path{.+}?',
radar: [
{
source: ['www.seejav.pw/'],
target: '',
source: ['www.javbus.com/:path*'],
target: '/:path',
},
],
name: 'Unknown',
maintainers: [],
name: 'Works',
maintainers: ['MegrezZhu', 'CoderTonyChan', 'nczitzk', 'Felix2yu'],
categories: ['multimedia', 'popular'],
handler,
url: 'www.seejav.pw/',
url: 'www.javbus.com',
};

async function handler(ctx) {
Expand Down

0 comments on commit 00d7e3e

Please sign in to comment.