zhaoolee commit

This commit is contained in:
zhaoolee
2020-10-08 14:53:48 +08:00
parent 669ee3ae47
commit 18ac6c3ce2
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -113,7 +113,7 @@ function main() {
};
let chinesebqb_v2fy_json_data = get_json_data(bqb_dir, "v2fy.com/asset/0i/ChineseBQB/")
let chinesebqb_v2fy_json_data = get_json_data(bqb_dir, "https://v2fy.com/asset/0i/ChineseBQB/")
let chinesebqb_v2fy_json = {

View File

@@ -302,10 +302,10 @@
if (chinesebqb_v2fy_data.length !== 0) {
for (
var m = 0,
chinesebqb_v2fy_data_length = chinesebqb_v2fy_data.length;
m < chinesebqb_v2fy_data_length;
m++
var
chinesebqb_v2fy_data_length = chinesebqb_v2fy_data.length, m = chinesebqb_v2fy_data_length;
m >= 0;
m --
) {
if (((chinesebqb_v2fy_data[m]["name"]).toLowerCase()).indexOf(key_val.toLowerCase()) !== -1) {
var img_html = `<div class="card" style="margin-top: 1rem; width: 10rem;">