1
0
mirror of https://github.com/kenzok8/small-package synced 2025-09-20 19:11:30 +08:00

update-12.06

This commit is contained in:
github-actions[bot]
2021-12-06 20:32:32 +08:00
parent 34010615c4
commit bd04383e04
3 changed files with 21 additions and 27 deletions

View File

@ -5,10 +5,10 @@
var tb = document.getElementById('mosdns_status');
if (data && tb) {
if (data.running) {
var links = '<em><b><font color=green>MosDNS <%:RUNNING%></font></b></em>';
var links = '<em><b style=color:green>MosDNS <%:RUNNING%></b></em>';
tb.innerHTML = links;
} else {
tb.innerHTML = '<em><b><font color=red>MosDNS <%:NOT RUNNING%></font></b></em>';
tb.innerHTML = '<em><b style=color:red>MosDNS <%:NOT RUNNING%></b></em>';
}
}
}

View File

@ -4,29 +4,23 @@ local dsp = require "luci.dispatcher"
-%>
#display{
padding: 10px;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
-webkit-box-align: center;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-pack: center;
-moz-box-align: center;
display: -o-box;
-o-box-orient: horizontal;
-o-box-pack: center;
-o-box-align: center;
display: -ms-box;
-ms-box-orient: horizontal;
-ms-box-pack: center;
-ms-box-align: center;
display: box;
box-orient: horizontal;
box-pack: center;
box-align: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 20px;
}
#main{
min-width: 600px;
height: 300px;
display: inline-block;
flex: 2 2 10%;
}
#main2{
min-width: 600px;
height: 300px;
display: inline-block;
flex: 2 2 10%;
}
table.imagetable {
font-family: verdana,arial,sans-serif;
font-size:11px;
@ -357,8 +351,8 @@ table.imagetable td {
<div class="cbi-section cbi-tblsection">
<div id="display">
<div id="main" style="min-width: 600px;height:300px;"></div>
<div id="main2" style="min-width: 600px;height:300px;"></div>
<div id="main" class="main left"></div>
<div id="main2" class="main2 left"></div>
</div>
<table class="table cbi-section-table" id="user_status_table">
<tr class="tr table-titles">

View File

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=v2ray-core
PKG_VERSION:=4.43.0
PKG_VERSION:=4.44.0
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz