mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-12 05:34:56 +08:00
zhaoolee commit
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 = {
|
||||
|
||||
|
||||
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user