From c42c20612f1e548ff9fcc840de1e6a2684d424e3 Mon Sep 17 00:00:00 2001 From: 186526 Date: Sat, 13 May 2023 11:43:07 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/index.ts'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index 922a168..faab110 100644 --- a/src/index.ts +++ b/src/index.ts @@ -85,6 +85,9 @@ const main = async () => { config["AS-SETS"][asSetName].remarks.push( `Generated by git.186526.xyz/186526/net186-as-set.` ); + config["AS-SETS"][asSetName].remarks.push( + `For more details, please visit go.186526.xyz/AS-NET186` + ); config["AS-SETS"][asSetName].remarks.push( `Updated on ${new Date().toISOString()}.` );