Skip to content

Commit

Permalink
feat: support new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
IronKinoko committed Jun 25, 2023
1 parent 833cfbb commit fc2f3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions meta.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// @include https://www.age.tv/*
// @include https://www.agefans.*
// @include https://www.agemys.*
// @include https://www.agedm.*
// @include http*://*.yinghuacd.com/*
// @include https://www.yhdmp.net/vp/*
// @include https://bangumi.online/*
Expand Down
2 changes: 1 addition & 1 deletion src/adapter/agefans/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { settingModule } from './pages/setting'
import { updateModule } from './pages/update'

runtime.register({
domains: ['age.tv', 'agemys', 'agefans'],
domains: ['age.tv', 'agemys', 'agefans', 'agedm'],
opts: [
{
test: '*',
Expand Down

0 comments on commit fc2f3ee

Please sign in to comment.