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