luci-app-jd-dailybonus: bump to 1.0.6 (#8091)

Co-authored-by: EnnawYang <EnnawYang@users.noreply.github.com>
This commit is contained in:
EnnawYang 2021-10-20 12:55:01 +08:00 committed by GitHub
parent ffe2efbefe
commit 892791f72d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 13 deletions

View File

@ -1,19 +1,17 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-jd-dailybonus
PKG_VERSION:=1.0.5
PKG_RELEASE:=20210316
PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>
LUCI_TITLE:=Luci for JD dailybonus Script
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+node +uclient-fetch +lua +libuci-lua
PKG_VERSION:=1.0.6
PKG_RELEASE:=20211016
define Package/$(PKG_NAME)/conffiles
/etc/config/jd-dailybonus
endef
LUCI_TITLE:=Luci for JD dailybonus Script
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+node +wget +lua +libuci-lua
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature

View File

@ -51,7 +51,7 @@ function update()
luci.http.write_json(e)
end
local User_Agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'
local User_Agent='Mozilla/5.0 (iPad; CPU OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'
local Host='Host: plogin.m.jd.com'
local Accept='Accept: application/json, text/plain, */*'
local Accept_Language='Accept-Language: zh-cn'

View File

@ -1,5 +1,5 @@
config global
option version '2.0.5'
option version '2.1.3'
option out '0'
option stop '100'
option serverchan ''