From b157ccec4621c70b66867a34a23958aaa0a9d704 Mon Sep 17 00:00:00 2001 From: ShoreCN Date: Tue, 20 Jun 2023 10:48:05 +0800 Subject: [PATCH 1/4] update cs.json for github pages domain verification --- domains/cs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/cs.json b/domains/cs.json index 433f05500..553a6c110 100644 --- a/domains/cs.json +++ b/domains/cs.json @@ -6,6 +6,7 @@ "email": "c.shore.cn@gmail.com" }, "record": { - "CNAME": "shorecn.github.io" + "CNAME": "shorecn.github.io", + "TXT": "d4e6cbb56d440ddedd7bf5079b0d81" } } From 7b3b290118b88a9a925727bc26489fa5942a7679 Mon Sep 17 00:00:00 2001 From: ShoreCN Date: Tue, 20 Jun 2023 13:28:43 +0800 Subject: [PATCH 2/4] remove cs.json TXT record --- domains/cs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/cs.json b/domains/cs.json index 553a6c110..433f05500 100644 --- a/domains/cs.json +++ b/domains/cs.json @@ -6,7 +6,6 @@ "email": "c.shore.cn@gmail.com" }, "record": { - "CNAME": "shorecn.github.io", - "TXT": "d4e6cbb56d440ddedd7bf5079b0d81" + "CNAME": "shorecn.github.io" } } From f3c0fd979f4aafeece4e3100b9331000433744d2 Mon Sep 17 00:00:00 2001 From: ShoreCN Date: Tue, 20 Jun 2023 13:34:25 +0800 Subject: [PATCH 3/4] create _github-pages-challenge-ShoreCN.cs.json --- domains/_github-pages-challenge-ShoreCN.cs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-ShoreCN.cs.json diff --git a/domains/_github-pages-challenge-ShoreCN.cs.json b/domains/_github-pages-challenge-ShoreCN.cs.json new file mode 100644 index 000000000..658ae1817 --- /dev/null +++ b/domains/_github-pages-challenge-ShoreCN.cs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ShoreCN", + "email": "c.shore.cn@gmail.com" + }, + "record": { + "TXT": "d4e6cbb56d440ddedd7bf5079b0d81" + } +} From f89820baf37d5bb802a12dc720aab9da04d79def Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 20 Jun 2023 16:07:43 +0800 Subject: [PATCH 4/4] Rename _github-pages-challenge-ShoreCN.cs.json to _github-pages-challenge-shorecn.cs.json --- ...ge-ShoreCN.cs.json => _github-pages-challenge-shorecn.cs.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ShoreCN.cs.json => _github-pages-challenge-shorecn.cs.json} (100%) diff --git a/domains/_github-pages-challenge-ShoreCN.cs.json b/domains/_github-pages-challenge-shorecn.cs.json similarity index 100% rename from domains/_github-pages-challenge-ShoreCN.cs.json rename to domains/_github-pages-challenge-shorecn.cs.json