Skip to content

Commit f728530

Browse files
committed
ci: 👷 更新发布页网址
1 parent 7c52b7f commit f728530

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ try {
553553

554554
// #R18(中文)[NoyAcg](https://noy1.top)
555555
// test: https://noy1.top/#/read/13349
556-
case 'siteUrl#noy':
557556
case 'noy1.top': {
558557
options = {
559558
name: 'NoyAcg',

src/rollup-plugin/siteUrl.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@ const siteUrlFnMap = {
88
return [...res.data.matchAll(/(?<=<span>)[\da-z-.]+(?=<\/span>)/g)].flat();
99
},
1010
async wnacg() {
11-
const res = await axios<string>('https://wnacg.date');
11+
const res = await axios<string>('https://wnacg01.link/');
1212
return [...res.data.matchAll(/(?<=<i>)[-A-Za-z\d.]+(?=<\/i>)/g)].flat();
1313
},
14-
async noy() {
15-
const res = await axios<string>('https://noy.icu/atom.xml');
16-
return [.../(?<=<link href="https:\/\/).+(?=\/")/.exec(res.data)!];
17-
},
1814
};
1915

2016
let siteUrlMap: Record<string, string[]> | undefined;

0 commit comments

Comments
 (0)