Skip to content

Commit d41ff97

Browse files
committed
removed annoying
1 parent bc3a6b0 commit d41ff97

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

luci-app-neko/htdocs/nekoclash/settings.php

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
include './cfg.php';
44

5-
65
$themeDir = "$neko_www/assets/theme";
7-
$tmpPath = "$neko_www/lib/selected_config.txt";
86
$arrFiles = array();
97
$arrFiles = glob("$themeDir/*.css");
108

@@ -85,16 +83,22 @@
8583
</form>
8684
</tr>
8785
<tr>
88-
<td class="col-2">Client Version</td>
86+
<td class="col-1">Client Version</td>
8987
<td class="col-4">
9088
<div class="form-control text-center" id="cliver">-</div>
9189
</td>
90+
<td class="col-1">
91+
<a class="btn btn-danger col-10" target="_blank" href="https://github.com/nosignals/openwrt-neko/releases">Update</a>
92+
</td>
9293
</tr>
9394
<tr>
94-
<td class="col-2">Core Version</td>
95+
<td class="col-1">Core Version</td>
9596
<td class="col-4">
9697
<div class="form-control text-center" id="corever">-</div>
9798
</td>
99+
<td class="col-1">
100+
<a class="btn btn-danger col-10" target="_blank" href="https://github.com/nosignals/openwrt-neko/releases">Update</a>
101+
</td>
98102
</tr>
99103
</tbody>
100104
</table>
@@ -107,26 +111,6 @@
107111
<p>NekoClash is a family friendly Clash Proxy tool, this tool makes it easy for users to use Clash Proxy, and User can modify your own Theme based Bootstrap, inspired by OpenClash Tools. NekoClash has writen by PHP, and BASH.</p>
108112
<p>This tool aims to make it easier to use Clash Proxy</p>
109113
<p>If you have questions or feedback about NekoClash you can contact me on the <b>DBAI Discord Server</b> link below</p>
110-
<table class="table table-borderless callout mb-5">
111-
<tbody>
112-
<tr class="text-center">
113-
<td>Script</td>
114-
<td>GUI</td>
115-
</tr>
116-
<tr class="text-center">
117-
<td>NOSIGNAL</td>
118-
<td>NOSIGNAL</td>
119-
</tr>
120-
<tr class="text-center">
121-
<td>Theme</td>
122-
<td>Clash</td>
123-
</tr>
124-
<tr class="text-center">
125-
<td><a class="btn btn-outline-secondary col-10" target="_blank" href="https://getbootstrap.com">BOOTSTRAP</a></td>
126-
<td><a class="btn btn-outline-secondary col-10" target="_blank" href="https://github.com/MetaCubeX">METACUBEX</a></td>
127-
</tr>
128-
</tbody>
129-
</table>
130114
<h5 class="mb-3">External Links</h5>
131115
<table class="table table-borderless callout mb-5">
132116
<tbody>

0 commit comments

Comments
 (0)