提交 323eaff1 编写于 作者: X xjh22222228

fix(bookmark): import error #77

上级 15ff66a2
......@@ -93,6 +93,7 @@ export function parseBookmark(htmlStr: string) {
const DL = iItem.querySelector('dl')
const allNoCateData = findAllNoCate(DL)
if (allNoCateData.length > 0) {
jj++
data[ii - 1].nav.push({
createdAt: nowCratedAt,
title: '未分类',
......@@ -125,6 +126,7 @@ export function parseBookmark(htmlStr: string) {
const DL3 = jItem.querySelector('dl')
const allNoCateData = findAllNoCate(DL3)
if (allNoCateData.length > 0) {
kk++
data[ii - 1].nav[jj - 1].nav.push({
createdAt: nowCratedAt,
title: '未分类',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册