chore: 更新底层引擎

This commit is contained in:
wangxuefeng
2025-03-07 21:01:56 +08:00
parent db10bb6a6c
commit 99015ecbd2
11 changed files with 337 additions and 285 deletions

View File

@@ -18,14 +18,14 @@
"@sy/low-code-shared": "workspace:*",
"@sy/web-vitals": "workspace:*",
"@tanstack/vue-query": "^5.66.9",
"@vtj/core": "^0.10.9",
"@vtj/icons": "0.10.9",
"@vtj/materials": "^0.10.9",
"@vtj/pro": "^0.10.9",
"@vtj/renderer": "^0.10.9",
"@vtj/ui": "^0.10.9",
"@vtj/web": "^0.10.9",
"@vtj/utils": "^0.10.9",
"@vtj/core": "^0.10.10",
"@vtj/icons": "0.10.10",
"@vtj/materials": "^0.10.10",
"@vtj/pro": "^0.10.10",
"@vtj/renderer": "^0.10.10",
"@vtj/ui": "^0.10.10",
"@vtj/utils": "^0.10.10",
"@vtj/web": "^0.10.10",
"axios": "^1.8.1",
"core-js": "^3.40.0",
"element-plus": "^2.9.4",
@@ -36,10 +36,10 @@
},
"devDependencies": {
"@farmfe/cli": "^1.0.4",
"@vtj/cli": "^0.10.2",
"@farmfe/core": "^1.6.6",
"@sy/vite-plugin-http2-proxy": "workspace:*",
"@vitejs/plugin-vue": "^5.2.1",
"@vtj/cli": "^0.10.2",
"vite-plugin-mkcert": "^1.17.6"
}
}

View File

@@ -37,7 +37,7 @@ const { data: file, isFetching } = useQuery({
await postmate.then((parent) => {
parent.emit('some-event', 'y-code-renderer is ready')
Object.assign(model, parent.model)
// console.log('model', model)
localStorage.setItem('y-code-access-token', model.accessToken || '')
})
return getFile(model.fileId).then(() => {