feat(route): add Go语言中文网板块 (#12274)

This commit is contained in:
Ethan Shen
2023-04-11 05:30:52 +08:00
committed by GitHub
parent ddb81b9eee
commit a5a3afa4bd
8 changed files with 104 additions and 65 deletions

View File

@@ -1,4 +1,5 @@
module.exports = {
'/jobs': ['CcccFz'],
'/weekly': ['Weilet'],
'/go/:id?': ['nczitzk'],
'/jobs': ['CcccFz', 'nczitzk'],
'/weekly': ['CWeilet', 'nczitzk'],
};