mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 database
This commit is contained in:
@@ -795,7 +795,6 @@ app.whenReady().then(() => {
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
event.sender.session.setProxy({proxyRules: data.proxyURL}).then(() => {
|
||||
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 = {
|
||||
type: colType,
|
||||
[colType]: {
|
||||
|
||||
Reference in New Issue
Block a user