diff --git a/index.html b/index.html index e6c9667..b8301fa 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ background: #f0f0f0; padding: 1em; border-radius: 8px; - height: 400px; + height: 100%; overflow-y: auto; margin-top: 1em; } diff --git a/repos.json b/repos.json index fafb75c..6343ea3 100644 --- a/repos.json +++ b/repos.json @@ -18,7 +18,23 @@ }, { "name": "Official", - "description": "官方網站+LandingPage(前端寫入)", + "description": "官方網站(前端寫入)", + "default_branch": "master", + "teams": [ + "FrontendWrite" + ] + }, + { + "name": "Official-B2B", + "description": "官網-廠商串接(前端寫入)", + "default_branch": "master", + "teams": [ + "FrontendWrite" + ] + }, + { + "name": "Official-Out", + "description": "官網-外版(前端寫入)", "default_branch": "master", "teams": [ "FrontendWrite" @@ -114,5 +130,32 @@ "FrontendWrite", "PlanWrite" ] + }, + { + "name": "Cocos-HtmlPackage-Collection", + "description": "Cocos活動-收集物", + "default_branch": "master", + "teams": [ + "ArtWrite", + "FrontendWrite" + ] + }, + { + "name": "Cocos-HtmlPackage-PiggyBank", + "description": "Cocos禮包-小豬撲滿", + "default_branch": "master", + "teams": [ + "ArtWrite", + "FrontendWrite" + ] + }, + { + "name": "Cocos-HtmlPackage-PackageDaily", + "description": "Cocos禮包-N日送", + "default_branch": "master", + "teams": [ + "ArtWrite", + "FrontendWrite" + ] } ] \ No newline at end of file