ソースを参照

:art: database

Vanessa 1 年間 前
コミット
3d1eb802ff
2 ファイル変更1 行追加2 行削除
  1. 0 1
      app/electron/main.js
  2. 1 1
      app/src/protyle/render/av/cell.ts

+ 0 - 1
app/electron/main.js

@@ -795,7 +795,6 @@ app.whenReady().then(() => {
                         });
                         return;
                     }
-
                     event.sender.session.setProxy({proxyRules: data.proxyURL}).then(() => {
                         console.log("network proxy [" + data.proxyURL + "]");
                     });

+ 1 - 1
app/src/protyle/render/av/cell.ts

@@ -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]: {