zhaoolee commit

This commit is contained in:
zhaoolee
2020-10-06 00:09:27 +08:00
parent 7fbc2f444e
commit 048503d45d
6 changed files with 10 additions and 13 deletions

View File

@@ -112,7 +112,7 @@
| <img height='100px' style='height:100px;' src='https://raw.githubusercontent.com/zhaoolee/ChineseBQB/master/README/000000002.gif' /> | [002CuteGirl_可爱的女孩纸👧BQB(已收录185张)](https://www.v2fy.com/p/002CuteGirl_可爱的女孩纸👧BQB/) |
| <img height='100px' style='height:100px;' src='https://raw.githubusercontent.com/zhaoolee/ChineseBQB/master/README/000000001.gif' /> | [001Funny_滑稽大佬😏BQB(已收录40张)](https://www.v2fy.com/p/001Funny_滑稽大佬😏BQB/) |
| <img height='100px' style='height:100px;' src='https://raw.githubusercontent.com/zhaoolee/ChineseBQB/master/README/000000000.gif' /> | [000Contribution_贡献🇨🇳BQB(已收录18张)](https://www.v2fy.com/p/000Contribution_贡献🇨🇳BQB/) |
> 数据生成时间: 2020-10-05
> 数据生成时间: 2020-10-06
BQBEND

View File

@@ -112,7 +112,7 @@
| <img height='100px' style='height:100px;' src='https://www.v2fy.com/asset/0i/ChineseBQB/002CuteGirl_可爱的女孩纸👧BQB/000000002.gif' /> | [002CuteGirl_可爱的女孩纸👧BQB(已收录185张)](https://www.v2fy.com/p/002CuteGirl_可爱的女孩纸👧BQB/) |
| <img height='100px' style='height:100px;' src='https://www.v2fy.com/asset/0i/ChineseBQB/001Funny_滑稽大佬😏BQB/000000001.gif' /> | [001Funny_滑稽大佬😏BQB(已收录40张)](https://www.v2fy.com/p/001Funny_滑稽大佬😏BQB/) |
| <img height='100px' style='height:100px;' src='https://www.v2fy.com/asset/0i/ChineseBQB/000Contribution_贡献🇨🇳BQB/000000000.gif' /> | [000Contribution_贡献🇨🇳BQB(已收录18张)](https://www.v2fy.com/p/000Contribution_贡献🇨🇳BQB/) |
> 数据生成时间: 2020-10-05
> 数据生成时间: 2020-10-06
BQBEND

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -44,7 +44,7 @@ function get_json_data(bqb_dir_list, prefix){
for(let n = 0, file_list_length = file_list.length; n < file_list_length; n++){
let tmp_img_url = path.join(prefix ,bqb_dir_list[i] ,file_list[n]);
let tmp_img_url = prefix + path.join(bqb_dir_list[i] ,file_list[n]);
console.log(tmp_img_url)

View File

@@ -71,9 +71,6 @@
async function change_img(key_val, chinesebqb_v2fy) {
if (key_val !== "") {
key_val_img_info_list = [];
@@ -92,11 +89,11 @@
var img_html = `<div class="card" style="width: 18rem;">
<img src="${chinesebqb_v2fy_data[m]["url"]}" class="card-img-top" alt="...">
<img src='${chinesebqb_v2fy_data[m]["url"]}' class="card-img-top" alt='${chinesebqb_v2fy_data[m]["url"]}'>
<div class="card-body">
<h5 class="card-title">"${chinesebqb_v2fy_data[m]["name"]}"</h5>
<h5 class="card-title">${chinesebqb_v2fy_data[m]["name"]}</h5>
</div>
</div>`;
</div>`;
img_inner_html += img_html;
}