mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-12 13:44:56 +08:00
zhaoolee commit
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user