From f3bf1b9298bce9d24cf24c84d5cda42d52fae06e Mon Sep 17 00:00:00 2001 From: Tintin Date: Wed, 22 Jul 2020 16:21:58 +0800 Subject: [PATCH 1/2] add subdomain tin.js.org --- cnames_active.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index 7a884662..04b62152 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -2411,7 +2411,8 @@ var cnames_active = { "zty": "zetaoyang.github.io", "zyh": "zyh-chopper.github.io/zyh" "zykj": "zykjofficial.github.io", - "zyy": "zyyou.github.io/notes" + "zyy": "zyyou.github.io/notes", + "tin": "lhtin.github.io/tin" /* * please don't add your subdomain records down here! * insert them in alphabetical order to help reduce merge conflicts. From e4549b60771040bc085ce5bc83cf7523c22047cc Mon Sep 17 00:00:00 2001 From: Tintin Date: Wed, 22 Jul 2020 16:31:52 +0800 Subject: [PATCH 2/2] adjust insert order --- cnames_active.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cnames_active.js b/cnames_active.js index 04b62152..077d55d2 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -2124,6 +2124,7 @@ var cnames_active = { "tights": "tights.netlify.com", "timeout": "anshuman-verma.github.io/setTimeout", "timerizer": "callumacrae.github.io/timerizerJS", // noCF? (don´t add this in a new PR) + "tin": "lhtin.github.io/tin", "tina": "tinajs.github.io/tina", "tint": "tintjs.github.io", // noCF? (don´t add this in a new PR) "tinylinux": "e8johan.github.io/tiny-js", // noCF? (don´t add this in a new PR) @@ -2411,8 +2412,7 @@ var cnames_active = { "zty": "zetaoyang.github.io", "zyh": "zyh-chopper.github.io/zyh" "zykj": "zykjofficial.github.io", - "zyy": "zyyou.github.io/notes", - "tin": "lhtin.github.io/tin" + "zyy": "zyyou.github.io/notes" /* * please don't add your subdomain records down here! * insert them in alphabetical order to help reduce merge conflicts.