yonggedebaqi
yonggedebaqi
用手机京东app扫描二维码,提示更新到最新版本。
红米 k30 尊享版 miui最新版本
XIAOMI R3G 编译也是不能保存配置
这是我自己修改的Makefile # SPDX-License-Identifier: GPL-3.0-only # # Copyright (C) 2021 ImmortalWrt.org include $(TOPDIR)/rules.mk PKG_NAME:=naiveproxy PKG_VERSION:=113.0.5672.62-2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_VERSION)? PKG_HASH:=75db685789d550094343a76fdcbb6ea2bfcb708c3330af621ca532842251fb26 PKG_LICENSE:=BSD 3-Clause PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=gn/host ifneq ($(wildcard $(TOPDIR)/feeds/packages/devel/ninja/ninja.mk),) PKG_BUILD_DEPENDS+= ninja/host endif...
#!/bin/bash # SPDX-License-Identifier: GPL-3.0-only # # Copyright (C) 2021 ImmortalWrt.org # -------------------------------------------------------- # Init build dependencies for naiveproxy # Read args from shell target_arch="$1" cpu_type="$2" cpu_subtype="$3" toolchain_dir="$4" # Set arch...
最后还是不行Collected errors: * pkg_hash_check_unresolved: cannot find dependency naiveproxy for luci-app-ssr-plus * pkg_hash_fetch_best_installation_candidate: Packages for luci-app-ssr-plus found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package luci-app-ssr-plus. * satisfy_dependencies_for:...
删除了,没有还是报错
pageNum=1 一页最多1000 pageSize=1000 1000是最大值 照着改一下就可下载了 http://m.lrts.me/ajax/getBookMenu?bookId=%s&pageNum=1&pageSize=1000&sortType=0
加个循环页数就行了
页数5000改成50