Merge branch 'dev'
This commit is contained in:
commit
d7c33c7e86
|
|
@ -1615,7 +1615,7 @@ routes.get("/", (c) => {
|
|||
modules: getModuleInfoList(),
|
||||
theme: "dark",
|
||||
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">`,
|
||||
}));
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2454,6 +2454,9 @@
|
|||
FolkSpider3D,
|
||||
FolkChoiceConviction,
|
||||
FolkSocialPost,
|
||||
FolkSocialThread,
|
||||
FolkSocialCampaign,
|
||||
FolkSocialNewsletter,
|
||||
FolkSplat,
|
||||
FolkBlender,
|
||||
FolkDrawfast,
|
||||
|
|
@ -2698,6 +2701,9 @@
|
|||
FolkSpider3D.define();
|
||||
FolkChoiceConviction.define();
|
||||
FolkSocialPost.define();
|
||||
FolkSocialThread.define();
|
||||
FolkSocialCampaign.define();
|
||||
FolkSocialNewsletter.define();
|
||||
FolkSplat.define();
|
||||
FolkBlender.define();
|
||||
FolkDrawfast.define();
|
||||
|
|
@ -2745,6 +2751,9 @@
|
|||
shapeRegistry.register("folk-spider-3d", FolkSpider3D);
|
||||
shapeRegistry.register("folk-choice-conviction", FolkChoiceConviction);
|
||||
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-blender", FolkBlender);
|
||||
shapeRegistry.register("folk-drawfast", FolkDrawfast);
|
||||
|
|
|
|||
Loading…
Reference in New Issue