Merge branch 'dev'
This commit is contained in:
commit
d7c33c7e86
|
|
@ -1615,7 +1615,7 @@ routes.get("/", (c) => {
|
||||||
modules: getModuleInfoList(),
|
modules: getModuleInfoList(),
|
||||||
theme: "dark",
|
theme: "dark",
|
||||||
body: `<folk-notes-app space="${space}"></folk-notes-app>`,
|
body: `<folk-notes-app space="${space}"></folk-notes-app>`,
|
||||||
scripts: `<script type="module" src="/modules/rnotes/folk-notes-app.js?v=8"></script>`,
|
scripts: `<script type="module" src="/modules/rnotes/folk-notes-app.js?v=9"></script>`,
|
||||||
styles: `<link rel="stylesheet" href="/modules/rnotes/notes.css?v=5">`,
|
styles: `<link rel="stylesheet" href="/modules/rnotes/notes.css?v=5">`,
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -2454,6 +2454,9 @@
|
||||||
FolkSpider3D,
|
FolkSpider3D,
|
||||||
FolkChoiceConviction,
|
FolkChoiceConviction,
|
||||||
FolkSocialPost,
|
FolkSocialPost,
|
||||||
|
FolkSocialThread,
|
||||||
|
FolkSocialCampaign,
|
||||||
|
FolkSocialNewsletter,
|
||||||
FolkSplat,
|
FolkSplat,
|
||||||
FolkBlender,
|
FolkBlender,
|
||||||
FolkDrawfast,
|
FolkDrawfast,
|
||||||
|
|
@ -2698,6 +2701,9 @@
|
||||||
FolkSpider3D.define();
|
FolkSpider3D.define();
|
||||||
FolkChoiceConviction.define();
|
FolkChoiceConviction.define();
|
||||||
FolkSocialPost.define();
|
FolkSocialPost.define();
|
||||||
|
FolkSocialThread.define();
|
||||||
|
FolkSocialCampaign.define();
|
||||||
|
FolkSocialNewsletter.define();
|
||||||
FolkSplat.define();
|
FolkSplat.define();
|
||||||
FolkBlender.define();
|
FolkBlender.define();
|
||||||
FolkDrawfast.define();
|
FolkDrawfast.define();
|
||||||
|
|
@ -2745,6 +2751,9 @@
|
||||||
shapeRegistry.register("folk-spider-3d", FolkSpider3D);
|
shapeRegistry.register("folk-spider-3d", FolkSpider3D);
|
||||||
shapeRegistry.register("folk-choice-conviction", FolkChoiceConviction);
|
shapeRegistry.register("folk-choice-conviction", FolkChoiceConviction);
|
||||||
shapeRegistry.register("folk-social-post", FolkSocialPost);
|
shapeRegistry.register("folk-social-post", FolkSocialPost);
|
||||||
|
shapeRegistry.register("folk-social-thread", FolkSocialThread);
|
||||||
|
shapeRegistry.register("folk-social-campaign", FolkSocialCampaign);
|
||||||
|
shapeRegistry.register("folk-social-newsletter", FolkSocialNewsletter);
|
||||||
shapeRegistry.register("folk-splat", FolkSplat);
|
shapeRegistry.register("folk-splat", FolkSplat);
|
||||||
shapeRegistry.register("folk-blender", FolkBlender);
|
shapeRegistry.register("folk-blender", FolkBlender);
|
||||||
shapeRegistry.register("folk-drawfast", FolkDrawfast);
|
shapeRegistry.register("folk-drawfast", FolkDrawfast);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue