Skip to content

Commit

Permalink
fix: 修改大小
Browse files Browse the repository at this point in the history
2. 添加刷新接口
  • Loading branch information
Alfxjx committed Jul 26, 2022
1 parent 35f1f04 commit ac60fd7
Show file tree
Hide file tree
Showing 11 changed files with 382 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Qlock

![Desktop](/packages/qlock-desktop/public/desktop.png)

this is the monorepo for my series of Qlock Apps

1. Qlock => 小程序
2. Qlock-Desktop => 桌面端
3. Qlock-web => 网页端

[web demo 在线演示](https://qlock-web.vercel.app/)

![qrcode](/packages/qlock/static/images/mp.jpg)

## ChangeLog DeskTop

### v1.0

初始版本发布

### V1.0.1
1. 修改大小
2. 添加刷新接口
5 changes: 5 additions & 0 deletions packages/qlock-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@
"tauri": "tauri"
},
"dependencies": {
"@iconify/iconify": "^2.2.1",
"@tauri-apps/api": "^1.0.2",
"vue": "^3.2.37"
},
"devDependencies": {
"@iconify-icons/bytesize": "^1.2.4",
"@iconify/json": "^2.1.83",
"@iconify/vue": "^3.2.1",
"@tauri-apps/cli": "^1.0.5",
"@vitejs/plugin-vue": "^3.0.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vite-plugin-purge-icons": "^0.8.2",
"vue-tsc": "^0.38.4"
}
}
Loading

0 comments on commit ac60fd7

Please sign in to comment.