luci-app-uugamebooster: add qcode

This commit is contained in:
lean 2021-01-20 18:55:01 +08:00
parent dfbb519764
commit b9f45263fe
8 changed files with 13 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2020 Openwrt.org
# Copyright (C) 2021 Openwrt.org
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
@ -10,7 +10,7 @@ LUCI_DEPENDS:=+uugamebooster
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-uugamebooster
PKG_VERSION:=1.0
PKG_RELEASE:=3
PKG_RELEASE:=7
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -12,4 +12,6 @@ o = s:option(Flag, "enabled", translate("Enable"))
o.default = 0
o.optional = false
mp:section(SimpleSection).template = "uuplugin/uuplugin_qcode"
return mp

View File

@ -0,0 +1,6 @@
<fieldset class="cbi-section">
<p id="uugamebooster_qcode">
<img src="/uuios.png" height="300" /><img src="/uuandriod.png" height="300" />
</p>
</fieldset>

View File

@ -9,4 +9,4 @@ msgid "UU Game Accelerator"
msgstr "UU游戏加速器"
msgid "A Paid Game Acceleration service"
msgstr "一个富家子弟用的的游戏加速器"
msgstr "一个富家子弟用的主机游戏加速器 (开启服务后使用手机APP绑定路由器并指定加速主机)"

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View File

@ -19,7 +19,7 @@ DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
kmod-ath10k-ct wpad-openssl \
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct \
autocore-arm automount autosamba luci-app-adbyby-plus luci-app-jd-dailybonus luci-app-ipsec-vpnd luci-app-unblockmusic luci-app-cpufreq luci-app-zerotier \
autocore-arm automount autosamba luci-app-uugamebooster luci-app-adbyby-plus luci-app-jd-dailybonus luci-app-ipsec-vpnd luci-app-unblockmusic luci-app-cpufreq luci-app-zerotier \
htop ethtool
$(eval $(call BuildTarget))

View File

@ -25,7 +25,7 @@ htop lm-sensors autocore-x86 automount autosamba luci-app-adbyby-plus luci-app-i
ath10k-firmware-qca988x ath10k-firmware-qca9888 ath10k-firmware-qca9984 brcmfmac-firmware-43602a1-pcie \
kmod-sound-hda-core kmod-sound-hda-codec-realtek kmod-sound-hda-codec-via kmod-sound-via82xx kmod-sound-hda-intel kmod-sound-hda-codec-hdmi kmod-sound-i8x0 kmod-usb-audio \
kmod-usb-net kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-rtl8150 kmod-usb-net-rtl8152 kmod-r8168 kmod-mlx4-core kmod-mlx5-core kmod-drm-amdgpu \
-luci-app-sfe luci-app-flowoffload
-luci-app-sfe luci-app-flowoffload luci-app-uugamebooster
$(eval $(call BuildTarget))