mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-19 17:17:33 +08:00
update files
This commit is contained in:
10
index.html
10
index.html
@@ -54,9 +54,17 @@
|
||||
<label>项目名称:</label>
|
||||
<input type="text" placeholder="项目名称"/>
|
||||
</li>
|
||||
<li id="open-dir">
|
||||
<li class="ui-item-error">
|
||||
<label class="fn-invisible">     </label>
|
||||
<span><i class="icon-expand"></i>项目名称不能为空</span>
|
||||
</li>
|
||||
<li>
|
||||
<directory label="项目路径"></directory>
|
||||
</li>
|
||||
<li class="ui-item-error">
|
||||
<label class="fn-invisible">     </label>
|
||||
<span><i class="icon-expand"></i>项目路径不能为空</span>
|
||||
</li>
|
||||
<li id="add-env" class="ui-sub-item">
|
||||
<label>环境变量:</label>
|
||||
<dynamic-item name-label="变量名" value-label="变量值"></dynamic-item>
|
||||
|
Reference in New Issue
Block a user