parent
30d38ccc0d
commit
dcbe085149
|
@ -11,22 +11,17 @@
|
||||||
"RuntimeMode": "dev",
|
"RuntimeMode": "dev",
|
||||||
"Pwd": "{pwd}",
|
"Pwd": "{pwd}",
|
||||||
"Workspace": "{pwd}/data/workspace",
|
"Workspace": "{pwd}/data/workspace",
|
||||||
"Locale": "en_US",
|
"Locale": "zh_CN",
|
||||||
"Users": [
|
"Users": [
|
||||||
{
|
{
|
||||||
"Name": "admin",
|
"Name": "admin",
|
||||||
"Password": "admin",
|
"Password": "admin",
|
||||||
"Workspace": "{pwd}/data/user_workspaces/admin",
|
"Workspace": "{pwd}/data/user_workspaces/admin",
|
||||||
"Locale": "en_US",
|
"Locale": "zh_CN",
|
||||||
"LatestSessionContent": {
|
"LatestSessionContent": {
|
||||||
"FileTree": [
|
"FileTree": [],
|
||||||
"E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest",
|
"Files": [],
|
||||||
"E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\time"
|
"CurrentFile": ""
|
||||||
],
|
|
||||||
"Files": [
|
|
||||||
"E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\time\\main.go"
|
|
||||||
],
|
|
||||||
"CurrentFile": "E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\time\\main.go"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -270,38 +270,22 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-window-group .output {
|
.bottom-window-group table {
|
||||||
padding: 2px 5px;
|
width: 100%;
|
||||||
line-height: 16px;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-window-group .output pre {
|
.bottom-window-group .output .start-build, .start-install, .start-get {
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bottom-window-group .output .start-build,
|
|
||||||
.bottom-window-group .output .start-install,
|
|
||||||
.bottom-window-group .output .start-get {
|
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-window-group .output .build-succ,
|
.bottom-window-group .output .build-succ, .install-succ, .get-succ {
|
||||||
.bottom-window-group .output .install-succ,
|
|
||||||
.bottom-window-group .output .get-succ {
|
|
||||||
color: rgb(0,153,0);
|
color: rgb(0,153,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-window-group .output .build-failed,
|
.bottom-window-group .output .build-failed, .install-failed, .get-failed {
|
||||||
.bottom-window-group .output .install-failed,
|
|
||||||
.bottom-window-group .output .get-failed {
|
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-window-group table {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bottom-window-group td {
|
.bottom-window-group td {
|
||||||
border-bottom: 1px solid #DDD;
|
border-bottom: 1px solid #DDD;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|
Loading…
Reference in New Issue