[mod] #log height改為100%
[mod] repos.json 增加Official-B2B、Official-Out、Cocos-HtmlPackage系列
This commit is contained in:
parent
9f01783897
commit
8696e7329a
@ -14,7 +14,7 @@
|
|||||||
background: #f0f0f0;
|
background: #f0f0f0;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
height: 400px;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
45
repos.json
45
repos.json
@ -18,7 +18,23 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Official",
|
"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",
|
"default_branch": "master",
|
||||||
"teams": [
|
"teams": [
|
||||||
"FrontendWrite"
|
"FrontendWrite"
|
||||||
@ -114,5 +130,32 @@
|
|||||||
"FrontendWrite",
|
"FrontendWrite",
|
||||||
"PlanWrite"
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user