This commit is contained in:
2025-03-04 22:57:46 +08:00
parent fd3288cb5b
commit 4a04a432ca
39 changed files with 1062 additions and 671 deletions

View File

@@ -15,15 +15,16 @@ app
return;
}
console.log('workspace enter');
console.log('workspace enter', isRender);
if (!isRender) {
app.call({
const res = await app.call({
path: 'wallnote',
key: 'render',
});
console.log('res', res);
isRender = true;
}
ctx.body = '';
},
})
.addTo(app);