-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPDATE v2ray_api AddInbound and WebUI
- Loading branch information
wuhanqing
committed
Apr 13, 2024
1 parent
405a871
commit 35f3bd3
Showing
7 changed files
with
72 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,29 @@ | ||
<div class="layui-form layui-form-pane" lay-filter="filter-test-layer" style="margin: 16px;"> | ||
<div class="layui-tab layui-tab-card"> | ||
<ul class="layui-tab-title"> | ||
<li class="layui-this">指定文件</li> | ||
<li>指定节点</li> | ||
</ul> | ||
<div class="layui-tab-content"> | ||
<div class="layui-tab-item layui-show"> | ||
|
||
<div class="layui-form-item"> | ||
<label class="layui-form-label">json配置文件</label> | ||
<div class="layui-input-block"> | ||
<input type="text" name="config_file" placeholder="例: v2ray.config.json" value="" class="layui-input"> | ||
</div> | ||
<div class="layui-form layui-form-pane" lay-filter="filter-test-layer" style="margin: 16px;"> | ||
<div class="layui-form-item"> | ||
<label class="layui-form-label">配置文件</label> | ||
<div class="layui-input-block"> | ||
<input type="text" name="config_file" placeholder="例: v2ray.config.json" value="" class="layui-input"> | ||
</div> | ||
</div> | ||
<div class="layui-form-item"> | ||
<button id="runv2ray" class="layui-btn" style="float: right;" lay-submit lay-filter="runv2ray">启动</button> | ||
</div> | ||
</div> | ||
|
||
<div class="layui-form-item"> | ||
<button id="runv2ray" class="layui-btn" style="float: right;" lay-submit lay-filter="runv2ray">启动</button> | ||
</div> | ||
|
||
</div> | ||
<div class="layui-tab-item"> | ||
指定节点 | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters