Skip to content

Commit

Permalink
feat: ui 完成
Browse files Browse the repository at this point in the history
  • Loading branch information
baran.wang committed Feb 14, 2024
1 parent dd2c596 commit c878bee
Show file tree
Hide file tree
Showing 30 changed files with 728 additions and 103 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,6 @@ dist
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.pnp.*
.pnp.*

homebridge-ui
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.17.0
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"source.fixAll.eslint": "explicit"
},
"editor.rulers": [ 140 ],
"eslint.enable": true
"eslint.enable": true,
"cSpell.words": [
"Aqara"
]
}
2 changes: 0 additions & 2 deletions homebridge-ui/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions homebridge-ui/modern.config.ts

This file was deleted.

2 changes: 0 additions & 2 deletions homebridge-ui/public/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions homebridge-ui/src/App.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions homebridge-ui/src/server.ts

This file was deleted.

Loading

0 comments on commit c878bee

Please sign in to comment.