mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 14:34:06 +01:00
🎨 改变非移动端前端编译目标为 es2021 (#7770)
* chore: target: es2021 * revert * revert
This commit is contained in:
parent
fcb3151713
commit
26c5e53c53
4 changed files with 6 additions and 3 deletions
|
|
@ -163,7 +163,7 @@ const renderViewItem = (blocks: IBlock[], title: string, deckType: string) => {
|
|||
pathArray.splice(0, 1);
|
||||
blocks.forEach((item: IBlock) => {
|
||||
if (item.type) {
|
||||
let hPath
|
||||
let hPath;
|
||||
if (deckType === "") {
|
||||
hPath = getNotebookName(item.box) + getDisplayName(Lute.UnEscapeHTMLStr(item.hPath), false);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue