mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
🎨 database
This commit is contained in:
parent
179b6f30fd
commit
3d1eb802ff
2 changed files with 1 additions and 2 deletions
|
|
@ -795,7 +795,6 @@ app.whenReady().then(() => {
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
event.sender.session.setProxy({proxyRules: data.proxyURL}).then(() => {
|
event.sender.session.setProxy({proxyRules: data.proxyURL}).then(() => {
|
||||||
console.log("network proxy [" + data.proxyURL + "]");
|
console.log("network proxy [" + data.proxyURL + "]");
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ export const genCellValue = (colType: TAVCol, value: string | any) => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
} else if (["text", "block", "url", "phone", "email"].includes(colType)) {
|
} else if (["text", "block", "url", "phone", "email", "template"].includes(colType)) {
|
||||||
cellValue = {
|
cellValue = {
|
||||||
type: colType,
|
type: colType,
|
||||||
[colType]: {
|
[colType]: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue