Skip to content

Commit

Permalink
feat(demo): update
Browse files Browse the repository at this point in the history
  • Loading branch information
royalknight56 committed Oct 13, 2024
1 parent 0dcd013 commit 0fa8065
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/vtron-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"element-plus": "^2.2.14",
"mavon-editor": "^3.0.1",
"primevue": "^3.43.0",
"vtron": "0.7.3",
"vtron-plus": "^0.6.3",
"vtron": "0.7.4",
"vtron-plus": "^0.6.4",
"vue": "^3.2.45",
"webdav": "^5.3.0",
"xterm": "^4.19.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/vtron-demo/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import { mountWebdav } from './hook/mountWebdav';
// 在App中组织桌面图标t
// 先清空再添加,防止热更新加入多重图标
const system = new System({
id: 0,
desktop: [...addListToDesktop(desktopConfig)],
magnet: [...addListToDesktop(magnetConfig)],
menulist: [
Expand Down Expand Up @@ -68,6 +69,8 @@ system.whenReady().then((readySystem) => {
## 已经更新至 ${readySystem.version}
更新Chrome浏览器样式,主页
#### 更新之后建议开始菜单->恢复。请自己保留重要数据
本地上传的文件不会存储在服务端,文件都在本地保存
Expand Down
26 changes: 8 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0fa8065

Please sign in to comment.