master
xce 2025-12-24 20:56:45 +08:00
parent 7648d91935
commit 162cd01b8a
2 changed files with 21 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
######################################################################
# Build Tools
/unpackage/*
/node_modules/*
######################################################################
# Development Tools
/.idea/*
/.vscode/*
/.hbuilderx/*
package-lock.json
yarn.lock

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"mqtt": "^3.0.0"
}
}