Skip to content

Commit f39751a

Browse files
committed
fix: 🐛 补充脚本的 @connect 避免弹窗提示
1 parent 81b75e8 commit f39751a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/rollup-plugin/metaHeader.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,21 @@ export const getMetaData = (isDevMode: boolean) => {
112112
'e-hentai.org',
113113
'hath.network',
114114
'nhentai.net',
115+
'gold-usergeneratedcontent.net',
115116
'hypergryph.com',
116117
'mangabz.com',
117118
'copymanga.site',
118119
'copymanga.info',
119120
'copymanga.net',
120121
'copymanga.org',
121122
'copymanga.tv',
123+
'copy20.com',
122124
'mangacopy.com',
123125
'xsskc.com',
124126
'schale.network',
127+
'touhou.ai',
128+
'jsdelivr.net',
129+
'npmmirror.com',
125130
'self',
126131
'127.0.0.1',
127132
'*',

src/site/ehentai/crossSiteLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from 'helper';
1515
import { request, toast } from 'main';
1616

17-
import { isInCategories, type GalleryContext } from './helper';
17+
import { type GalleryContext, isInCategories } from './helper';
1818

1919
type ItemData = {
2020
id: string;

0 commit comments

Comments
 (0)