Merge branch 'master' of https://github.com/b3log/wide
This commit is contained in:
commit
04b2041b02
|
@ -10,14 +10,17 @@
|
|||
"MaxProcs": 4,
|
||||
"RuntimeMode": "dev",
|
||||
"Pwd": "{pwd}",
|
||||
"Workspace": "{pwd}/data/workspace",
|
||||
"Workspace": "",
|
||||
"Users": [
|
||||
{
|
||||
"Name": "admin",
|
||||
"Password": "admin",
|
||||
"Workspace": "{pwd}/data/user_workspaces/admin",
|
||||
"LatestSessionContent": {
|
||||
"FileTree": [],
|
||||
"FileTree": [
|
||||
"E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest",
|
||||
"E:\\Work\\go\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\hello"
|
||||
],
|
||||
"Files": [],
|
||||
"CurrentFile": ""
|
||||
}
|
||||
|
|
|
@ -2,6 +2,13 @@
|
|||
font-size: 15px;
|
||||
padding: 30px 70px;
|
||||
line-height: 28px;
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#startPage .workspace {
|
||||
line-height: 16px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
#startPage a {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</li>
|
||||
<li class="border">
|
||||
<label>{{.i18n.workspace}}</label>{{.i18n.colon}}
|
||||
{{.workspace}}
|
||||
<div class="workspace">{{.workspace}}</div>
|
||||
</li>
|
||||
<li class="border">
|
||||
<label><a href="http://88250.gitbooks.io/wide-user-guide" target="_blank">{{.i18n.user_guide}}</a></label> &
|
||||
|
|
Loading…
Reference in New Issue