mirror of
https://github.com/kenzok8/small-package
synced 2025-01-05 11:36:47 +08:00
update 2024-12-18 00:28:46
This commit is contained in:
parent
be18ab9d95
commit
e2cb221f5f
@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-mosdns
|
||||
PKG_VERSION:=1.6.7
|
||||
PKG_VERSION:=1.6.8
|
||||
PKG_RELEASE:=1
|
||||
|
||||
LUCI_TITLE:=LuCI Support for mosdns
|
||||
|
@ -59,8 +59,7 @@ return view.extend({
|
||||
|
||||
o = s.option(form.Value, 'github_proxy', _('GitHub Proxy'),
|
||||
_('Update data files with GitHub Proxy, leave blank to disable proxy downloads.'));
|
||||
o.value('https://hub.gitmirror.com', _('https://hub.gitmirror.com'));
|
||||
o.value('https://ghp.ci', _('https://ghp.ci'));
|
||||
o.value('https://gh-proxy.com', _('https://gh-proxy.com'));
|
||||
o.rmempty = true;
|
||||
o.default = '';
|
||||
|
||||
|
@ -47,11 +47,10 @@ $dash_link = $neko_cfg['ctrl_host'] . ':' . $neko_cfg['ctrl_port'] . '/ui/dashbo
|
||||
</div>
|
||||
<div class="container text-left p-3">
|
||||
<div class="container h-100 mb-5">
|
||||
<h2 class="text-center p-2">Meta 面板</h2>
|
||||
<button id="fullscreenToggle" class="btn btn-primary mb-2">全屏</button>
|
||||
<iframe id="iframeMeta" class="border border-3 rounded-4 w-100" style="height: 75vh;" src="http://<?php echo $zash_link; ?>" title="zash" allowfullscreen></iframe>
|
||||
<table class="table table-borderless callout mb-2">
|
||||
<tbody>
|
||||
<button id="fullscreenToggle" class="btn btn-primary mb-2">全屏</button>
|
||||
<tr class="text-center d-flex flex-wrap justify-content-center">
|
||||
<td><a class="btn btn-info btn-sm text-white" target="_blank" href="http://<?php echo $yacd_link; ?>">YACD-META 面板</a></td>
|
||||
<td><a class="btn btn-info btn-sm text-white" target="_blank" href="http://<?php echo $dash_link; ?>">DASHBOARD 面板</a></td>
|
||||
|
Loading…
Reference in New Issue
Block a user