This commit is contained in:
Vanessa 2023-05-10 00:01:47 +08:00
parent f45d2bd37b
commit fb007a61c0
16 changed files with 131 additions and 63 deletions

View file

@ -14,7 +14,7 @@ export const newCardModel = (options: {
}) => {
let editor: Protyle;
const custom = new Custom({
type: "card",
type: "siyuan-card",
tab: options.tab,
data: options.data,
init() {