test: 渲染器加载测试

This commit is contained in:
wangxuefeng
2025-03-18 09:37:17 +08:00
parent da4fc5900c
commit 9f15b89fff
9 changed files with 126 additions and 98 deletions

View File

@@ -24,15 +24,14 @@ const routes: RouteRecordRaw[] = [
title: '静态文件列表',
},
props: {
// url: 'https://y-code-renderer.shiyue.com/',
url: `${VITE_RENDERER_URL}?fileId=7pfr394d6&projectId=4`,
// url: `${VITE_RENDERER_URL}`,
// accessToken: localStorage.getItem('y-code-access-token'),
fileId: '7pfr394d6',
projectId: '4',
projectId: 4,
name: 'StaticFileList',
sync: true,
degrade: true,
// url: 'https://react.dev/',
},
},
],