Results 1 issues of XGFan

https://github.com/kuoruan/luci-app-v2ray/blob/2cdc86337b9559ced164f6cc4ab08414c7641819/src/v2ray.ts#L38-L56 这一块有个bug,就是当某个配置为未配置的时候,会导致返回空列表,界面会报错: ``` null is not an object (evaluating 'Object.keys(this.choices)') ``` https://github.com/kuoruan/luci-app-v2ray/blob/2cdc86337b9559ced164f6cc4ab08414c7641819/src/view/v2ray/transparent-proxy.ts#L11 页面观察到更新gfwlist和路由文件的逻辑是:先通过路由后端下载文件,然后再由js将下载内容处理之后通过ubus写到指定文件。 但openwrt常用的uhttpd接受的最大的ubus内容大小,是10kb. 导致了无法正常更新这两个文件。 来源: https://git.openwrt.org/?p=project/uhttpd.git;a=blob;f=ubus.c;h=619135ce3912f3b728c698f4fe4d6018cade6422;hb=refs/heads/master#l37