This commit is contained in:
parent
3ce26b3ce1
commit
75b33c5e2e
|
@ -9,7 +9,7 @@
|
||||||
<h1>特性列表</h1>
|
<h1>特性列表</h1>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>代码高亮:Go/HTML/JavaScript/Markdown 等</li>
|
<li>代码高亮、折叠:Go/HTML/JavaScript/Markdown 等</li>
|
||||||
<li>自动完成:Go/HTML 等</li>
|
<li>自动完成:Go/HTML 等</li>
|
||||||
<li>格式化:Go/HTML/JSON 等</li>
|
<li>格式化:Go/HTML/JSON 等</li>
|
||||||
<li>运行:支持同时运行多个程序,方便联调</li>
|
<li>运行:支持同时运行多个程序,方便联调</li>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<link rel="stylesheet" href="{{.Wide.StaticServer}}/static/css/shell.css?{{.Wide.StaticResourceVersion}}">
|
<link rel="stylesheet" href="{{.Wide.StaticServer}}/static/css/shell.css?{{.Wide.StaticResourceVersion}}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<input id="shellInput" />
|
<input id="shellInput" placeholder="Command..."/>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<textarea id="shellOutput" rows="10" ></textarea>
|
<textarea id="shellOutput" rows="10" ></textarea>
|
||||||
|
|
Loading…
Reference in New Issue