mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-12 13:44:56 +08:00
zhaoolee commit
This commit is contained in:
@@ -338,9 +338,6 @@ function post_get_id(md_filename_id_dic, md_file_name_title_content) {
|
||||
|
||||
let id = md_filename_id_dic[encodeURI(md_file_name).toLowerCase()];
|
||||
|
||||
console.log("dic==>>", md_filename_id_dic);
|
||||
|
||||
console.log("md_file_name==>>", encodeURI(md_file_name), md_file_name, "==打印id=>>", id);
|
||||
|
||||
if (typeof id === "undefined") {
|
||||
console.log("要新增==>1==>>", id);
|
||||
@@ -348,8 +345,6 @@ function post_get_id(md_filename_id_dic, md_file_name_title_content) {
|
||||
|
||||
}
|
||||
|
||||
console.log("=TT=dic=>>", Object.keys(md_filename_id_dic), Object.keys(md_filename_id_dic).length, Object.keys(md_filename_id_dic).indexOf(encodeURI(md_file_name)));
|
||||
|
||||
return id;
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 387 KiB After Width: | Height: | Size: 387 KiB |
Reference in New Issue
Block a user