This commit is contained in:
2026-01-11 11:15:48 +08:00
parent 0f4fe4355c
commit 892610fcb3
3 changed files with 24 additions and 6 deletions

View File

@@ -28,4 +28,16 @@ export const showMore = (obj: any) => {
// branch: 'main',
// });
// console.log("start", start);
// console.log("start", start);
// const start = await cnb.workspace.startWorkspace('kevisual/assistant-app', {
// branch: 'main',
// });
// if(start.data) {
// const url = start.data.url;
// console.log("url", url);
// const consoleUrl = cnb.workspace.getConsoleUrl(url);
// console.log("consoleUrl", consoleUrl);
// }
// console.log("start", start);
// const deteail = await cnb.workspace.getDetail('kevisual/assistant-app',sn);
// console.log("deteail", showMore(deteail));