Skip to content

Commit

Permalink
📝 增加 todo
Browse files Browse the repository at this point in the history
  • Loading branch information
你们的小f committed Aug 15, 2022
1 parent 591ff24 commit b85a9af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/plugins/camera.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: fzf404
* @Date: 2022-07-15 22:55:49
* @LastEditors: fzf404 [email protected]
* @LastEditTime: 2022-08-13 18:40:23
* @LastEditTime: 2022-08-15 22:58:08
* @Description: camera 相机监控
-->
<template>
Expand Down Expand Up @@ -100,7 +100,7 @@ const state = reactive({
const config = reactive({
mirror: get('mirror', true), // 镜像
control: get('control', true), // 控制器
holistic: get('holistic', false), // 角色跟踪
holistic: get('holistic', true), // 角色跟踪
camera: get('camera', null), // 设备ID
})
Expand Down
3 changes: 2 additions & 1 deletion app/plugins/github.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: fzf404
* @Date: 2022-05-18 23:06:12
* @LastEditors: fzf404 [email protected]
* @LastEditTime: 2022-08-15 22:31:38
* @LastEditTime: 2022-08-15 22:59:06
* @Description: github 信息监控
-->
<template>
Expand Down Expand Up @@ -270,6 +270,7 @@ export default {
},
// 请求数据
async getGithubData() {
// TODO 用户名不存在提示
await request.get(`/users/${this.config.user}`).then(async (data) => {
// 设置 follower 信息
this.newFollower = data.followers
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "monit",
"private": true,
"author": "fzf404",
"version": "0.6.1",
"version": "0.6.2",
"description": "桌面小组件",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit b85a9af

Please sign in to comment.